RoleProxy GetUserRoles Method (String) CelloSaaS API Documentation
Get roles assigned to 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[] GetUserRoles(
	string userIdentifier
)

Parameters

userIdentifier
Type: System String
User Identifier(Mandatory)

Return Value

Type:  String 
Role Ids
Exceptions

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