All Products
Search
Document Center

Data Management:RevokeTemplateAuthority

Last Updated:Oct 21, 2024

Revokes permissions on resources from Data Management (DMS) users by using a permission template.

Operation description

You must be a database administrator (DBA) or a DMS administrator. For more information about how to view system roles, see View system roles.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
TemplateIdlongYes

The ID of the permission template.

1563
UserIdsstringYes

The IDs of users from whom you want to revoke permissions by using a permission template.

[12***,34***,56***]
TidlongNo

The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID.

3***

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

C51420E3-144A-4A94-B473-8662FCF4AD10
ErrorCodestring

The error code returned if the request failed.

UnknownError
ErrorMessagestring

The error message returned if the request failed.

UnknownError
Resultboolean

Indicates whether the permissions were revoked from the users.

true
Successboolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.
  • false: The request failed.
true

Examples

Sample success responses

JSONformat

{
  "RequestId": "C51420E3-144A-4A94-B473-8662FCF4AD10",
  "ErrorCode": "UnknownError",
  "ErrorMessage": "UnknownError",
  "Result": true,
  "Success": true
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2023-09-20The internal configuration of the API is changed, but the call is not affectedView Change Details