Adds a tenant partition, including activated modules, activated roletypes, and license limits.
POST /tenantmanagement/tenant
Headers
Model Schemas
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"TenantUser": {
"UserName": "string",
"HashedPassword": "string",
"Password": "string",
"Email": "string",
"ScopeRef": "string",
"RoleRef": "string"
},
"ModuleIds": [
0
],
"LicenseValues": [
{
"DataType": 0,
"Name": "string",
"StringValue": "string",
"DateValue": "2016-11-01T16:00:12.655Z",
"zzValId": 0,
"LicenseType": 0,
"Limit": 0,
"zzVal": "string"
}
],
"NamedRoleTypeLimits": [
{
"RoleName": "string",
"RoleType": 0,
"Limit": 0
}
],
"Id": 0,
"Ref": "string",
"Type": "string",
"TimeZoneOffset": 0,
"Attributes": {}
}