ドキュメントが一新されました!旧ドキュメントは doc.newapi.pro
New APINew API
利用ガイドインストールAPI リファレンスAIアプリケーションヘルプ&サポートビジネス協力
管理APIユーザー管理

ユーザーの作成

👨‍💼 管理者権限(Admin)が必要です

POST
/api/user/

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://loading/api/user/" \  -H "Content-Type: application/json" \  -d '{}'
Empty

このガイドはいかがですか?

最終更新