Skip to main content
PATCH
Update project member
Updated May 8, 2026

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Path Parameters

id
string<uuid>
required

Project ID (UUID)

member_id
string<uuid>
required

Project member ID (UUID)

Body

application/json

At least one field is required.

role_id
string<uuid>
status
enum<string>

Set active to re-enable a suspended member, or suspended to disable. pending cannot be set directly — that's reserved for invitation flow.

Available options:
active,
suspended

Response

Project member updated

success
boolean
data
object
Last modified on May 8, 2026