REST API - Set Candidate Query - Position
This operation sets or updates a candidate query for a position.
Request
| Format | PUT <baseurl>/candidatequery/position/<position-guid>/<container-id>/ <search-scope> |
| Path parameters |
|
| Query parameters |
|
| 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/position/_uNjFkFHIEeO_orno_K2qCw/1/ONELEVEL |
| Body | (objectclass=person) |