POST
Add 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

Body

application/json

JSON payload used to add organization member.

Request payload for add member.

identifier
string
required

Human-readable identifier or code for the resource.

Minimum string length: 1
role
enum<string>
required

Role granted to the user in the relevant scope.

Available options:
OWNER,
ADMIN,
OPERATOR,
ACCOUNTANT,
VIEWER

Response

Added 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.