Session
POST /update-user
Update the current user
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
[key: string]?unknown
Response Body
application/json
curl -X POST "https://example.com/api/auth/update-user" \ -H "Content-Type: application/json" \ -d '{ "property1": null, "property2": null }'{ "user": {}}Is this page helpful?