Gets the Stratified Tenant Id, User Role pair that can be managed
by the given user id based on the roles assigned by the given role assigning tenant identifier
Namespace: CelloSaaS.ServiceContracts.AccessControlManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- userId
- Type: System String
The user id.
- roleAssigningTenantId
- Type: System String
The role assigning tenant id.
Return Value
Type: Dictionary String, List StringDictionary of Stratified TenantId with the list of roles for this tenant id
Exceptions
Exception | Condition |
---|---|
CelloSaaS.ServiceContracts.AccessControlManagement RoleException | If db exception occurs |
System ArgumentNullException | If user id or role assigned tenant id is null or empty |
See Also