---
title: "Activate All Disabled Users"
method: POST
path: "/api/admin/{username}/users/activate"
tags: ["Admin"]
---

# Activate All Disabled Users

`POST /api/admin/{username}/users/activate`

Activate all disabled users under a specific admin

## Path parameters

- `username` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Unauthorized Error
- `403` — Forbidden Error
- `404` — NotFound Error
- `422` — Validation Error

---

[API](https://skmtc.dev/rain/apis/pasarguardapi.md) · [All operations](https://skmtc.dev/rain/apis/pasarguardapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rain/pasarguardapi/revisions/b3bebca20611/schema)
