Microsoft.NetApp (stable:2025-06-01)

2025/10/21 • 1 updated methods

Volumes_ListGetGroupIdListForLdapUser (updated)
Description Returns the list of group Ids for a specific LDAP User
Reference Link ¶

⚶ Changes

{
  "#id": "Volumes_ListGetGroupIdListForLdapUser",
  "$parameters": [
    {
      "#name": "body",
      "Description": {
        "new": "The content of the action request",
        "old": "Returns group Id list for a specific LDAP user"
      }
    }
  ]
}

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetApp/netAppAccounts/{accountName}/capacityPools/{poolName}/volumes/{volumeName}/getGroupIdListForLdapUser
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
accountName: string ,
poolName: string ,
volumeName: string ,
body:
{
username: string ,
}
,
}

⚐ Response (200)

{
groupIdsForLdapUser:
[
string ,
]
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}