v1

OpenAPI 3.0.1Apache 2.02026-07-135212282.4 KB
projects

Update project member role

Update the role of a member in a specific project within an organization.

put/api/v1/orgs/organizations/{org_id}/projects/{project_id}/members/

Path parameters

org_idstring required

Unique identifier of the organization.

project_idstring required

Unique identifier of the project.

Request body

emailstring required

Email of the member to be updated

rolestring required

New role of the member in the project

Response

User role updated successfully.

messagestring

Example response

{
  "message": "User role updated successfully."
}