Change the lifecycle status of a user and cascade status changes to their cards.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
id |
path | string |
yes | User identifier. |
Request body
application/json
· UserStatusUpdateRequest
· required
| Field | Type | Required | Description |
|---|---|---|---|
status |
string |
yes | Desired user status. |
Responses
| Status | Body | Description |
|---|---|---|
200 |
User |
Updated user resource. |
400 |
Error |
Invalid status transition. |
404 |
Error |
User not found. |
Specification
This page is generated from the OpenAPI specification, which remains the authoritative machine-readable source.