McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 486

↗ View in doc context
page
486
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::452

Listing the Distribution List Members Request URI: GET https://<connection- server>/vmrest/distributionlists/<distributionlistObjectId>/distributionlistmember The following is an example of the GET request that fetch the list of distribution list members: GET https://<connection server>/vmrest/distributionlists/ef4aa84e-97c3-456e-848e- b162a04c9631/distributionlistmembers The following is the response from the above GET request and the actual response will depend upon the information given by you: <DistributionListMembers total="1"> <DistributionListMember> <URI>/vmrest/distributionlists/ef4aa84e-97c3-456e-848e- b162a04c9631/distributionlistmembers/f6712058-3409-49eb-a616-517614766594</URI> <DistributionListObjectId>ef4aa84e-97c3-456e-848e- b162a04c9631</DistributionListObjectId> <DistributionListURI>/vmrest/distributionlists/ef4aa84e-97c3-456e-848e- b162a04c9631</DistributionListURI> <MemberUserObjectId>34cc862e-19e4-4689-a4ee- ee98d83b8319</MemberUserObjectId> <MemberUserURI>/vmrest/users/34cc862e-19e4-4689-a4ee- ee98d83b8319</MemberUserURI> <ObjectId>f6712058-3409-49eb-a616-517614766594</ObjectId> <Alias>Texoma_UserTemplate_1</Alias> <DisplayName>Texoma_UserTemplate_1</DisplayName> <AllowForeignMessage>false</AllowForeignMessage> <MemberGlobalUserObjectId>34cc862e-19e4-4689-a4ee- ee98d83b8319</MemberGlobalUserObjectId> <MemberGlobalUserURI>/vmrest/globalusers/34cc862e-19e4-4689-a4ee- ee98d83b8319</MemberGlobalUserURI> <MemberLocationObjectId>0eba1e8b-7e39-47a3-865f-ee6a34113f67</MemberLocationObjectId> <MemberLocationURI>/vmrest/locations/connectionlocations/0eba1e8b-7e39-47a3-865f-ee6a34113f67</MemberLocationURI> <MemberGlobalUserDignetObjectId>34cc862e-19e4-4689-a4ee- ee98d83b8319</MemberGlobalUserDignetObjectId> <IsUserTemplate>true</IsUserTemplate> <LocationObjectId>0eba1e8b-7e39-47a3-865f-ee6a34113f67</LocationObjectId> <LocationURI>/vmrest/locations/connectionlocations/0eba1e8b-7e39-47a3-865f- ee6a34113f67</LocationURI> </DistributionListMember> </DistributionListMembers> Response Code: 200 JSON Example To get distribution list members: GET https://<connection-server>/vmrest/distributionlists/<distributionlistObjectId>/distributionlistmembers 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 454 Cisco Unity Connection Provisioning Interface (CUPI) API for Distribution List Listing the Distribution List Members