Skip to main content
POST
/
organization
/
users
/
list
List users in your organization
curl --request POST \
  --url https://api.platform.arb.inc/organization/users/list \
  --header 'Authorization: Bearer <token>'
{
  "users": [
    {
      "joined": "2025-09-18T14:23:45Z",
      "userID": "a4b1c2d3-4567-8901-2345-6789abcdef01",
      "invitedBy": "f0e9d8c7-6543-2109-8765-4321abcdef98",
      "email": "[email protected]"
    },
    {
      "joined": "2025-07-02T09:10:11Z",
      "userID": "b7c8d9e0-1234-5678-9abc-def012345678",
      "invitedBy": "a4b1c2d3-4567-8901-2345-6789abcdef01",
      "email": "[email protected]"
    }
  ]
}

Authorizations

Authorization
string
header
required

access token

Response

200 - application/json

Users successfully listed.

users
object[]

All users in the organization.