IUserDetailsService GetUserDetails Method ( String ) CelloSaaS API Documentation
Gets the user details.

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

Dictionary<string, UserDetails> GetUserDetails(
	string[] userIds
)

Parameters

userIds
Type:  System String 
The user ids.

Return Value

Type: Dictionary String, UserDetails 
Exceptions

ExceptionCondition
CelloSaaS.ServiceContracts.UserManagement UserDetailException If Any exception occurred, while connecting or modifying the database.
System ArgumentNullExceptionIf the user ids is null or user ids count is zero
See Also