v18

latestOpenAPI 3.1.0raw.githubusercontent.com2026-07-2112360218.7 KB
Profile

List User Organizations

Returns a list of organizations the authenticated user belongs to.

get/v1/me/orgs

Response

A list of organizations with roles

Example response

{
  "organizations": [
    {
      "role": "ADMIN"
    }
  ]
}