---
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.

---

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