RoleProxy GetUserRolesForTenant Method (String, 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 stratifiedTenantId,
	string roleAssigningTenantId
)

Parameters

userId
Type: System String
The user id.
stratifiedTenantId
Type: System String
The stratified tenant id.
roleAssigningTenantId
Type: System String
The role assigning tenant id.

Return Value

Type:  String 
Exceptions

ExceptionCondition
[!:CelloSaaS.ServiceContracts.AccessControlManagement.RoleException]If db exception occur
See Also