-
Notifications
You must be signed in to change notification settings - Fork 0
API Routes
Whistle Dev edited this page Apr 4, 2022
·
1 revision
/api/v1/users
/api/v1/users
Example Post
{
"username":"WhistleDev",
"password":"test1234",
"admin":true,
"banned":false,
"banned_on":"",
"unbanned_on":"",
"banned_reason":"",
"unbanned_reason":"",
"last_login":"",
"last_ip":"",
"last_browser":"",
"last_os":"",
"last_hwid":"",
"last_location":""
}