LDAP
LDAP search
The LDAP Search endpoint searches LDAP for users & groups matching a partial search string.
get/ldap/search
Query parameters
qstring required
The q parameter specifies the partial string match used to filter users & groups. The provided value is used to match either 'sAMAccountName' or 'displayName' properties.
Response
An array of Users
Changes
No recorded changes to this endpoint across all 1 revision of this API.