---
title: "POST /{tenantID}/groups/{groupObjectId}/$links/members"
method: POST
path: "/{tenantID}/groups/{groupObjectId}/$links/members"
tags: ["Group"]
---

# POST /{tenantID}/groups/{groupObjectId}/$links/members

`POST /{tenantID}/groups/{groupObjectId}/$links/members`

Add a member to a group.

## Path parameters

- `groupObjectId` string, required
- `tenantID` string, required

## Query parameters

- `api-version` string, required

## Request body

- GroupAddMemberParameters — Request parameters for adding a member to a group.
  - `url` string, required — A member object URL, such as "https://graph.windows.net/0b1f9851-1bf0-433f-aec3-cb9272f093dc/directoryObjects/f260bbc4-c254-447b-94cf-293b5ec434dd", where "0b1f9851-1bf0-433f-aec3-cb9272f093dc" is the tenantId and "f260bbc4-c254-447b-94cf-293b5ec434dd" is the objectId of the member (user, application, servicePrincipal, group) to be added.

## Response `204`

No Content. Indicates success. No response body is returned.

## 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)
