cURL
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" } ] }
Retrieves all organizations that the authenticated user is a member of.
access token
Successfully retrieved the user's organizations.
Show child attributes
Unique ID of the organization.
"7c9e6679-7425-40de-944b-e07fc1f90ae7"
Time the user was added to the organization.
"2023-08-14T15:52:01Z"
ID of the user who invited them to the organization.
"b5212d78-f6d2-43c0-bef1-933201e9fdd6"