Skip to main content
POST
Add a member

Authorizations

Authorization
string
header
required

Session JWT (from register/login) or API key (pk_...). X-API-Key: <token> is accepted as an alternative header.

Body

application/json
email
string<email>
required
password
string
required
Minimum string length: 8
role
enum<string>
default:operator
Available options:
owner,
operator,
viewer

Response

Member created.

id
string<uuid>
email
string
role
enum<string>
Available options:
owner,
operator,
viewer
status
enum<string>
Available options:
active,
disabled
created_at
string<date-time>
Last modified on July 18, 2026