Users
Manage organization members
List users in the organization. Requires the 'users:read' scope.
Authorizations
X-API-KeystringRequired
API key for authentication
Query parameters
limitnumber · min: 1 · max: 1000OptionalDefault:
The number of results to return
100offsetnumberOptionalDefault:
The number of results to skip
0Responses
200
Response for status 200
application/json
500
An unknown error occurred, trying again might help.
application/json
get
/v1/organization/usersUpdate an organization member's details. Requires the 'users:write' scope.
Authorizations
X-API-KeystringRequired
API key for authentication
Path parameters
idnumber · min: 1Required
The ID of the user
Body
rolestring · enumRequiredPossible values:
Responses
200
Response for status 200
application/json
500
An unknown error occurred, trying again might help.
application/json
patch
/v1/organization/users/{id}Remove a user from the organization. Requires the 'users:write' scope.
Authorizations
X-API-KeystringRequired
API key for authentication
Path parameters
idnumber · min: 1Required
The ID of the user
Responses
200
Response for status 200
application/json
500
An unknown error occurred, trying again might help.
application/json
delete
/v1/organization/users/{id}Last updated