Next Topic

Previous Topic

Book Contents

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

Schema Model

Field

Datatype

Filterable

Sortable

RoleName

string

 

 

RoleType

decimal

 

 

Limit

decimal

 

 

Sample Body

[
  {
    "RoleName": "string",
    "RoleType": 0,
    "Limit": 0
  }
]