Skip to main content
POST
/
organizations
/
users
/
list
List organization members
curl --request POST \
  --url https://auth.platform.arb.inc/organizations/users/list \
  --header 'Authorization: Bearer <token>'
{
  "users": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.platform.arb.inc/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

access token

Response

200 - application/json

Successfully retrieved organization members

users
object[]