Sets the maximum number of users allowed for a given role type within the tenant partition.
PUT /tenantmanagement/tenant/roletypes/limits/{tenantId}
Header
Schema Model
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
Sample Body
[
{
"RoleName": "string",
"RoleType": 0,
"Limit": 0
}
]