---
title: "Generate Signup Link"
method: POST
path: "/signup_link"
tags: ["users"]
---

# Generate Signup Link

`POST /signup_link`

Generate a signup link for a new user and send it via email.

This endpoint is used by admins in the console Command Center.
We create an unverified user entry and send a signup email to the new user.

When the show_invitation_link_and_reset_password feature flag is enabled,
the signup URL is also returned in the API response. Otherwise, it is
sent exclusively via email.

The user is then verified via one of the following endpoints:
- POST /users
- POST /users/social

## Query parameters

- `user_email` string, email, required

## Response `200`

Successful Response

- CreateSignupLinkResponse
  - `message` string, required
  - `signup_url` string, nullable

## Other responses

- `422` — Validation Error

---

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