Partial update my user
PATCH/users/me/
Partially Update the Current User.
This endpoint allows an authenticated user to update their profile with partial update data.
Request Body:​
- user_update (required): An object containing the fields to update. Only provided fields will be updated.
Response:​
- 200 OK: Returns the updated user details.
- 404 Not Found: If the current user is not found.
Notes:​
- Only the fields present in the request body are updated.
🔒 Authentication​
This endpoint require a valid OAuth2 Bearer
Request​
Responses​
- 200
- 422
Successful Response
Validation Error