Skip to main content

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

Workflow LibraryPreview this Workflow on desktop