List members
GET /tenants/{tenant}/members
GET
/tenants/{tenant}/members
List all members of a tenant with their email addresses and roles.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenant
required
string
Tenant name
Responses
Section titled “ Responses ”List of members
object
items
Array<object>
object
email
string
Example
alice@acme.com role
string
Example
adminInvalid tenant name
object
error
string
Missing or invalid authentication
object
error
string
Not a member of this tenant
object
error
string
Rate limit exceeded
object
error
string