Hi,
A profile requested by its ID, i.e. by a request to
GET /reference/profile/{id}
contains a list of associates. However, each doesn't contain human readable information the name of the associate. Is there a way to either
- Include more information for this entity, specifically the name
- Make a batch request for profiles, so we can see the names for each of the associates without making a separate request for each of them
(Actually the batch request for profiles may be quite handy for other use cases as well)
Thanks!