Swagger: List Organizations
swagger_list_organizationsRetrieve organizations for the authenticated user, with options to search by partial or full name, sort by name or email, and paginate results.
Instructions
Get organizations for a user. Returns a list of organizations that the authenticating user is a member of. On-Premise admin gets a list of all organizations in the system.
Toolset: Registry API
Parameters:
q (string): Search organizations by partial or full name (case-insensitive)
sortBy (enum): The property to sort the results by
order (enum): Sort order
page (number): 0-based index of the page to return
pageSize (number): Number of results per page to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search organizations by partial or full name (case-insensitive) | |
| page | No | 0-based index of the page to return | |
| order | No | Sort order | |
| sortBy | No | The property to sort the results by | |
| pageSize | No | Number of results per page to return |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| items | No | ||
| pageSize | No | ||
| totalCount | No |