# Update Current User **PATCH /api/v1/users/me** Updates the first name and last name for the currently authenticated user. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) User fields to update - **first_name** (string) - **last_name** (string) ## Responses ### 200 Updated user profile #### Body: application/json (object) - **created_at** (string) - **email** (string) - **first_name** (string) - **id** (integer) - **last_login_at** (string) - **last_name** (string) - **organization_id** (integer) - **role** (string) - **updated_at** (string) ### 400 Invalid request data #### Body: application/json (object) - ***** (string) ### 401 Unauthorized (JWT invalid/missing or User ID not found) #### Body: application/json (object) - ***** (string) ### 404 User not found #### Body: application/json (object) - ***** (string) ### 500 Failed to get or update user #### Body: application/json (object) - ***** (string) [Powered by Bump.sh](https://bump.sh)