---
title: "Add user to enterprise"
method: POST
path: "/api/v2/enterprise/{enterpriseId}/user"
tags: ["User"]
---

# Add user to enterprise

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

## Path parameters

- `enterpriseId` string, required

## Request body

- union
  - object
    - `permission` union
      - 'admin' | 'auditor' | 'wallet.create' — This type represents the permissions that can be assigned to a user when adding them to an enterprise 1. 'admin': Add/remove users, Create wallets, Manage enterprise policies, Add Bank Accounts, Receive invitations to wallets 2. 'auditor': View audit logs across the enterprise, Receive invitations to wallets 3. 'wallet.create': Allows the user to create new wallets within an enterprise (UMS granular permission)
      - string[]
    - `videoIdUser` boolean
    - `invite` boolean
    - `username` string, email, required — The username of a user that should be added to the enteprrise
  - object
    - `permission` union
      - 'admin' | 'auditor' | 'wallet.create' — This type represents the permissions that can be assigned to a user when adding them to an enterprise 1. 'admin': Add/remove users, Create wallets, Manage enterprise policies, Add Bank Accounts, Receive invitations to wallets 2. 'auditor': View audit logs across the enterprise, Receive invitations to wallets 3. 'wallet.create': Allows the user to create new wallets within an enterprise (UMS granular permission)
      - string[]
    - `videoIdUser` boolean
    - `invite` boolean
    - `usernames` string[], required

## Response `200`

OK

- object

## Other responses

- `202` — Accepted
- `400` — Bad Request
- `404` — Not Found

## Changes

- **2026-08-11** `ee916dca3250` — 1 warning, 6 info
  - added the new `safe` enum value to the `scope` response property for the response status `202`
  - added the optional property `info/allOf[subschema #1: PendingApprovalInfo]/policyRuleRequest/batch` to the response with the `202` status
  - added the optional property `info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #2: TransactionRequestBase]/cancelReason` to the response with the `202` status
  - added the optional property `info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #2: TransactionRequestBase]/organizationId` to the response with the `202` status
  - …3 more

[Change history](https://skmtc.dev/bitgo/apis/bitgo-api/changes/api/v2/enterprise/:enterpriseId/user/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-service-production.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/ee916dca3250/schema)
