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

# GET /{tenantID}/groups/{objectId}/members

`GET /{tenantID}/groups/{objectId}/members`

Gets the members of a group.

## Path parameters

- `objectId` string, required
- `tenantID` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK. The operation was successful.

- DirectoryObjectListResult — DirectoryObject list operation result.
  - `odata.nextLink` string — The URL to get the next set of results.
  - `value` DirectoryObject[] — A collection of DirectoryObject.
    - `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)
