List Account Permission Applications
List permission applications for organization accounts with pagination. This API requires administrator permissions.
Endpoint: /openapi/v1/permission/account/apply/list
Method: GET
Request parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| status | String | No | Application status. Omit it to query all statuses. |
| keywordType | String | No | Keyword type. |
| keyword | String | No | Keyword for fuzzy matching. |
| current | Integer | No | Current page number, starting at 1. Default: 1. |
| pageSize | Integer | No | Records per page. Default: 10; maximum: 1000. |
Response parameters
The response contains success, requestId, current, pageSize, total, and data. Each data item has the same fields as List My Permission Applications.
Success response
{"success": true, "requestId": "<requestId>", "current": 1, "pageSize": 10, "total": 0, "data": []}