Command Reference > share > getReceivedInvitation
Gets the received invitation identified by name.
pv share getReceivedInvitation --invitationName=<val>
--invitationName
(string)
Name of the invitation.
None
Share Data Plane > Received Invitations > Get
GET https://{accountName}.purview.azure.com/share/receivedInvitations/{receivedInvitationName}
Get a received invitation.
pv share getReceivedInvitation --invitationName "0acdde01-bdbd-49e1-b3d8-275d62b9b9bc"
Sample response.
{
"id":"/receivedInvitations/0acdde01-bdbd-49e1-b3d8-275d62b9b9bc",
"invitationKind":"User",
"name":"0acdde01-bdbd-49e1-b3d8-275d62b9b9bc",
"properties":{
"description":"This is a description.",
"invitationStatus":"Pending",
"location":"northeurope",
"receiverEmail":"[email protected]",
"receiverName":null,
"receiverTenantName":null,
"senderEmail":"[email protected]",
"senderName":"Taygan Rifat",
"senderTenantName":"Microsoft",
"sentAt":"2022-09-02T13:38:29.3185176Z",
"sentShareName":"NewShare",
"shareKind":"InPlace",
"targetEmail":"[email protected]"
},
"type":"receivedInvitations"
}