Command Reference > share > listReceivedInvitations
Lists received invitations.
pv share listReceivedInvitations [--skipToken=<val> --filter=<val> --orderBy=<val>]
--receivedShareName
(string)
The name of the received share.
--skipToken
(string)
The continuation token to list the next page.
--filter
(string)
Filters the results using OData syntax.
--orderBy
(string)
Sorts the results using OData syntax.
Share Data Plane > Received Invitations > List
GET https://{accountName}.purview.azure.com/share/receivedInvitations
Get a list of received invitations.
pv share listReceivedInvitations
Sample response.
{
"value":[
{
"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":"tarifat@microsoft.com",
"receiverName":null,
"receiverTenantName":null,
"senderEmail":"tarifat@microsoft.com",
"senderName":"Taygan Rifat",
"senderTenantName":"Microsoft",
"sentAt":"2022-09-02T13:38:29.3185176Z",
"sentShareName":"NewShare",
"shareKind":"InPlace",
"targetEmail":"tarifat@microsoft.com"
},
"type":"receivedInvitations"
}
]
}