Documentation renewed! For old docs, visit doc.newapi.pro
New APINew API
User GuideInstallationAPI ReferenceAI ApplicationsHelp & SupportBusiness Cooperation
Management APIUser management

Update Current User Information

šŸ” Login Required (User Permission)

PUT
/api/user/self

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