Data Warehouse API
string · enum · requiredstring · requiredstringstring · enuminteger · int32integer · uint32integer · uint64
string · enum · requiredstring · requiredstringstringbooleanstringboolean
string · enum · requiredstring · requiredstring · requiredstringbooleanstringboolean
List users associated with a deployment
GET
https://api.scaleway.com
/datawarehouse/v1beta1/regions/{region}/deployments/{deployment_id}/users
path Parameters
regionThe region you want to target
Enum values:
fr-par
deployment_idUUID of the deployment.
query Parameters
nameName of the user to filter by.
order_byCriteria to use when ordering user listings.
Enum values:
name_asc
name_desc
Default: name_asc
pagepage_sizeList users associated with a deployment › Responses
200
List of users associated with the deployment.
total_countTotal count of users associated with the deployment.
Create a new user for a deployment
POST
https://api.scaleway.com
/datawarehouse/v1beta1/regions/{region}/deployments/{deployment_id}/users
path Parameters
regionThe region you want to target
Enum values:
fr-par
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
200
nameName of the user.
is_adminIndicates if the user is an administrator.
Delete a user from a deployment
DELETE
https://api.scaleway.com
/datawarehouse/v1beta1/regions/{region}/deployments/{deployment_id}/users/{name}
Update an existing user for a deployment
PATCH
https://api.scaleway.com
/datawarehouse/v1beta1/regions/{region}/deployments/{deployment_id}/users/{name}
path Parameters
regionThe region you want to target
Enum values:
fr-par
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
200
nameName of the user.
is_adminIndicates if the user is an administrator.