Skip to main content
PATCH
Update organization member

Authorizations

Authorization
string
header
required

JWT access token. Send Authorization: Bearer <token>.

Path Parameters

organization_id
string<uuid>
required

Organization identifier

organization_member_id
string<uuid>
required

Organization member identifier

Body

application/json
email
string | null
display_name
string
first_name
string | null
last_name
string | null
role
string | null
status
enum<string>
Available options:
active,
invited,
inactive,
archived
is_primary
boolean
external_id
string | null

Response

Updated

data
object
required