Skip to content

List members

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
error
string

Missing or invalid authentication

object
error
string

Not a member of this tenant

object
error
string

Rate limit exceeded

object
error
string