Gets the stratified tenant and roles for user.
This API call gets the tenants by stratification that this user can manage and then lists all the roles that are assigned for this userid
by which tenant and which role
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.
Return Value
Type: Dictionary String, Dictionary String, List StringDictionary of stratified tenant id and dictionary of role assigned tenant id and list of roels
Exceptions
Exception | Condition |
---|---|
CelloSaaS.ServiceContracts.AccessControlManagement RoleException | If db exception occurs |
System ArgumentNullException | If user id is null or empty |
See Also