Skip to content

List members API Reference

GET
/tenants/{tenant}/members

List all members of a tenant with their email addresses and roles.

tenant
required
string

Tenant name

List of members

object
items
Array<object>
object
email
string
Example
alice@acme.com
role
string
Example
admin

Invalid 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