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

# Add a user to an organization

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

Add a user in the organization with a specified role.
Must be an organization manager to perform this action.

## Path parameters

- `organizationId` string, required

## Request body

- object
  - `username` string, email, required
  - `role` 'admin' | 'member', required — Role of the user in the organization

## Response `200`

OK

- unknown

## Other responses

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

## Changes

- **2026-08-31** `1ebd03e70ace` — 2 breaking, 156 warning, 4 info
  - added `#/components/schemas/AdaRealFiStakeIntent, #/components/schemas/AdaRealFiUnstakeIntent, #/components/schemas/AdaRealFiCancelIntent` to the `info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/` response property `oneOf` list for the response status `202`
  - added `subschema #1, subschema #2` to the `info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #71: Lightning Payment Intent -> subschema #74: Lightning Payment Intent]/` response property `oneOf` list for the response status `202`
  - added the new `cancel` enum value to the `info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/intent/allOf[subschema #1: PaymentIntent]/allOf[subschema #1: Intent]/intentType` response property for the response status `202`
  - added the new `cancel` enum value to the `info/allOf[subschema #1: PendingApprovalInfo]/transactionRequestFull/txRequest/oneOf[subschema #1: TransactionRequestLite]/allOf[subschema #1]/intent/allOf[subschema #1: TransactionIntent]/oneOf[subschema #100: SuiGoUnstakeIntent -> subschema #103: SuiGoUnstakeIntent]/allOf[subschema #1: GoUnstakeIntent]/allOf[subschema #2: Intent]/intentType` response property for the response status `202`
  - …158 more
- …earlier changes not shown

[Full history](https://skmtc.dev/bitgo/apis/bitgo-api/changes/api/v2/organization/:organizationId/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/1ebd03e70ace/schema)
