/api/v1/projects/{project_id}/members (GET)
GET
/api/v1/projects/{project_id}/members
Get members of a project.
Parameters
Path Parameters
project_id
required
string
Query Parameters
limit
integer
offset
integer
order_by
string
order_by_direction
string
Responses
default
object
code
required
HTTP code of the request.
integer
200
data
Data of the request.
Array<object>
object
created_at
string format: date-time
id
string format: uuid
project_allowed_device_types
required
A list of DeviceType the project can use
Array<string>
project_id
required
ID of the project
string format: uuid
role
Role of the member.
string
status
Status of the invitation.
string
updated_at
string format: date-time
user
object
email
string format: email
family_name
string
given_name
string
id
required
string
user_id
required
ID of the user|application from the corresponding identity provider. For Auth0 users, the “auth0|” prefix is removed.
string
message
required
Short message explaining status.
string
OK.
pagination
Pagination information for the request
object
end
required
integer
start
required
integer
total
required
integer
status
required
Status of the request.
string
success