Skip to main content
POST
Create or invite organization member

Authorizations

Authorization
string
header
required

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

Headers

Idempotency-Key
string

Optional. Opaque per-request value; when sent, the API stores the first successful create for that (caller, key) and replays the same 201 response on retries. The exact raw JSON body is hashed; a different body with the same key yields 409.

Path Parameters

organization_id
string<uuid>
required

Organization identifier

Body

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

Response

Created

data
object
required