Returns a list of users ID, including user metadata.
Last updated
Was this helpful?
Note: Some properties of the user are not included in the List users response for performance reasons. For example, the disclaimers and features are not present. Please use the dedicated endpoints (List Features and List Disclaimers) instead.
🚧 Required Permissions
Calling this endpoint requires the ACCESS_USER_PROVISIONING_API privilege.
See Bot Permissions for a list of roles and associated privileges.
Retrieve a list of all users in the company (pod)
get
Query parameters
skipintegerOptional
Number of users to skip. Default is 0. Must be a integer equals or bigger than 0.
limitintegerOptional
Maximum number of users to return. Default is 100. Must be a positive integer and must not exceed 1000.
Header parameters
sessionTokenstringRequired
Session Authentication token.
Responses
200
Success
application/json
400
Client error, see response body for further details.
application/json
401
Unauthorized: Invalid session token.
application/json
403
Forbidden: Caller lacks necessary entitlement.
application/json
500
Server error, see response body for further details.
application/json
get
GET /pod/v2/admin/user/list HTTP/1.1
Host: yourpodURL.symphony.com
sessionToken: text
Accept: */*