organizations
List organizations
List all organizations where the user is a member. The user must have view permissions for each organization. By default, the organizations are sorted in alphabetical order by name. The HTTP response header X-Total-Count contains the total number of organizations.
get/v0/organizations
Query parameters
direction'asc' | 'desc'
The direction to sort by. If not specified, the default sort direction is used.
pageinteger nullable
The page number to return. If not specified, the first page is returned.
per_pageinteger nullable
The number of items to return per page. If not specified, the default number of items per page (8) is used.
sort'name'
Sort by organization name.
The field to sort by. If not specified, the default sort field is used.
namestring
Filter by organization name, exact match.
searchstring
Search by organization name, slug, or UUID.
Response
successful operation