User Management
Manage users associated with a deployment.
List users associated with a deployment
path Parameters
regionThe region you want to target
deployment_idUUID of the deployment.
query Parameters
nameName of the user to filter by.
order_byCriteria to use when ordering user listings.
pagepage_sizeList users associated with a deployment › Responses
List of users associated with the deployment.
total_countTotal count of users associated with the deployment.
Create a new user for a deployment
path Parameters
regionThe region you want to target
deployment_idUUID of the deployment.
Create a new user for a deployment › Request Body
nameName of the user.
passwordPassword for the user.
is_adminIndicates if the user is an administrator.
Create a new user for a deployment › Responses
nameName of the user.
is_adminIndicates if the user is an administrator.
deployment_idIdentifier of the deployment. (UUID format)
regionRegion of the deployment.
Delete a user from a deployment
Update an existing user for a deployment
path Parameters
regionThe region you want to target
deployment_idUUID of the deployment.
nameName of the user.
Update an existing user for a deployment › Request Body
passwordNew password for the user.
is_adminUpdates the user administrator permissions.
Update an existing user for a deployment › Responses
nameName of the user.
is_adminIndicates if the user is an administrator.
deployment_idIdentifier of the deployment. (UUID format)
regionRegion of the deployment.