Skip to content

Add member

POST
/tenants/{tenant}/members

Add a new member to the tenant. The email address must be unique within the tenant. The user will be able to authenticate via OIDC and access tenant resources based on their assigned role.

tenant
required
string

Tenant name

If-Match
string

ETag for optimistic locking

Member to add

object
email

Email address of the member to add

string
Example
alice@acme.com
role

Role: admin (read-write) or readonly (read-only)

string
Example
admin

Member added

object
email
string
Example
alice@acme.com
role
string
Example
admin

Validation error

object
error
string

Missing or invalid authentication

object
error
string

Admin access required

object
error
string

Member already exists

object
error
string

ETag mismatch

object
error
string

Rate limit exceeded

object
error
string