latestOpenAPI 3.1.02026-08-142887561.0 MB

61436a496404

beta.users

List Organizations

List every organization the authenticated user is a member of.

Identity-only: the caller need not have selected an organization, so this reads only the user and never scopes by the active org.

get/v1/users/me/organizations

Query parameters

offsetinteger

Number of organizations to skip before returning results.

Number of organizations to skip before returning results.

limitinteger

Maximum number of organizations to return.

Example:100

Maximum number of organizations to return.

Response

OK

Example response

{
  "organizations": [
    {
      "id": "1a2b3c4d-5e6f-4a8b-9c0d-1e2f3a4b5c6d",
      "name": "Acme Corp"
    }
  ]
}