---
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

---

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