Skip to content

API Active Directory

Robert Polak edited this page Jun 27, 2019 · 19 revisions

Read

Read - Details

Reads Active Directory. Returns the entire Active Directory list if no User Name CcnUsername parameter is supplied Otherwise return the AD entry for the specified User.

Authentication: Windows

Privilege : Administrator , Moderator , Power User

Method: PxStat.Security.ActiveDirectory_API.Read

Parameters:

Name Type Default Description
CcnUsername String AD User Name

Return: Array [ Object ]

Name Type Description
CcnUsername String AD User Name
CcnName String First and Last Name of User
CcnEmail String User's email address

Top

Clone this wiki locally