---
title: "Activate Link for an organization"
method: POST
path: "/api/link/v1/enterprises/{enterpriseId}/activation"
tags: ["Link Permissions"]
---

# Activate Link for an organization

`POST /api/link/v1/enterprises/{enterpriseId}/activation`

Creates the "Link Admin" role (permissions `bitgo.link.admin`,
`link.account.transfer`, `link.account.view`, `enterprise.view`) for the enterprise's
organization via Roles & Permissions. Requires the caller to be an organization
admin; there is no request body.

## Path parameters

- `enterpriseId` string, required

## Headers

- `user-id` string, required

## Response `201`

Created

- V1PostActivationResponse — Response for Link activation. Carries the `roleId` of the "Link Admin" role created in the User Management Service.
  - `roleId` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Entity
- `500` — Internal Server Error

## Changes

- **2026-09-22** `d083f3244790` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/bitgo/apis/bitgo-api/changes/api/link/v1/enterprises/:enterpriseId/activation/post.md)

---

[API](https://skmtc.dev/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.dev/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/bitgo/apis/bitgo-api/revisions/292f619d7c1f?raw)
