Users
Manage your users through an API!
Users
GET
https://developers.auth.gg/USERS
This endpoint allows you to manage your users information.
Query Parameters
Name
Type
Description
rank
string
New rank to set if applicable
password
string
New password to set if applicable
type
string
Determines which method
authorization
string
Token to track down which application is being managed.
user
string
Username to manage if applicable
variable
string
New variable if applicable
Types
Description
fetch
Retrieves specific user data
fetchall
Retrieves all of users data
delete
Deletes specific user
editvar
Edits the user variable for specific user
editrank
Edits the user rank for specific user
changepw
Changes the user password
count
Displays user count
Fetch Users' Information
Fetch all Users
Delete User
Edit user variable
Edit user rank
Change Password
User Count
Last updated