All Products
Search
Document Center

Enterprise Distributed Application Service:ListAuthority

Last Updated:Mar 01, 2024

Queries all permissions.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

POST /pop/v5/account/authority_list

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

No request parameters.

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The HTTP status code that is returned.

200
Messagestring

The additional information that is returned.

success
RequestIdstring

The ID of the request.

57609587-DFA2-41EC-****-*********
AuthorityListobject []

The permissions.

GroupIdstring

The ID of the permission group.

1
Namestring

The name of the permission group.

Application management
Descriptionstring

The description of the permission group.

Operations on applications
ActionListobject []

The set of permissions.

Codestring

The code of the permission.

1
Descriptionstring

The description of the permission.

Create an application
GroupIdstring

The ID of the permission group.

1
Namestring

The name of the permission.

Create an application

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
No change history