Optionalparameters: { accountId?: string; limit?: number; start?: number }
OptionalaccountId?: stringThe account ID of the user, which uniquely identifies the user across all Atlassian products. For example, 5b10ac8d82e05b22cc7d4ef5.
Optionallimit?: numberThe maximum number of organizations to return per page. Default: 50. See the Pagination section for more details.
Optionalstart?: numberThe starting index of the returned objects. Base index: 0. See the Pagination section for more details.
Optionaloptions: RequestOptions
This method returns a list of organizations in the Jira Service Management instance. Use this method when you want to present a list of organizations or want to locate an organization by name.
Permissions required: Any. However, to fetch organizations based on
accountIdthe user must have a Service Desk agent license.Response limitations: If the user is a customer, only those organizations of which the customer is a member are listed.