Queries the list of members through OpenAPI.
x-yunxiao-token string (Required)
Personal access token. For details, see Personal Access Token.
Example: pt-0fh30fbG_35af0484.
For more information, see the API error codes.
Applies to: Enterprise Dedicated Edition, Enterprise Standard Edition
Access Point: Get the service access point and replace {domain} in the API request syntax.
Authorization
| Product | Resource | Required permission |
|---|---|---|
| Organization Management | Organization member | Read-only |
Request Syntax
Request examples
- Enterprise Standard Edition
- Enterprise Dedicated Edition
- Query the list of members
Request Headers
x-yunxiao-token string (Required)
Personal access token. For details, see Personal Access Token.
Example: pt-0fh30fbG_35af0484.
Request Parameters
string
path
required
Organization ID. You can go to the Basic Information page of the Organization Management Console to obtain the organizationId.
integer
path
default:"1"
[Applies to Dedicated Edition only] Current page.
integer
path
default:"100"
[Applies to Dedicated Edition only] Number of data entries per page. Value range: [1, 100].
Response Fields
- Response example
array[string]
List of organization departments to which the member belongs.
string
Member ID.
string
Join time, equal to the creation time in the database.
string
Last update time, equal to the update time in the database.
string
Member name.
string
Email.
string
Organization ID.
array[string]
Role information.
string
Member status.Valid values: ENABLED, DISABLED, UNDELETED, DELETED, NORMAL_USING, UNVISITED.
string
User ID.
string
Last access time.
Response Headers
| Parameter | Description | Example value |
|---|---|---|
| x-next-page | [Applies to Dedicated Edition only] Next page. | 1 |
| x-page | [Applies to Dedicated Edition only] Current page. | 2 |
| x-per-page | [Applies to Dedicated Edition only] Number of data entries per page. | 1 |
| x-prev-page | [Applies to Dedicated Edition only] Previous page. | 2 |
| x-total | [Applies to Dedicated Edition only] Total number of data entries. | 1 |
| x-total-pages | [Applies to Dedicated Edition only] Total number of pages. | 3 |