Skip to main content
GET
List Users

Authorizations

X-Management-Id
string
header
required
X-Management-Token
string
header
required

Path Parameters

projectId
string
required

Provide the unique identifier of the project.

Example:

"proj_TrlkLiH4"

Response

Returns the list of all the users assigned to the project.

Object containing a list of users assigned to the project.

object
enum<string>
default:list
required

The type of the object represented by JSON. This object stores information about the users in a dictionary.

Available options:
list
data_ref
enum<string>
default:data
required

Identifies the name of the attribute that contains the array of user objects.

Available options:
data
data
User · object[]
required

Array of user objects.

total
integer
required

The total number of users.

Last modified on July 7, 2026