/mcpGET https://<connection-server>/vmrest/searchspaces/seacrchspaceobjectid/searchspacemembers <SearchSpaceMembers total="1"> <SearchSpaceMember> <URI>/vmrest/searchspaces/7479b688-9c97-4a4b-ab69- ea786f6024be/searchspacemembers/8433db04-60e0-414d-99bc-c48dcf8254cb</URI> <ObjectId>8433db04-60e0-414d-99bc-c48dcf8254cb</ObjectId> <PartitionObjectId>ff1c9ff2-6fcc-47e9-a4e0-a220c6e3ae4e</PartitionObjectId> <PartitionURI>/vmrest/partitions/ff1c9ff2-6fcc-47e9-a4e0- a220c6e3ae4e</PartitionURI> <SearchSpaceObjectId>7479b688-9c97-4a4b-ab69- ea786f6024be</SearchSpaceObjectId> <SearchSpaceURI>/vmrest/searchspaces/7479b688-9c97-4a4b-ab69- ea786f6024be</SearchSpaceURI> <SortOrder>1</SortOrder> </SearchSpaceMember> </SearchSpaceMembers> Response Code: 200 JSON Example To add a member in a search space, use the following command: GET https://<connection-server>/vmrest/searchspaces/seacrchspaceobjectid/searchspacemembers Accept: application/json Content_type: application/json Connection: keep_alive The following is the response from the above GET request and the actual response will depend upon the information given by you: "@total":"1" "SearchSpaceMember": { "URI":"/vmrest/searchspaces/8190d682-9775-4622-9609- a113e594b84a/searchspacemembers/540fc81a-d391-4760-9c5f-3d5eac6b8568" "ObjectId":"540fc81a-d391-4760-9c5f-3d5eac6b8568" "PartitionObjectId":"97bf6afe-346e-4275-967e-43c50be79d32" "PartitionURI":"/vmrest/partitions/97bf6afe-346e-4275-967e-43c50be79d32" "SearchSpaceObjectId":"8190d682-9775-4622-9609-a113e594b84a" "SearchSpaceURI":"/vmrest/searchspaces/8190d682-9775-4622-9609-a113e594b84a" "SortOrder":"1" } Response Code: 200 <pre> === Updating a Search Space === The following is an example of the PUT request that allows you to update a search space: <pre> PUT https://<connection-server>/vmrest/searchspaces/<searchspaceobjectid> Request Body: <SearchSpace> <Name>Taxoma_SearchSpace</Name> <Description>Default search space for taxoma</Description> </SearchSpace> Response Code: 204 The output for this request returns the successful response code. JSON Example To update a search space, use the following command: Cisco Unity Connection Provisioning Interface (CUPI) API 641 Cisco Unity Connection Provisioning Interface (CUPI) API for Dial Plan List all the Search Space Members Associated with a Specific Search Space