# PATCH /users/:id/skin_profile **PATCH /users/{id}/skin_profile** Update the user's skin profile ## Servers ## Parameters #### Path parameters - **id** (integer(int64)) ID of the resource to fetch ## Body parameters Content-type: - **gender** (string) - **age_range** (string) - **country_ref** (string) either a two letter country code, a three letter country code, or a full country name - **postal_code** (string) - **climate** (string) - **locale_density** (string) - **skin_types** (array[string]) - **skin_goals** (array[string]) - **skin_concerns** (array[string]) - **regular_treatments** (array[string]) - **routine_time_commitment** (string) - **weekly_sun_exposure** (string) - **weekly_workouts** (integer) - **skin_reactivity** (integer) - **skin_oilyness** (integer) - **stress_level** (integer) - **breakout_frequency** (string) - **morning_skin_feel** (string) - **value_most_in_product** (string) ## Responses ### 200: successful operation #### Body Parameters: (object) - **data** (object) ### 400: Bad Request ### 401: Authorization information is missing or invalid. ### 404: User Not Found ### 422: Unprocessable Entity ### 500: Server Error [Powered by Bump.sh](https://bump.sh)