/
SE
securitybrewery
/
Ticketing System API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v1
latest
OpenAPI 3.0.3
2026-07-17
71
51
50.3 KB
Update a user by ID
patch
/users/{id}
Path parameters
id
string
required
Request body
UserUpdate
required
username
string
avatar
string
email
string
name
string
password
string
passwordConfirm
string
active
boolean
Response
Users updated
User
required
id
string
required
username
string
required
avatar
string
email
string
lastResetSentAt
string
date-time
lastVerificationSentAt
string
date-time
name
string
active
boolean
required
created
string
date-time
required
updated
string
date-time
required