Add member
POST /tenants/{tenant}/members
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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenant
required
string
Tenant name
Header Parameters
Section titled “Header Parameters ” If-Match
string
ETag for optimistic locking
Request Body
Section titled “Request Body ”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
adminResponses
Section titled “ Responses ”Member added
object
email
string
Example
alice@acme.com role
string
Example
adminValidation 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