Skip to content
Pasqal Documentation

/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
default: 100 <= 100
offset
integer
order_by
string
order_by_direction
string
Allowed values: ASC DESC

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>
Allowed values: EMU_FREE EMU_SV EMU_TN EMU_C FRESNEL EMU_FRESNEL EMU_MPS
project_id
required

ID of the project

string format: uuid
role

Role of the member.

string
Allowed values: ADMIN MEMBER
status

Status of the invitation.

string
Allowed values: PENDING ACTIVE
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