Skip to main content
GET
/
api
/
org-snapshots
/
orgs
/
{organizationId}
/
users
GET /api/org-snapshots/orgs/{organizationId}/users
curl --request GET \
  --url https://your-instance.example.com/api/org-snapshots/orgs/{organizationId}/users \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationId
string
required

Response

Successful response

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