---
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

---

[API](https://skmtc.net/maia-analytics/apis/maia-api.md) · [All operations](https://skmtc.net/maia-analytics/apis/maia-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia-analytics/maia-api/versions/ba2b8d962161/schema)
