---
title: "POST /onboarding/invite-signup"
method: POST
path: "/onboarding/invite-signup"
tags: ["rest-on-boarding-controller"]
---

# POST /onboarding/invite-signup

`POST /onboarding/invite-signup`

## Query parameters

- `orgName` string
- `spaceName` string
- `projectName` string

## Request body

- InviteUserDto
  - `email` string, email, required
  - `userName` string, required
  - `newPassword` string, required
  - `redirect` string
  - `token` string

## Response `200`

OK

## Changes

- **2026-08-08** `237f5bbd4029` — 2 breaking, 1 info
  - the `email` request property type/format changed from `string`/`` to `string`/`email`
  - removed the media type `application/hal+json` for the response with the status `200`
  - added the media type `application/vnd.hal+json` for the response with the status `200`

[Change history](https://skmtc.dev/astravue/apis/astravue-api/changes/onboarding/invite-signup/post.md)

---

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