v1

latestSwagger 2.0BSD 3-Clause2026-07-1720953437.1 KB
users

Update user (full)

Update the specified user. If a field is not included in the query body, that field will be set to null or its default value.

put/users/{key}

Path parameters

keystring required

The id or name of the user to update.

Request body

emailstring

The user's email address.

imageUrlstring

Optional thumbnail image.

namestring required

First and last name.

fullNamestring

The user's full name.

passwordstring
profileIdstring

Response

Success, returns updated user.

emailstring

The user's email address.

idstring
imageUrlstring

Optional thumbnail image.

namestring

First and last name.

fullNamestring

The user's full name.

passwordstring
createdBystring

TODO

createdAtstring

TODO

updatedAtstring

TODO