Updated on 2026-01-13 GMT+08:00

Obtain the User Information List

Function

This API is used to obtain the account information of the current project by page.

Calling Method

For details, see Calling APIs.

URI

GET /v2/{project_id}/sec-ops/users

Table 1 Path Parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Unique project ID.

Table 2 Query Parameters

Parameter

Mandatory

Type

Description

limit

No

Integer

Number of records returned on each page.

offset

No

Integer

Offset of pagination query.

Request Parameters

None

Response Parameters

Status code: 200

Table 3 Response body parameters

Parameter

Type

Description

total

Integer

Total number of users.

user_list

Array of UserInfo objects

User information list.

Table 4 UserInfo

Parameter

Type

Description

user_id

String

User ID.

user_name

String

Username.

Example Requests

None

Example Responses

None

Status Codes

Status Code

Description

200

OK

401

Unauthorized

403

Forbidden

404

Not Found

Error Codes

See Error Codes.