IUserDetailsService GetUsersInRoles Method CelloSaaS API Documentation
Gets the users in roles.

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>> GetUsersInRoles(
	string[] roleIds
)

Parameters

roleIds
Type:  System String 
The role ids.

Return Value

Type: Dictionary String, Dictionary String, UserDetails  
Exceptions

ExceptionCondition
System NotSupportedExceptionIf the service is for UserConnectionString DAL Provider
System ArgumentNullExceptionIf the role ids is null or role ids count is zero
See Also