Update member role
PATCH /tenants/{tenant}/members/{email}
PATCH
/tenants/{tenant}/members/{email}
Change the role of an existing tenant member. Roles control access: admin has full read-write access, readonly can only view resources.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenant
required
string
Tenant name
email
required
string
Member email address (URL-encoded)
Header Parameters
Section titled “Header Parameters ” If-Match
string
ETag for optimistic locking
Request Body
Section titled “Request Body ”New role
object
role
string
Example
readonlyResponses
Section titled “ Responses ”Updated member
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 not found
object
error
string
ETag mismatch
object
error
string
Rate limit exceeded
object
error
string