All Products
Search
Document Center

:UpdateRoleUsers

Last Updated:Nov 15, 2024

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 syntax

POST /api/metastore/auth/updateroleusers HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
bodyobjectNo

A short description of struct

Response parameters

ParameterTypeDescriptionExample
object

Response

RequestIdstring

requestId

B7F4B621-E41E-4C84-B97F-42B5380A32BB
Codestring

code

OK
Messagestring

message

.
Successboolean

success

true

Examples

Sample success responses

JSONformat

{
  "RequestId": "B7F4B621-E41E-4C84-B97F-42B5380A32BB",
  "Code": "OK",
  "Message": ".",
  "Success": true
}

Error codes

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

Change history

Change timeSummary of changesOperation
No change history