Queries the list of members that are not occupied by other projects.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID of the bastion host. Note
You can call the DescribeInstances operation to obtain this parameter. |
bastionhost-cn-i7m2d7zrw11 |
| RegionId |
string |
No |
The region ID of the bastion host. Note
For the mapping between region IDs and region names, see Regions and zones. |
cn-hangzhou |
| NextToken |
string |
No |
The request token. Leave this parameter empty or set it to an empty string for the first request. |
4ieSWJCwxvW3dk3wF.BqkrZmP72nWu5zJ5NWydMqyEs**** |
| MaxResults |
integer |
No |
The number of entries to query. Default value: 20. Maximum value: 100. |
20 |
| ProjectId |
integer |
No |
The project ID. Note
You can call the ListProjects operation to obtain this parameter. |
3 |
| Keyword |
string |
No |
The UID of the member accounts to query. Fuzzy match is supported. |
162****5213 |
| Skip |
integer |
No |
The number of entries to skip. Note
This parameter takes effect only when NextToken is empty. |
0 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| TotalCount |
integer |
The total number of entries. |
10 |
| NextToken |
string |
The token for the next request. Use this value for the NextToken request parameter in the next paged query. If this field is empty in the response, no more data is available and paging is complete. |
4ieSWJCwxvW3dk3wF.BqkrZmP72nWu5zJ5NWydMqyEs**** |
| MaxResults |
integer |
The value passed in the request parameter MaxResults if a valid value was specified. Otherwise, the default value is returned. |
20 |
| RequestId |
string |
The unique request ID generated by Alibaba Cloud for this request. |
EC9BF0F4-8983-491A-BC8C-1B4DD94976DE |
| Members |
array<object> |
The list of member accounts. |
|
|
object |
The list of member accounts. |
||
| MemberId |
integer |
The UID of the member accounts. |
122****3763 |
Examples
Success response
JSON format
{
"TotalCount": 10,
"NextToken": "4ieSWJCwxvW3dk3wF.BqkrZmP72nWu5zJ5NWydMqyEs****",
"MaxResults": 20,
"RequestId": "EC9BF0F4-8983-491A-BC8C-1B4DD94976DE",
"Members": [
{
"MemberId": 0
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.