v12

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-1811583196.1 KB
Members

Update account member

Update a member's role or status. Pass only the fields you want to change.

patch/api/v1/members/{id}

Path parameters

idstring uuid required

Member ID (UUID)

Request body

role_idstring uuid
status'active' | 'suspended'

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

Response

Member updated

successboolean

Example response

{
  "data": {
    "role_name": "Operator"
  }
}