IRoleService GetUserRoles Method (String) CelloSaaS API Documentation
Get roles assigned to the given user.

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

string[] GetUserRoles(
	string userIdentifier
)

Parameters

userIdentifier
Type: System String
User Identifier(Mandatory)

Return Value

Type:  String 
Role Ids
Exceptions

ExceptionCondition
CelloSaaS.ServiceContracts.AccessControlManagement RoleExceptionIf db exception occur
System ArgumentNullExceptionIf the user id is null or empty.
See Also