# Export Enterprise Application Users

### Description

This runbook exports a CSV report of enterprise applications (or all service principals) including owners and assigned users or groups. It uploads the generated CSV file to an Azure Storage Account and returns a time-limited download link.

### Location

Organization → Applications → Export Enterprise Application Users

**Full Runbook name**

rjgit-org\_applications\_export-enterprise-application-users

### Permissions

#### Application permissions

* **Type**: Microsoft Graph
  * Directory.Read.All
  * Application.Read.All

#### Permission notes

Azure IaaS: - Contributor - access on subscription or resource group used for the export

### Parameters

#### entAppsOnly

Determines whether to export only enterprise applications (final value: true) or all service principals/applications (final value: false).

| Property      | Value   |
| ------------- | ------- |
| Required      | false   |
| Default Value | True    |
| Type          | Boolean |

#### ContainerName

Storage container name used for the upload.

| Property      | Value  |
| ------------- | ------ |
| Required      | false  |
| Default Value |        |
| Type          | String |

#### ResourceGroupName

Resource group that contains the storage account.

| Property      | Value  |
| ------------- | ------ |
| Required      | false  |
| Default Value |        |
| Type          | String |

#### StorageAccountName

Storage account name used for the upload.

| Property      | Value  |
| ------------- | ------ |
| Required      | false  |
| Default Value |        |
| Type          | String |

#### LinkExpiryDays

Number of days until the generated download link expires.

| Property      | Value |
| ------------- | ----- |
| Required      | false |
| Default Value | 6     |
| Type          | Int32 |

[Back to Runbook Reference overview](https://docs.realmjoin.com/automation/runbooks/runbook-references)
