---
title: "Invite or add an organization member"
method: POST
path: "/v1/organizations/{organizationId}/members"
tags: ["Organizations"]
---

# Invite or add an organization member

`POST /v1/organizations/{organizationId}/members`

## Path parameters

- `organizationId` string, uuid, required

## Request body

- object
  - `email` string, required
  - `firstName` string
  - `lastName` string
  - `role` 'member' | 'admin'

## Response `200`

Default Response

## Other responses

- `default` — Unexpected error response

## Changes

- **2026-07-26** `750c8a136307` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/changes/v1/organizations/:organizationId/members/post.md)

---

[API](https://skmtc.dev/printhiv3d/apis/hive-api-documentation.md) · [All operations](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/llms.txt) · [OpenAPI document](https://skmtc.dev/printhiv3d/apis/hive-api-documentation/revisions/0869172217d1?raw)
