/mcp• Identify the search space to which you want to add partitions. • Obtain the object ID of the partition that has to be added using the following URI GET https://<connection-server>/vmrest/partitions The following is an example of the POST request that allows you to add a member in a search space: POST https://<connection-server>/vmrest/searchspaces/<ObjectId>/searchspacemembers Request Body: <SearchSpaceMember> <PartitionObjectId>2be94430-a2b4-4a0c-b53c-a0290810d0ef</PartitionObjectId> <SortOrder>1</SortOrder> </SearchSpaceMember> The output for this request returns the following response: Response Code: 201 /vmrest/searchspaces/4fc208e7-cb84-4e3f-bcf0-11f69c212b1d/searchspacemembers/f93deeb3-71b2- 4198-bd55-53dc4a11f37c JSON Example To add a member in a search space, use the following command: Request URI: POST https://<connection-server>/vmrest/searchspaces/seacrchspaceobjectid/searchspacemembers Accept: application/json Content_type: application/json Connection: keep_alive Request Body: { "PartitionObjectId": "97bf6afe-346e-4275-967e-43c50be79d32", "SortOrder": "1" } The following is the response from the above POST request and the actual response will depend upon the information given by you: Response Code: 201 /vmrest/searchspaces/72bf712e-ebad-4398-997c-5c21fb1c18c4/searchspacesmembers/0453712e-ebadeadc- 997c-5c21fb1c18c4 List all the Search Space Members Associated with a Specific Search Space The following is an example of the GET request that lists all the search space members associated with a specific search space: Cisco Unity Connection Provisioning Interface (CUPI) API 640 Cisco Unity Connection Provisioning Interface (CUPI) API for Dial Plan List all the Search Space Members Associated with a Specific Search Space