Tenant
GET /api/tenant/current
Gets current tenant.
Responses
200 OK
id | string | |
---|---|---|
name | string | |
createdDate | string | |
lastUpdatedDate | string | |
expirationDate | string | |
disabled | boolean | |
locked | boolean |
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error
Example Success Response
{
"id": "string",
"name": "string",
"createdDate": "string",
"lastUpdatedDate": "string",
"expirationDate": "string",
"disabled": true,
"locked": true
}