Courier · Capability
Courier — User Tenants
Courier — User Tenants. 5 operations. Lead operation: Get tenants associated with a given user. Self-contained Naftiko capability covering one Courier business surface.
What You Can Do
GET
Userstenantslist
— Get tenants associated with a given user
/v1/users/{user-id}/tenants
PUT
Userstenantsaddmultiple
— Add a User to Multiple Tenants
/v1/users/{user-id}/tenants
DELETE
Userstenantsremoveall
— Remove User From All Associated Tenants
/v1/users/{user-id}/tenants
PUT
Userstenantsadd
— Add a User to a Single Tenant
/v1/users/{user-id}/tenants/{tenant-id}
DELETE
Userstenantsremove
— Remove User from a Tenant
/v1/users/{user-id}/tenants/{tenant-id}
MCP Tools
get-tenants-associated-given-user
Get tenants associated with a given user
read-only
idempotent
add-user-multiple-tenants
Add a User to Multiple Tenants
idempotent
remove-user-all-associated-tenants
Remove User From All Associated Tenants
idempotent
add-user-single-tenant
Add a User to a Single Tenant
idempotent
remove-user-tenant
Remove User from a Tenant
idempotent