Share via


xAxaptaUserManager.getSIDFromName Method

Gets user details from the given user logon, domain, and account type.

Syntax

public xAxaptaUserDetails getSIDFromName(
    str userLogin, 
    str domainName, 
    UserAccountType accountType)

Run On

Called

Parameters

  • userLogin
    Type: str
  • domainName
    Type: str

Return Value

Type: xAxaptaUserDetails Class
A xAxaptaUserDetails class instance that contains user details.

See Also

Reference

xAxaptaUserManager Class