Tenants REST Endpoints
AAA/Tenants
Use for managing tenants.
- Create a Tenant
- Method: postPath:
/api/AAA/Tenants - Delete a Tenant
- Method: deletePath:
/api/AAA/Tenants/{id} - Get a Tenant by ID
- Method: getPath:
/api/AAA/Tenants/{id} - Get Tenants
- Method: getPath:
/api/AAA/Tenants - Update a Tenant
- Method: putPath:
/api/AAA/Tenants/{id}