Update user profile
PATCH/auth/users/:id
Updates the profile information (first name, last name, email) for the authenticated user.
Request
Responses
- 200
- 400
- 401
- 403
- 500
User updated successfully.
Bad request, expected JSON / Invalid input data (Zod validation)
Unauthorized Access
Unauthorized - You do not have permission to edit this user
Something went wrong (Database error or internal error)