PATCH
Update organization member

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

organization_id
string<uuid>
required

Organization ID

membership_id
string<uuid>
required

Membership ID

Body

application/json

JSON payload used to update organization member.

Request payload for update member.

role
null | enum<string>

Role granted to the user in the relevant scope.

Available options:
OWNER,
ADMIN,
OPERATOR,
ACCOUNTANT,
VIEWER
status
string | null

Current lifecycle or operational status.

Response

Updated organization member

data
object
required

Endpoint-specific response payload. See the referenced schema for the resource fields.

request_id
string
required

Request correlation identifier returned from X-Request-Id or generated by the API.

meta
object

Optional response metadata such as pagination limits, counts, or export context.