RoleProxy GetUserRolesForTenant Method (String, String) CelloSaaS API Documentation
Gets the tenant roles for the given user

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

public static string[] GetUserRolesForTenant(
	string userId,
	string tenantId
)

Parameters

userId
Type: System String
The user id.
tenantId
Type: System String

Return Value

Type:  String 
List of Roles
Exceptions

ExceptionCondition
[!:CelloSaaS.ServiceContracts.AccessControlManagement.RoleException]If db exception occur
System ArgumentNullExceptionIf the user id is null or empty.
See Also