Obtains information about the users who are assigned a project-level role.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /api/v1/projects/{projectName}/roles/{roleName}/users HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
projectName | string | Yes | The name of the MaxCompute project. | projectA |
roleName | string | Yes | The name of the role. | roleA |
Response parameters
Examples
Sample success responses
JSON
format
{
"requestId": "0be3e0bb16654558425251398e27a9",
"data": {
"users": [
{
"name": "ALIYUN${account_name}"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history