v3

latestOpenAPI 3.0.12026-08-0474115357.9 KB
Organization

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.

_expandsstring[]
isLastPageboolean

Indicates if this is the last page of records (true) or not (false).

limitinteger

Number of items to be returned per page, up to the maximum set for these objects in the current implementation.

sizeinteger

Number of items returned in the page.

startinteger

Index of the first item returned in the page.