/users
Update User
Modify a given User
.
Fields not included in the request body will not be modified.
PUT
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The schema used for creating new users or updating existing users. Need to keep in sync with frontend/src/types/admin.ts
.
Response
200
application/json
Successful Response
The response is of type object
.