Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

/rest/{version}/users/importLdapUsers


Descriptor

Value

HTTP Method

POST

Description

Adds LDAP users to system.

Required Permission

Manage Users

Version Introduced2.6.2

...

Code Block
themeEclipse
curl -H 'Accept: application/json' -H "Authorization: APIKEY {apiKey}" -X POST --data 'activeDirectoryId=2&importLdapGroups=true'
http://localhost:8080/threadfix/rest/latest/users/importLdapUsers

Sample Output:

...