---
title: "user - Get LUIS Azure accounts"
method: GET
path: "/azureaccounts"
---

# user - Get LUIS Azure accounts

`GET /azureaccounts`

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

## 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/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)
