interface GetOrganizations {
    accountId?: string;
    limit?: number;
    serviceDeskId: string;
    start?: number;
}

Properties

accountId?: string

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

limit?: number

The maximum number of items to return per page. Default: 50. See the Pagination section for more details.

serviceDeskId: string

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

start?: number

The starting index of the returned objects. Base index: 0. See the Pagination section for more details.