IUserDetailsService GetUsersInRole Method CelloSaaS API Documentation
Gets the users in role.

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

Dictionary<string, UserDetails> GetUsersInRole(
	string roleId
)

Parameters

roleId
Type: System String
The role id.

Return Value

Type: Dictionary String, UserDetails 
Exceptions

ExceptionCondition
System NotSupportedExceptionIf the service is for UserConnectionString DAL Provider
System ArgumentNullExceptionIf the role id is null or empty.
See Also