---
title: "apps - Get LUIS Azure accounts assigned to the application"
method: GET
path: "/apps/{appId}/azureaccounts"
---

# apps - Get LUIS Azure accounts assigned to the application

`GET /apps/{appId}/azureaccounts`

Gets the LUIS Azure accounts assigned to the application for the user using his ARM token.

## Path parameters

- `appId` string, uuid, required

## Headers

- `Authorization` string, required
- `ArmToken` string

## Response `200`

A list of azure account information objects.

- AzureAccountInfoObject[] — List of Azure account info objects.
  - `azureSubscriptionId` string, required — The id for the Azure subscription.
  - `resourceGroup` string, required — The Azure resource group name.
  - `accountName` string, required — The Azure account name.

## Other responses

- `default` — Error Response.

## Changes

- **2020-04-13** `fcb9a474e4bb` — 1 info
  - added the new optional `header` request parameter `ArmToken`

[Change history](https://skmtc.dev/azure/apis/luis-authoring-client/changes/apps/:appId/azureaccounts/get.md)

---

[API](https://skmtc.dev/azure/apis/luis-authoring-client.md) · [All operations](https://skmtc.dev/azure/apis/luis-authoring-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/luis-authoring-client/revisions/a26a0f7e5a37/schema)
