All Products
Search
Document Center

Expenses and Costs:QueryPermissionList

Last Updated:Oct 28, 2025

Queries the permissions for a master-member relationship based on the relationship ID.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

bssapi:QueryPermissionList

get

*All Resource

*

None

None

Request parameters

Parameter

Type

Required

Description

Example

RelationId

integer

Yes

The relationship ID. Obtain this ID from the RelationId parameter in the response of the QueryRelationList operation.

51463

Response elements

Parameter

Type

Description

Example

object

Code

string

The status code.

Success

Message

string

The message returned.

Successful!

RequestId

string

The request ID.

F6E29451-A3CD-4705-806D-0112D08F5C49

Success

boolean

Indicates whether the request was successful.

true

Data

object

The data returned.

EndTime

string

The time when the relationship expires. If this parameter is empty, the relationship has not expired.

2021-03-06T15:12Z

RelationType

string

The type of the relationship. Valid values: FinancialManagement and FinancialTrusteeship.

FinancialManagement

StartTime

string

The time when the relationship takes effect. The time is in UTC and follows the ISO 8601 standard. The format is YYYY-MM-DDThh:mm:ssZ. For example, 2016-05-23T12:00:00Z is 20:00:00 on May 23, 2016 in UTC+8.

2021-03-02T15:12Z

State

string

The status of the relationship. The value is an enumeration member of RelationshipStatusEnum.

RELATED

MasterId

integer

The ID of the Alibaba Cloud account.

1990699401005016

MemberId

integer

The ID of the member account.

1851253838840762

SetupTime

string

The time when the relationship was established. The time is in UTC and follows the ISO 8601 standard. The format is YYYY-MM-DDThh:mm:ssZ. For example, 2016-05-23T12:00:00Z is 20:00:00 on May 23, 2016 in UTC+8.

2021-03-02T15:12Z

PermissionList

array<object>

The list of permissions.

object

EndTime

string

The time when the permission expires. If this parameter is empty, the permission is still valid. The time is in UTC and follows the ISO 8601 standard. The format is YYYY-MM-DDThh:mm:ssZ. For example, 2016-05-23T12:00:00Z is 20:00:00 on May 23, 2016 in UTC+8.

2021-03-05T15:12Z

StartTime

string

The time when the permission takes effect. The time is in UTC and follows the ISO 8601 standard. The format is YYYY-MM-DDThh:mm:ssZ. For example, 2016-05-23T12:00:00Z is 20:00:00 on May 23, 2016 in UTC+8.

2021-03-02T15:12Z

PermissionCode

string

The permission code.

allow_synchronize_finance_identity

PermissionName

string

The permission name.

The management account shares the credit control identity with the member.

Description of the RelationshipStatusEnum type:

Value

Description

Notes

INITIAL

Initial

The relationship is not in effect.

CONFIRMING

Invitation pending

The relationship is not in effect.

REJECTED

Rejected

The relationship is not in effect.

CONNECTION_CANCELED

Canceled

The relationship is not in effect.

RELATED

Associated

The relationship is in effect.

CHANGE_CONFIRMING

Change pending confirmation

The relationship is in effect.

CONNECTION_MASTER_CANCEL

Confirmation canceled

The relationship is not in effect.

Examples

Success response

JSON format

{
  "Code": "Success",
  "Message": "Successful!",
  "RequestId": "F6E29451-A3CD-4705-806D-0112D08F5C49",
  "Success": true,
  "Data": {
    "EndTime": "2021-03-06T15:12Z",
    "RelationType": "FinancialManagement",
    "StartTime": "2021-03-02T15:12Z",
    "State": "RELATED",
    "MasterId": 1990699401005016,
    "MemberId": 1851253838840762,
    "SetupTime": "2021-03-02T15:12Z",
    "PermissionList": [
      {
        "EndTime": "2021-03-05T15:12Z",
        "StartTime": "2021-03-02T15:12Z",
        "PermissionCode": "allow_synchronize_finance_identity",
        "PermissionName": "The management account shares the credit control identity with the member.\n"
      }
    ]
  }
}

Error codes

HTTP status code

Error code

Error message

Description

400

InvalidParameter

The specified request contains invalid parameters.

400

MissingParameter

The specified request lacks essential parameters.

500

InternalError

An error occurred in the internal server.

System exception, please try again

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.