IRoleService GetUserRolesForStratifiedTenants Method CelloSaaS API Documentation
This method is used to gets the user roles for stratified tenant for this user.

Namespace: CelloSaaS.ServiceContracts.AccessControlManagement
Assembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

Dictionary<string, Dictionary<string, List<string>>> GetUserRolesForStratifiedTenants(
	string userId,
	string[] stratifiedTenantIds
)

Parameters

userId
Type: System String
The user id.
stratifiedTenantIds
Type:  System String 
The stratified tenant ids.

Return Value

Type: Dictionary String, Dictionary String, List String   
dictionary of stratified tenant and dictionary of role assigned tenant id and the list of the roles
See Also