List members API Reference
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
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
Not a member of this tenant
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