Users
What is a user?
A user is basically just a key, they are also project specific
User fields
| Name | Type | Description |
|---|---|---|
| Note | Text | Note for this user, can be null, store anything you want here, 255 character limit |
| Discord id | Discord Id (text) | Discord id linked to this user, can be null |
| Expiry | Date | Time and date that the key expires, leave blank for key to never expire |
| Blacklist reason | Text | Only shows for edit endpoint when user is blacklisted, reason for that users blacklist |
| Blacklist expiry | Date | Only shows for edit endpoint when user is blacklisted, time and date that the users blacklist ends |
| Max instances | Number | Only avaliable with advanced key control, max concurrent instances a user is allowed to have |
| Max executions | Number | Only avaliable with advanced key control, max executions a user is allowed to use |
| Fingerprint-less key | Toggle | Only avaliable with advanced key control, enabling this disabled the keys fingerprint lock |
Displayed user information
info
Null (empty) values are not shown for a user, for if you dont see this info displayed for a user assume its null (empty)
| Name | Description |
|---|---|
| Fingerprint assigned | Shows up if the user has a linked fingerprint, we do not share the users fingerprint for privacy reasons |
| Executions | How many times this user has executed any script |
| Fingerprint resets | Total times this user has reset their fingerprint |
| Days remaining | Days until the users key expires |
| Note | The note you gave to this user |
| Days until unblacklist | Days until the users blacklist expires |
| Blacklist note | Reason user is blacklisted |
| Ad key | Shows if the key is from the ad system |
| Ip locked | Shows if the key is currently ip locked (unused key from ad system) |
| Max instances | Max concurrent instances this key can have |
| Max executions | Max concurrent executions this key can have |
| Fingerprint-less key | Shows if this key is not fingerprint locked |
Blacklisting users
You can blacklist (ban) users, this prevents their key from being able to execute the script
It also prevents that users ip and fingerprint from executing any scripts in that project, does not effect other projects
Blacklisting fields
| Name | Type | Description |
|---|---|---|
| Ban reason | Text | Reason for the ban, this is displayed to the user, 255 characters max |
| Ban Expiry | Date | Time and date that the blacklist expires, leave blank for blacklist to never expire |