Organization

Get organizations

This method returns a list of all organizations associated with a service desk.

Permissions required: Service desk's agent.

get/rest/servicedeskapi/servicedesk/{serviceDeskId}/organization

Path parameters

serviceDeskIdstring required

The ID of the service desk from which the organization list will be returned. This can alternatively be a project identifier.

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 items to return per page. Default: 50. See the Pagination section for more details.

accountIdstring

The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.

Response

Returns the requested organizations list.

_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.