---
title: "Add a user to an enterprise within an organization"
method: POST
path: "/api/v2/organization/{organizationId}/enterprise/{enterpriseId}/user"
tags: ["Enterprise Management"]
---

# Add a user to an enterprise within an organization

`POST /api/v2/organization/{organizationId}/enterprise/{enterpriseId}/user`

Add an existing user to an enterprise under the specified organization.

## Path parameters

- `organizationId` string, required
- `enterpriseId` string, required

## Request body

- object
  - `email` string, required
  - `permissions` string[]

## Response `200`

OK

- AddUserToOrganizationEnterpriseResponseC
  - `userId` string, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server Error

---

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