The documentation for subscribers.find(id) indicates that it returns response containing a SubscriberObject. This object indicates that the groups should be returned as string array, however when I use the SDK it actually returns an array of group objects:
The API does the same so I assume this is due to the ambiguity in the API docs about the structure of the groups field (esp since on create/update it's described as a list of IDs)
The documentation for subscribers.find(id) indicates that it returns response containing a SubscriberObject. This object indicates that the groups should be returned as string array, however when I use the SDK it actually returns an array of group objects:
The API does the same so I assume this is due to the ambiguity in the API docs about the structure of the groups field (esp since on create/update it's described as a list of IDs)