IUserDetailsService GetUserDetails Method (String, String) CelloSaaS API Documentation
Get user details by user name and company code.

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

UserDetails GetUserDetails(
	string companyCode,
	string userName
)

Parameters

companyCode
Type: System String
company code(Mandatory)
userName
Type: System String
User Name(Mandatory)

Return Value

Type: UserDetails
User information
Exceptions

ExceptionCondition
CelloSaaS.ServiceContracts.UserManagement UserDetailExceptionIf Any exception occurred, while connecting or modifying the database.
System ArgumentNullExceptionIf company code or user name is null or empty.
See Also