Management APIUser management
Update Current User Information
š Login Required (User Permission)
Request Body
application/json
username?string
display_name?string
password?string
original_password?string
Response Body
curl -X PUT "https://api.example.com/api/user/self" \ -H "Content-Type: application/json" \ -d '{}'Empty
How is this guide?
Last updated on