Queries all permissions.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
POST /pop/v5/account/authority_list
Request parameters
Parameter | Type | Required | Description | Example |
---|
The current API does not require request parameters
No request parameters.
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": 200,
"Message": "success",
"RequestId": "57609587-DFA2-41EC-****-*********",
"AuthorityList": {
"Authority": [
{
"GroupId": "1",
"Name": "Application management\n",
"Description": "Operations on applications\n",
"ActionList": {
"Action": [
{
"Code": "1",
"Description": "Create an application\n",
"GroupId": "1",
"Name": "Create an application\n"
}
]
}
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history