Skip to content

Kirby 4.1.2

PATCH /api/users/:id

Update a user

Patch parameters

Send a key/value object with the new user content as request body:

{
  "street": "Sesame Street",
  "bio": "Great person"
}