v1
latestOpenAPI 3.0.32026-07-17542197.8 KBUser
Update user
Update the given user.
patch/v1/users/{id}
Request body
Example request
{
"username": "test-user",
"first_name": "Test",
"last_name": "User",
"email": "user@example.com",
"password": "super-secret",
"new_password": "super-secret",
"picture": "https://example.com/users/my-user.png",
"title": "Senior Software Engineer",
"bio": "I'm working smart on software.",
"address": "Remote",
"phone": "+15555551234",
"links": [
"https://example.com/my-user"
],
"status": "active"
}Response
OK
Example response
{
"id": "9bsv0s46s6s002p9ltq0",
"username": "test-user",
"first_name": "Test",
"last_name": "User",
"email": "user@example.com",
"picture": "https://example.com/users/my-user.png",
"title": "Senior Software Engineer",
"bio": "I'm working smart on software.",
"address": "Remote",
"phone": "+15555551234",
"links": [
"https://example.com/my-user"
],
"status": "active"
}