# Update current user **PUT /2024-09/users/current** Updates the currently authorized user's information such as name, email, and password. ## Servers - Production server (uses live data): https://app.merchanthq.com/api (Production server (uses live data)) ## Authentication methods - Default ## Parameters ### Body: application/json (object) - **name** (string) The name of the user. - **email** (string(email)) The email address of the user. ## Responses ### 204 Empty response with no content ### 401 The request requires user authentication or the user is not authorized to access this resource. #### Body: application/json (object) - **message** (string) ### 404 The specified resource was not found #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)