Update user
PUT/users/:id
Updates an existing user's data. Password is optional and will only be changed if provided. Users can update their own profile.
Request
Responses
- 200
- 401
- 403
- 422
- 500
User updated successfully
Unauthenticated
Forbidden - Missing permission: update users
Validation error
Internal server error