---
title: "Create User Invite"
method: POST
path: "/v1/user-invites"
tags: ["BackendService"]
---

# Create User Invite

`POST /v1/user-invites`

Create a User Invite.

## Query parameters

- `sendEmail` boolean

## Request body

- UserInvite — UserInvite represents an invitation for a User to join an Organization.
  - `id` string — The User Invite ID. Starts with `user_invite_...`.
  - `organizationId` string — The Organization this User Invite belongs to.
  - `createTime` string, date-time — When the User Invite was created.
  - `updateTime` string, date-time — When the User Invite was last updated.
  - `email` string — The invitee's email address.
  - `owner` boolean — Indicates whether the invited User will have owner privileges in the Organization.

## Response `200`

OK

- CreateUserInviteResponse
  - `userInvite` UserInvite — UserInvite represents an invitation for a User to join an Organization.
    - `id` string — The User Invite ID. Starts with `user_invite_...`.
    - `organizationId` string — The Organization this User Invite belongs to.
    - `createTime` string, date-time — When the User Invite was created.
    - `updateTime` string, date-time — When the User Invite was last updated.
    - `email` string — The invitee's email address.
    - `owner` boolean — Indicates whether the invited User will have owner privileges in the Organization.

## Other responses

- `400` — API Error
- `401` — API Error
- `403` — API Error
- `404` — API Error

## Changes

- **2025-05-13** `18208de69243` — 1 info
  - added the new optional `query` request parameter `sendEmail`
- **2025-03-11** `e3ac0347dfbe` — 1 breaking, 6 warning, 1 info
  - the `userInvite` response's property type changed from `object` to no type for status `200`
  - removed the optional property `userInvite/createTime` from the response with the `200` status
  - removed the optional property `userInvite/email` from the response with the `200` status
  - removed the optional property `userInvite/id` from the response with the `200` status
  - …4 more
- **2025-03-05** `aae16339e1e1` — 4 breaking, 8 warning
  - the `details/items/` response's property type changed from `object` to no type for status `400`
  - the `details/items/` response's property type changed from `object` to no type for status `401`
  - the `details/items/` response's property type changed from `object` to no type for status `403`
  - the `details/items/` response's property type changed from `object` to no type for status `404`
  - …8 more
- **2025-03-04** `b9fc18a0eac3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tesseral-labs/apis/backendservice-api/changes/v1/user-invites/post.md)

---

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