> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Account Properties

Get the connected account properties.

<Note>
  External Documentation

  To learn more, visit the [Microsoft Purview documentation](https://learn.microsoft.com/en-us/rest/api/purview/accountdataplane/accounts/get-account-properties?view=rest-purview-accountdataplane-2019-11-01-preview\&tabs=HTTP).
</Note>

## Example Output

```json theme={"dark"}
{
	"location": "West US 2",
	"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/SampleResourceGroup/providers/Microsoft.ProjectBabylon/accounts/account1",
	"name": "account1",
	"type": "Microsoft.ProjectBabylon/accounts",
	"sku": {
		"name": "Standard",
		"capacity": 4
	},
	"systemData": {
		"createdBy": "client-name",
		"createdByType": "User",
		"createdAt": "2019-11-22T18:39:58.6929344Z",
		"lastModifiedBy": "client-name",
		"lastModifiedByType": "User",
		"lastModifiedAt": "2021-03-16T23:24:34.3430059Z"
	},
	"properties": {
		"friendlyName": "friendly-account1",
		"createdBy": "client-name",
		"createdByObjectId": "client-objectId",
		"createdAt": "2019-11-22T18:39:58.6929344Z",
		"provisioningState": "Succeeded",
		"endpoints": {
			"catalog": "https://account1.catalog.babylon.azure-test.com",
			"scan": "https://account1.scan.babylon.azure-test.com",
			"guardian": "https://account1.guardian.babylon.azure-test.com"
		},
		"privateEndpointConnections": [
			{
				"properties": {
					"provisioningState": "Succeeded",
					"privateEndpoint": {
						"id": "/subscriptions/baca8a88-4527-4c35-a13e-b2775ce0d7fc/resourceGroups/nrpResourceGroupName/providers/Microsoft.Network/privateEndpoints/peName"
					},
					"privateLinkServiceConnectionState": {
						"status": "Pending",
						"description": "Please approve my connection, thanks.",
						"actionsRequired": "None"
					}
				},
				"id": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/SampleResourceGroup/providers/Microsoft.ProjectBabylon/accounts/account1/privateEndpointConnections/peName-8536c337-7b36-4d67-a7ce-081655baf59e",
				"name": "peName-8536c337-7b36-4d67-a7ce-081655baf59e",
				"type": "Microsoft.ProjectBabylon/accounts/privateEndpointConnections"
			}
		],
		"managedResources": {
			"resourceGroup": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/managed-rg-mwjotkl",
			"storageAccount": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/managed-rg-mwjotkl/providers/Microsoft.Storage/storageAccounts/scanwestustzaagzr",
			"eventHubNamespace": "/subscriptions/34adfa4f-cedf-4dc0-ba29-b6d1a69ab345/resourceGroups/managed-rg-mwjotkl/providers/Microsoft.EventHub/namespaces/atlas-westusdddnbtp"
		}
	}
}
```

## Workflow Library Example

[Get Account Properties with Microsoft Purview and Send Results Via Email](https://library.blinkops.com/workflows/get-account-properties-with-microsoft-purview-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-account-properties-with-microsoft-purview-and-send-results-via-email/canvas" />
</div>
