Skip to content

List tenant memberships

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

Tenant organization ID

organization
string

Customer organization ID

OK

Media type application/json
Array<object>
object
auto-assign-tickets
boolean
email
string
organization
string
role
string
status
string
team-id
string
tenant-id
string
Example generated
[
{
"auto-assign-tickets": true,
"email": "example",
"organization": "example",
"role": "example",
"status": "example",
"team-id": "example",
"tenant-id": "example"
}
]

Problem+json

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

Problem+json

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

Problem+json

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