Group

Add a member to a group.

post/{tenantID}/groups/{groupObjectId}/$links/members

Path parameters

groupObjectIdstring required

The object ID of the group to which to add the member.

tenantIDstring required

The tenant ID.

Query parameters

api-versionstring required

Client API version.

Request body

urlstring 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

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

Changes

No recorded changes to this endpoint across all 17 revisions of this API.