RoleProxy GetRolesByServiceAdminUser Method CelloSaaS API Documentation
Gets the roles by service admin 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 Dictionary<string, Role> GetRolesByServiceAdminUser(
	string p
)

Parameters

p
Type: System String

Return Value

Type: Dictionary String, Role 
Dictionary of roles
Exceptions

ExceptionCondition
System ArgumentNullExceptionIf service admin user id is null or empty
See Also