It is an array of userIds (AgentID's). You can then use the SCIM API to resolve that userId to an Agent
GET
/api/v2/scim/users
Get a list of users. To return all active users, do not use the filter parameter. To return inactive users, set the filter parameter to "active eq false". By default, returns SCIM attributes "externalId", "enterprise-user:manager", and "roles". To exclude these attributes, set the attributes parameter to "id,active" or the excludeAttributes parameter to "externalId,roles,urn:ietf:params:scim:schemas:extension:enterprise:2.0:User:division".
------------------------------
Alan Klein
Cresta Intelligence
------------------------------