Skip to content
Pasqal Documentation

/api/v1/projects/{project_id}/members (PUT)

PUT
/api/v1/projects/{project_id}/members

Update existing members for a project.

Parameters

Path Parameters

project_id
required
string

Request Body

object
role

Role of the member.

string
Allowed values: ADMIN MEMBER
user_ids
required
Array<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>
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
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