---
title: "Invite a user to an organization"
method: POST
path: "/v0/organizations/{organization}/members"
tags: ["organizations", "members"]
---

# Invite a user to an organization

`POST /v0/organizations/{organization}/members`

Invite another user to become a member of an organization. The user must have `create_role` permissions for the organization. The invitee is sent an email with a link to accept the invitation, and they are not added to the organization until they accept the invitation.

## Path parameters

- `organization` string, required

## Request body

- JsonNewMember
  - `email` string, required
  - `name` string
  - `role` 'leader', required — The organization leader role.

## Response `202`

successfully enqueued operation

- JsonAuthAck
  - `email` string, required

## Other responses

- `4XX` — Error
- `5XX` — Error

---

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