All Products
Search
Document Center

MaxCompute:ListProjectUsers

Last Updated:Mar 03, 2024

Queries a list of users in a project.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /api/v1/projects/{projectName}/users

Request parameters

ParameterTypeRequiredDescriptionExample
projectNamestringYes

The name of the MaxCompute project.

projectA

Response parameters

ParameterTypeDescriptionExample
object

PopResult

requestIdstring

The request ID.

0b87b7b316643495896551555e855b
dataobject

The returned data.

usersobject []

An array that contains users.

namestring

The name of the user.

userA

Examples

Sample success responses

JSONformat

{
  "requestId": "0b87b7b316643495896551555e855b",
  "data": {
    "users": [
      {
        "name": "userA"
      }
    ]
  }
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history