---
title: "Invite Workspace Member"
method: POST
path: "/v1/workspaces/{workspace_id}/invitations"
tags: ["workspaces"]
---

# Invite Workspace Member

`POST /v1/workspaces/{workspace_id}/invitations`

Invite a new member to the workspace's Clerk Organization.

Admins only. Maps our admin/member role to Clerk's org:admin/org:member so
the invitation, the Clerk org membership, and our `user_workspaces.role`
stay aligned once the invitee accepts (the membership is mirrored back into
our DB by the `organizationMembership.created` webhook).

## Path parameters

- `workspace_id` string, uuid, required

## Request body

- WorkspaceInvite
  - `email_address` string, required
  - `role` string

## Response `201`

Successful Response

- WorkspaceInviteOut
  - `invitation_id` string, required
  - `email_address` string, required
  - `role` string, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

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