# Update user profile **PATCH /api/users/{userId}/profile** Update profile for the given user ID. This method performs a partial update of the profile object. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **userId** (string) The unique identifier of the user. ## Body parameters Content-type: application/json - **profile** (object) Partial profile object to update for the given user ID. ## Responses ### 200: Updated profile in JSON for the given user ID. #### Body Parameters: application/json (object) - **familyName** (string) - **givenName** (string) - **middleName** (string) - **nickname** (string) - **preferredUsername** (string) - **profile** (string) - **website** (string) - **gender** (string) - **birthdate** (string) - **zoneinfo** (string) - **locale** (string) - **address** (object) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Not Found [Powered by Bump.sh](https://bump.sh)