---
title: "Invite a user to the organization"
method: POST
path: "/api/v1/pending-invites"
tags: ["crm"]
---

# Invite a user to the organization

`POST /api/v1/pending-invites`

## Request body

- PendingInvitesInviteRequestDTO
  - `dueDate` string, date-time — Due date for the initial track assignment
  - `email` string, email, required — Email address of the user to invite
  - `roles` string[], required — Roles to assign to the invited user
  - `teamIds` string[] — Team IDs to assign the user to after creation
  - `trackIds` string[] — Track IDs to assign the user to after creation (0-10 tracks)

## Response `201`

---

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