Clear member roles
Clear all roles of a member in a CelerData Cloud BYOC account.
NOTE
- You cannot modify roles for the creator of an account.
- The system-defined role Public cannot be revoked from a member.
- This operation requires the Member Management privilege.
Request
Basic Information | |
---|---|
HTTP URL | https://cloud-api.celerdata.com/api/1.0/users/:user_id/clear-roles |
HTTP Method | POST |
Frequency | 600/minute |
Path variables
Parameter | Example value | Required | Type | Description |
---|---|---|---|---|
user_id | 9d71aae6-a35d-40d5-b213-27bb1f583be5 | Yes | String | The ID of the member. |
Header parameters
Parameter | Example value | Required | Type | Description |
---|---|---|---|---|
Authorization | Bearer OGQ5MDA4MZGTNJMWNS0ZY2Y2LWFJNZYTOTBINMZIYTGZZDUY | Yes | String | The access token used to access the CelerData Cloud API. Format: Bearer <access_token> . |
See Obtain access token.