Grants a Resource Access Management (RAM) user the permissions on a specified application.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
POST /pop/v5/account/authorize_app
DELETE /pop/v5/account/authorize_app
PUT /pop/v5/account/authorize_app
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TargetUserId | string | Yes | The ID of the RAM user to be authorized. The value of the parameter is in the | test@133434434**** |
AppIds | string | Yes | The ID of the application. You can specify multiple IDs. Separate multiple IDs with semicolons (;). If you leave this parameter empty, the permissions on the application are revoked. | 5fdf50e8-*****;696-****** |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": 200,
"Message": "success",
"RequestId": "E3DA95D3-**********"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history