Management APIUser management
Create User
šØāš¼ Admin permissions required (Admin)
Request Body
application/json
id?integer
username?string
display_name?string
role?integer
status?integer
email?string
group?string
quota?integer
used_quota?integer
request_count?integer
Response Body
curl -X POST "https://api.example.com/api/user/" \ -H "Content-Type: application/json" \ -d '{}'Empty
How is this guide?
Last updated on