IRoleService GetRolesAssignedToUserByTenant Method CelloSaaS API Documentation
This method is used to gets the roles assigned to user by tenant.

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

string[] GetRolesAssignedToUserByTenant(
	string userId,
	string roleAssignedTenantId
)

Parameters

userId
Type: System String
The user id.
roleAssignedTenantId
Type: System String
The role assigned tenant id.

Return Value

Type:  String 
Exceptions

ExceptionCondition
CelloSaaS.ServiceContracts.AccessControlManagement RoleExceptionIf db exception occurs
System ArgumentNullExceptionIf the user id or role assigned tenant id is null or empty.
See Also