IUserDetailsService GetUserInPrivileges Method CelloSaaS API Documentation
Gets the user in privileges.

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

Dictionary<string, Dictionary<string, UserDetails>> GetUserInPrivileges(
	string[] privilegeIds
)

Parameters

privilegeIds
Type:  System String 
The privilege ids.

Return Value

Type: Dictionary String, Dictionary String, UserDetails  
Exceptions

ExceptionCondition
System ArgumentNullExceptionIf the privilege ids is null or privilege ids count is zero
See Also