v1

latestSwagger 2.02026-07-135658136.3 KB
GroupsOwners

Add an owner to a group.

post/{tenantID}/groups/{objectId}/$links/owners

Path parameters

objectIdstring required

The object ID of the application to which to add the owner.

tenantIDstring required

The tenant ID.

Query parameters

api-versionstring required

Client API version.

Request body

urlstring required

A owner 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 owner (user, application, servicePrincipal, group) to be added.

Response

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