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
current_item_countinteger · intOptional
Returns the number of items in the current page
current_pageinteger · intOptionalDefault:
Returns the number of the current page
0total_countinteger · intOptional
Returns the number of total items
items_per_pageinteger · intOptionalDefault:
Returns the number of items per page
10last_pageinteger · intOptional
Returns the index of the page
404
Not Found
get/accounts/{account_id}/account_environments/{account_environment_id}/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
Bodyobject · User[]
emailstringRequired
Email of the user
rolestring · enumRequiredPossible values:
Role of the user
Responses
204
Updated
No content
404
Not Found
put/accounts/{account_id}/account_environments/{account_environment_id}/users
No 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
No content
404
Not Found
delete/accounts/{account_id}/account_environments/{account_environment_id}/users
No content
Last updated
Was this helpful?

