Skip to content

List tenant member directory

GET
/tenants/{id}/members
curl --request GET \
--url https://api.muninx.com/tenants/example/members \
--header 'Authorization: Bearer <token>'
id
required
string

Tenant organization ID; use this for the current tenant

roles
string

Comma-separated roles

organization
string

Customer organization ID

OK

Media type application/json
Array<object>
object
agent-type
string
email
string
last-name
string
name
string
organization
string
role
string
status
string
team-id
string
Example generated
[
{
"agent-type": "example",
"email": "example",
"last-name": "example",
"name": "example",
"organization": "example",
"role": "example",
"status": "example",
"team-id": "example"
}
]

Problem+json

Media type application/json
object
key
additional properties
any
Example generated
{}