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"
    }
  ]
}

Changes

Changed in 2 of the 18 revisions of this API.3