Add member API Reference
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
code
string
error
string
field
string
message
string
severity
string
Missing or invalid authentication
object
code
string
error
string
field
string
message
string
severity
string
Admin access required
object
code
string
error
string
field
string
message
string
severity
string
Member already exists
object
code
string
error
string
field
string
message
string
severity
string
ETag mismatch
object
code
string
error
string
field
string
message
string
severity
string
Rate limit exceeded
object
code
string
error
string
field
string
message
string
severity
string