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
position-guid: The unique identifier of the position to which the candidate query is to be assigned.
container-id: The identifier of the LDAP container in which the LDAP search is to be performed, and to which generated resources should be assigned.
search-scope: The scope on which an LDAP search is to be performed. The valid entries are either: ONELEVEL (only the elements directly within the Base-DN level are searched) or SUBTREE (elements directly within, and below, the Base-DN level are searched).
Query parameters
BaseDN: (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/position/_uNjFkFHIEeO_orno_K2qCw/1/ONELEVEL