Gets the users in role by tenant stratification.
Namespace: CelloSaaS.ServiceContracts.AccessControlManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- roleIdentifiers
- Type: System String
The role identifiers.
- tenantId
- Type: System String
The tenant id.
Return Value
Type: Dictionary String, List StringExceptions
Exception | Condition |
---|---|
System NotSupportedException | |
CelloSaaS.ServiceContracts.AccessControlManagement RoleException | If db exception occur |
System ArgumentNullException | If the role ids or tenant id is null or empty. |
See Also