REST API - Set Candidate Query - Group
This operation sets or updates a candidate query for a group
Request
Format | PUT <baseurl>/candidatequery/group/<group-guid>/<container-id>/ <search-scope> |
Path parameters |
|
Query parameters | BaseDN=string (optional): The base-DN to which the LDAP search is to be restricted.
|
Body | Query: The LDAP query that identifies candidate resources. |
Response
JSON | If successful, returns 200 OK in the response header, and an empty response body. |
XML | If successful, returns 200 OK in the response header, and an empty response body. |
Example
Request | PUT <baseurl>/orgmodel/candidatequery/group/_slQukFHHEeO_orno_K2qCw/1/ONELEVEL |
Body | (objectclass=person) |