v2
OpenAPI 3.0.12026-08-0174115357.9 KBOrganization
Get users in organization
This method returns all the users associated with an organization. Use this method where you want to provide a list of users for an organization or determine if a user is associated with an organization.
Permissions required: Service desk administrator or agent.
get/rest/servicedeskapi/organization/{organizationId}/user
Path parameters
organizationIdinteger required
The ID of the organization.
Query parameters
startinteger
The starting index of the returned objects. Base index: 0. See the Pagination section for more details.
limitinteger
The maximum number of users to return per page. Default: 50. See the Pagination section for more details.
Response
Returns a paged list of users associated with the organization, ordered by their accountId.