UserDetailsProxy GetUserDetails Method CelloSaaS API Documentation
Get user details by user name and company code.

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

public static 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
See Also