/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
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>
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
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