---
title: "Describe all NetApp Accounts in a resource group"
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts"
tags: ["NetApp Accounts"]
---

# Describe all NetApp Accounts in a resource group

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts`

List and describe all NetApp accounts in the resource group

## Path parameters

- `subscriptionId` string, required
- `resourceGroupName` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK

- NetAppAccountList — List of NetApp account resources
  - `value` NetAppAccount[] — Multiple NetApp accounts
    - `location` string, required — Resource location
    - `id` string — Resource Id
    - `name` string — Resource name
    - `type` string — Resource type
    - `tags` ResourceTags — Resource tags
    - `properties` AccountProperties — NetApp account properties
      - `provisioningState` string — Azure lifecycle management
      - `activeDirectories` ActiveDirectory[] — Active Directories
        - `activeDirectoryId` string — Id of the Active Directory
        - `username` string — Username of Active Directory domain administrator
        - `password` string — Plain text password of Active Directory domain administrator
        - `domain` string — Name of the Active Directory domain
        - `dns` string — Comma separated list of DNS server IP addresses for the Active Directory domain
        - `status` string — Status of the Active Directory
        - `smbServerName` string — NetBIOS name of the SMB server. This name will be registered as a computer account in the AD and used to mount volumes
        - `organizationalUnit` string — The Organizational Unit (OU) within the Windows Active Directory

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/microsoft-netapp.md) · [All operations](https://skmtc.net/azure/apis/microsoft-netapp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/microsoft-netapp/versions/6c42cb757637/schema)
