List Collections
List the collections for the connected account.
External Documentation
To learn more, visit the Microsoft Purview documentation.
Example Output
{
"value": [
{
"name": "mycollection1",
"friendlyName": "Finance",
"parentCollection": {
"type": "CollectionReference",
"referenceName": "accountName"
},
"collectionProvisioningState": "Succeeded"
}
]
}
Workflow Library Example
List Collections with Microsoft Purview and Send Results Via Email
Preview this Workflow on desktop