---
title: "POST /{tenantID}/applications/{applicationObjectId}/$links/owners"
method: POST
path: "/{tenantID}/applications/{applicationObjectId}/$links/owners"
tags: ["ApplicationOwners"]
---

# POST /{tenantID}/applications/{applicationObjectId}/$links/owners

`POST /{tenantID}/applications/{applicationObjectId}/$links/owners`

Add an owner to an application.

## Path parameters

- `applicationObjectId` string, required
- `tenantID` string, required

## Query parameters

- `api-version` string, required

## Request body

- AddOwnerParameters — Request parameters for adding a owner to an application.
  - `url` string, 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 `204`

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

## Other responses

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

---

[API](https://skmtc.net/azure/apis/graphrbacmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/graphrbacmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/graphrbacmanagementclient/revisions/71d95005600e/schema)
