Courier · Capability
Courier — Tenants
Courier — Tenants. 7 operations. Lead operation: Get a List of Tenants. Self-contained Naftiko capability covering one Courier business surface.
What You Can Do
GET
Tenantslist
— Get a List of Tenants
/v1/tenants
GET
Tenantsget
— Get a Tenant
/v1/tenants/{tenant-id}
PUT
Tenantscreateorreplace
— Create or Replace a Tenant
/v1/tenants/{tenant-id}
DELETE
Tenantsdelete
— Delete a Tenant
/v1/tenants/{tenant-id}
PUT
Tenantscreateorreplacedefaultpreferencesfortopic
— Create or Replace Default Preferences For Topic
/v1/tenants/{tenant-id}/default-preferences/items/{topic-id}
DELETE
Tenantsremovedefaultpreferencesfortopic
— Remove Default Preferences For Topic
/v1/tenants/{tenant-id}/default-preferences/items/{topic-id}
GET
Tenantsgetusersbytenant
— Get Users in Tenant
/v1/tenants/{tenant-id}/users
MCP Tools
get-list-tenants
Get a List of Tenants
read-only
idempotent
get-tenant
Get a Tenant
read-only
idempotent
create-replace-tenant
Create or Replace a Tenant
idempotent
delete-tenant
Delete a Tenant
idempotent
create-replace-default-preferences-topic
Create or Replace Default Preferences For Topic
idempotent
remove-default-preferences-topic
Remove Default Preferences For Topic
idempotent
get-users-tenant
Get Users in Tenant
read-only
idempotent