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