v1

latestOpenAPI 3.1.02026-07-261344388.3 KB
Member

Update a member

Update an existing project member, including their group assignments and owner status.

put/api/projects/{projectId}/members/{memberId}

Path parameters

memberIdstring uuid required

Unique identifier of the member to update

projectIdstring uuid required

Unique identifier of the project

Request body

groupIdsstring[]

List of group IDs to assign to the member

ownerboolean

Whether the member should be a project owner

Response

The updated membership record

idstring uuid required

Unique identifier of the member

ownerboolean

Whether the member is an owner of the project

userIdstring uuid

User ID of the member

projectIdstring uuid

Project ID the member belongs to

createdAtstring required

Timestamp when the member was created

updatedAtstring required

Timestamp when the member was last updated