---
title: "Issue Setup Link"
method: POST
path: "/api/v1/internal/users/{user_id}/setup-link"
tags: ["internal", "users"]
---

# Issue Setup Link

`POST /api/v1/internal/users/{user_id}/setup-link`

Mint a copyable account-setup link without sending any email.

This is the path that makes onboarding independent of deliverability: an
admin can hand the link over any channel when mail is filtered.

## Path parameters

- `user_id` string, uuid, required

## Response `200`

Successful Response

- AdminSetupLinkResponse — Response schema for the copyable account-setup link endpoint.
  - `url` string, required
  - `expires_at` string, date-time, required

## Other responses

- `422` — Validation Error

## Changes

> 15 revisions in range; 7 could not be searched.

- **2026-08-06** `c5094ff58a23` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/maia-analytics/apis/maia-api/changes/api/v1/internal/users/:user_id/setup-link/post.md)

---

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