/mcpThe following is the response from the above DELETE request and the actual response will depend upon the information given by you: Response Code: 204 Updating the Search Scope of the Directory Handler The following is an example of the PUT request that can be used to modify the search scope of the directory handler. In the request body, the search scope value corresponds to the type of search scope and search scope object ID represents the objectid corresponding to the search scope value. For Example Value for COS as search scope is 5 and search scope object ID should be COS. PUT https://<connection-server>/vmrest/directory handler /<directoryHandlerObjectId> Request Body: <DirectoryHandler> <SearchScope>5</SearchScope> <SearchScopeObjectId>03815b4e-3b88-48b3-918d-91a9d1673880</SearchScopeObjectId> </DirectoryHandler> The following is the response from the above PUT request and the actual response will depend upon the information given by you: Response Code: 204 The table given below lists the possible values of the search scope: Description Value Name VMS - directory handler search restricted to the local VMS. 0 VMS Dialing domain - directory handler search restricted to a dialing domain. 1 DialingDomain Global - directory handler search expanded to the entire Unity organization (global). 2 Global Location - directory handler search restricted to a Unity location. 3 Location Distribution list - directory handler search is restricted to a distribution list. 4 DistributionList COS - directory handler search restricted to a class of service. 5 cos SearchSpace - directory handler search restricted to a search space. 6 SearchSpace Inherit - directory handler search is restricted to the search space of the call. 7 Inherit Invalid - directory handler search scope is no longer valid; used by the replicator. 8 Invalid Cisco Unity Connection Provisioning Interface (CUPI) API 532 Cisco Unity Connection Provisioning Interface (CUPI) API--Directory Handler APIs Updating the Search Scope of the Directory Handler