Users
Authorizations
AuthorizationstringRequired
Prefix the token with 'Bearer ' to indicate it is a bearer token
Path parameters
account_idstringRequired
The ID of the account
account_environment_idstringRequired
The ID of the environment
Query parameters
_pageintegerOptionalExample:
Index of the page
0_max_per_pageintegerOptionalExample:
Number of items per page
10Responses
200
Success
application/json
404
Not Found
get
/accounts/{account_id}/account_environments/{account_environment_id}/usersAuthorizations
AuthorizationstringRequired
Prefix the token with 'Bearer ' to indicate it is a bearer token
Path parameters
account_idstringRequired
The ID of the account
account_environment_idstringRequired
The ID of the environment
Bodyobject[]
emailstringRequired
Email of the user
rolestring · enumRequiredPossible values:
Role of the user
Responses
204
Updated
404
Not Found
put
/accounts/{account_id}/account_environments/{account_environment_id}/usersNo content
Authorizations
AuthorizationstringRequired
Prefix the token with 'Bearer ' to indicate it is a bearer token
Path parameters
account_idstringRequired
The ID of the account
account_environment_idstringRequired
The ID of the environment
Query parameters
email[]string[]Optional
Email of the user to delete
Responses
204
Deleted
404
Not Found
delete
/accounts/{account_id}/account_environments/{account_environment_id}/usersNo content
Last updated
Was this helpful?

