Skip to main content
GET
/
api
/
user
/
list
List users in organization
curl --request GET \
  --url https://your-instance.example.com/api/user/list \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

Users list returned

Generic response envelope. Endpoint-specific fields are intentionally open.