---
title: "GET /{tenantID}/groups"
method: GET
path: "/{tenantID}/groups"
tags: ["Group"]
---

# GET /{tenantID}/groups

`GET /{tenantID}/groups`

Gets list of groups for the current tenant.

## Path parameters

- `tenantID` string, required

## Query parameters

- `$filter` string
- `api-version` string, required

## Response `200`

OK. The operation was successful.

- GroupListResult — Server response for Get tenant groups API call
  - `odata.nextLink` string — The URL to get the next set of results.
  - `value` ADGroup[] — A collection of Active Directory groups.
    - `deletionTimestamp` string, date-time, nullable — The time at which the directory object was deleted.
    - `objectId` string — The object ID.
    - `objectType` string, required — The object type.

## Other responses

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

---

[API](https://skmtc.net/windows/apis/graphrbac.md) · [All operations](https://skmtc.net/windows/apis/graphrbac/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/windows/graphrbac/versions/003d8a5138c2/schema)
