/mcpGET: https://<connectionserver>/vmrest/searchspacesmembers?query=(PartitionObjectId%20is%20partiti onobjectid) The following is the response from the above GET request and the actual response will depend upon the information given by you: <SearchSpacesMembers total="2"> <SearchSpacesMember> <URI>/vmrest/searchspacesmembers/ef101893-8687-49f6-b658-b05e110690d5</URI> <ObjectId> ef101893-8687-49f6-b658-b05e110690d5</ObjectId> <PartitionObjectId>a7108db5-c354-4b71-a72f-2c945291bda2</PartitionObjectId> <PartitionURI>/vmrest/partitions/a7108db5-c354-4b71-a72f- 2c945291bda2</PartitionURI> <SearchSpaceObjectId>d4885446-a1f9-4e4c-810f-168bcc8489af</SearchSpaceObjectId> <SearchSpaceURI>/vmrest/searchspaces/d4885446-a1f9-4e4c-810f- 168bcc8489af</SearchSpaceURI> <SortOrder>1</SortOrder> </SearchSpacesMember> <SearchSpacesMember> <URI>/vmrest/searchspacesmembers/b3431606-ccd2-4c06-9a12-9c336c78968c</URI> <ObjectId>b3431606-ccd2-4c06-9a12-9c336c78968c</ObjectId> <PartitionObjectId>a7108db5-c354-4b71-a72f-2c945291bda2</PartitionObjectId> <PartitionURI>/vmrest/partitions/a7108db5-c354-4b71-a72f- 2c945291bda2</PartitionURI> <SearchSpaceObjectId>9b3eb53b-445f-416e-b5f3- 15c64428d190</SearchSpaceObjectId> <SearchSpaceURI>/vmrest/searchspaces/9b3eb53b-445f-416e-b5f3- 15c64428d190</SearchSpaceURI> <SortOrder>1</SortOrder> </SearchSpacesMember> </SearchSpacesMembers> Response Code: 200 JSON Example To list all the search space members use the following command, do the following: GET: https://<connectionserver>/vmrest/searchspacesmembers?query=(PartitionObjectId%20is%20partitiono bjectid) Accept: 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: Cisco Unity Connection Provisioning Interface (CUPI) API 645 Cisco Unity Connection Provisioning Interface (CUPI) API for Dial Plan Listing the Search Spaces Members Based on Partition Object ID