Lists all departments for the caller's organization.
Identity
Lists all departments for the caller's organization.
Token types: APP, USER | Required scopes: user:read:org
GET
Lists all departments for the caller's organization.
Authorizations
Application (M2M) OAuth2 access token (client credentials).
Query Parameters
Maximum number of results to return.
Opaque pagination token from a previous response.
Response
Returns the paginated list of departments.
A paginated response containing a page of results and navigation tokens.
The items in the current page.
A token that can be sent in the pagination_token query parameter to get the next page of results, or null if there is no next page.
A token that can be sent in the pagination_token query parameter to get the previous page of results, or null if there is no previous page.
Get a summary of organization data for the authenticated user's organization hierarchy.Creates a new department in the caller's organization.