---
title: "activateUser"
method: POST
path: "/v2/users/public/activate"
tags: ["User V2"]
---

# activateUser

`POST /v2/users/public/activate`

Activate user using an invite token

## Query parameters

- `token` string, required — Token used to invite a user to epilot

## Request body

- UserActivationPayload
  - `display_name` string — User's display name (default: email address)
  - `password` string — User's password

## Response `200`

Activated successfully

## Other responses

- `400` — Invalid payload
- `404` — Token not found for the user

---

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