Queries Resource Access Management (RAM) users in a RAM user group.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
GroupName | string | Yes | The name of the RAM user group. | Test-Team |
Marker | string | No | The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request.`` When you call the operation for the first time, if the total number of returned entries exceeds the value of | EXAMPLE |
MaxItems | integer | No | The number of entries per page. Valid values: 1 to 100. Default value: 100. | 100 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "789FF581-B3C8-43A8-9115-54304B46D05C",
"IsTruncated": true,
"Marker": "EXAMPLE",
"Users": {
"User": [
{
"UserPrincipalName": "test@example.onaliyun.com",
"DisplayName": "test",
"UserId": "20732900249392****",
"JoinDate": "2020-10-20T06:57:00Z"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.