Gets the userids of the user's to the role assigned by the given role assigned tenant for the stratified tenant with the given roles
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.
- stratifiedTenantId
- Type: System String
The stratified tenant id.
- roleAssigningTenantId
- Type: System String
The role assigning tenant id.
Return Value
Type: Dictionary String, List StringDictionary of Roles and their User identifiers
Exceptions
Exception | Condition |
---|---|
CelloSaaS.ServiceContracts.AccessControlManagement RoleException | If db exception occurs |
System ArgumentNullException | If role ids or stratified tenant id or role assigned tenant id is null or empty |
See Also