---
title: "User activation"
method: PUT
path: "/v1/users/{userId}/activation.json"
tags: ["users"]
---

# User activation

`PUT /v1/users/{userId}/activation.json`

Update the users details

## Path parameters

- `userId` integer, required

## Query parameters

- `token` string, required

## Response `200`

successful operation

- object
  - `email` string
  - `is_agree_terms_and_conditions` string
  - `password` string
  - `username` string

## Other responses

- `404` — User not found

---

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