---
title: "Add a member to an org"
method: POST
path: "/v1/orgs/{org_slug}/members"
tags: ["Organizations"]
---

# Add a member to an org

`POST /v1/orgs/{org_slug}/members`

Add an existing SchedKit user to the org by email. Requires `admin` role.

## Path parameters

- `org_slug` string, required

## Request body

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

## Response `201`

Default Response

- object

---

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