---
title: "Add member"
method: POST
path: "/organizations/{organization_id}/members"
tags: ["Organization Members"]
---

# Add member

`POST /organizations/{organization_id}/members`

Adds a user as a member of an organization with the specified role.

## Path parameters

- `organization_id` string, required

## Request body

- AddOrganizationMemberRequest
  - `role` string, required
  - `user_id` string, required

## Response `201`

Created

- OrganizationMember
  - `created_at` string, date-time, required
  - `id` string, required
  - `organization_id` string, required
  - `role` string, required
  - `updated_at` string, date-time, required
  - `user_id` string, required

## Changes

- **2026-07-24** `3f0abf6aab3c` — 2 info
  - api tag `Organization Members` added
  - api tag `Members` removed
- **2026-07-09** `dad8e2644615` — 1 info
  - endpoint added
- **2026-07-08** `d2f9387037c5` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/authula/apis/authula-api/changes/organizations/:organization_id/members/post.md)

---

[API](https://skmtc.dev/authula/apis/authula-api.md) · [All operations](https://skmtc.dev/authula/apis/authula-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authula/authula-api/revisions/1a139f96a670/schema)
