Api
Update an admin user's name, role, or disabled state
Authorization
AdminSession chimely_admin<token>
Server-side admin session cookie, set by POST /admin/api/login.
In: cookie
Path Parameters
user_id*string
Admin user TypeID (adm_…).
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/admin/api/users/string" \ -H "Content-Type: application/json" \ -d '{}'{
"created_at": "string",
"disabled": true,
"email": "string",
"id": "string",
"name": "string",
"role": "string",
"updated_at": "string"
}{
"error": {
"code": "invalid_request",
"message": "string"
}
}Empty
{
"error": {
"code": "invalid_request",
"message": "string"
}
}{
"error": {
"code": "invalid_request",
"message": "string"
}
}{
"error": {
"code": "invalid_request",
"message": "string"
}
}Set a user's password (user:manage, or the user themselves) POST
Previous Page
Create a broadcast (one row, fan-out on read) POST
One row per announcement targeting the whole environment, regardless of subscriber count. Visible to each subscriber only if the broadcast is created at or after that subscriber's `created_at`.