---
title: "Activate User"
method: POST
path: "/v1/users/{user_sid}/activate"
tags: ["users"]
---

# Activate User

`POST /v1/users/{user_sid}/activate`

Activate a user

## Path parameters

- `user_sid` string, required

## Response `204`

User activated or not found.

## Other responses

- `403` — You do not have permission to activate the user.

---

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