---
title: "Update User Activation Status"
method: PATCH
path: "/users/activation"
tags: ["Users"]
---

# Update User Activation Status

`PATCH /users/activation`

Updates the SDP user’s activation status. This endpoint is primarily used to move a user into active status when they accept the invite to join an SDP organization account and create a password.

## Response `200`

Created

- User
  - `id` string, required
  - `first_name` string, required
  - `last_name` string, required
  - `email` string, required
  - `roles` string[], required
  - `is_active` boolean, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api.md) · [All operations](https://skmtc.net/stellar/apis/stellar-disbursement-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stellar/stellar-disbursement-platform-api/versions/39f9dc64156c/schema)
