Skip to main content
POST
/
organizations
/
list
List user's organizations
curl --request POST \
  --url https://auth.platform.arb.inc/organizations/list \
  --header 'Authorization: Bearer <token>'
{
  "organizations": [
    {
      "id": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
      "created": "2023-08-14T15:52:01Z",
      "invitedBy": "b5212d78-f6d2-43c0-bef1-933201e9fdd6"
    }
  ]
}

Authorizations

Authorization
string
header
required

access token

Response

200 - application/json

Successfully retrieved the user's organizations.

organizations
object[]