Skip to main content
PATCH

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

A UUID string identifying this organization member.

Body

application/json
role
enum<integer>
  • 0 - member
  • 1 - collaborator
  • 2 - administrator
Available options:
0,
1,
2
Required range: -2147483648 <= x <= 2147483647
is_active
boolean
organization
object
originator
boolean

Response

200 - application/json
id
string<uuid>
required
read-only
first_name
string
required
read-only
last_name
string
required
read-only
email
string<email>
required
read-only