---
title: "Activate User"
method: PUT
path: "/tenants/{tenant_id}/users/{id}/activate"
tags: ["Users"]
---

# Activate User

`PUT /tenants/{tenant_id}/users/{id}/activate`

Change a user's status to `active`.

---

Aurora App allows reusing emails of non-active users. If there is another user who is active and has the same email, this request will fail with reponse status of 422 (Unprocessable Entity) and appropriate error message.

## Path parameters

- `tenant_id` string, uuid, required
- `id` string, uuid, required

## Response `204`

User successfully activated.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity

---

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