---
title: "Invite member"
method: POST
path: "/tenants/{tenant_id}/invitations"
tags: ["Invitations"]
---

# Invite member

`POST /tenants/{tenant_id}/invitations`

Sends an invitation email. If the email already belongs to a registered user, the invitation appears in their /account/invitations list. Otherwise the invitee receives a sign-up link. Subject to tenant invitation policy (open / domain_only / block_external).

## Path parameters

- `tenant_id` integer, required

## Request body

- InviteMember
  - `division_id` integer
  - `email` string, required
  - `roles` RoleId[], nullable

## Response `201`

Invitation created

## Other responses

- `400` — Invalid email, violates tenant invitation policy, already invited, or already a member
- `403` — Insufficient permissions

---

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