Tenants REST Endpoints

AAA/Tenants
Use for managing tenants.
Create a Tenant
Method: post
Path: /api/AAA/Tenants
Delete a Tenant
Method: delete
Path: /api/AAA/Tenants/{id}
Get a Tenant by ID
Method: get
Path: /api/AAA/Tenants/{id}
Get Tenants
Method: get
Path: /api/AAA/Tenants
Update a Tenant
Method: put
Path: /api/AAA/Tenants/{id}