IRoleService GetRolesByServiceAdminUser Method CelloSaaS API Documentation
Gets the roles by service admin user.

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

Dictionary<string, Role> GetRolesByServiceAdminUser(
	string serviceAdminUserId
)

Parameters

serviceAdminUserId
Type: System String
The service admin user id.

Return Value

Type: Dictionary String, Role 
Dictionary of roles
Exceptions

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