# PATCH /users/:id/profile **PATCH /users/{id}/profile** Patch user profile ## Servers ## Parameters ### Path parameters - **id** (integer(int64)) ID of the resource to fetch ### Body: (object) - **full_name** (string) - **tagline** (string) - **about_me** (string) - **instagram_handle** (string) - **twitter_handle** (string) - **tiktok_handle** (string) - **website** (string) ## Responses ### 200 successful operation #### Body: (object) - **data** (object) ### 400 Bad Request ### 401 Authorization information is missing or invalid. ### 404 User Not Found ### 500 Server Error [Powered by Bump.sh](https://bump.sh)