Command Reference > share > listSentInvitations
List all Invitations in a share.
pv share listSentInvitations --sentShareName=<val> [--skipToken=<val> --filter=<val> --orderBy=<val>]
--sentShareName
(string)
The name of the sent 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 > Sent Share Invitations > List
GET https://{accountName}.purview.azure.com/share/sentShares/{sentShareName}/sentShareInvitations
List all sent invitations for a sent share.
pv share listSentInvitations --sentShareName "NewShare"
Sample response.
{
"value":[
{
"id":"/sentShares/NewShare/sentShareInvitations/607c8df07dc82107ccab50bd1b8c792279b1d9fc",
"invitationKind":"User",
"name":"607c8df07dc82107ccab50bd1b8c792279b1d9fc",
"properties":{
"invitationId":"47d63726-9373-417e-94a2-85afad2edd3e",
"invitationStatus":"Pending",
"provisioningState":"Succeeded",
"senderEmail":"tarifat@microsoft.com",
"senderName":"Taygan Rifat",
"senderTenantName":"Microsoft",
"sentAt":"2022-09-02T13:31:32.6057188Z",
"shareKind":"InPlace",
"targetEmail":"taygan.rifat@microsoft.com"
},
"type":"sentShares/sentShareInvitations"
}
]
}