Swagger: List Organizations
swagger_list_organizationsFetch organizations for the authenticating user, with optional search by name, sorting, and pagination.
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 |