UsersΒΆ
These are users that are able to access the administrative interfaces. These users are not visible nor are able to access the frontend interfaces.
The system users require the details
Username: A unique username used to loginAuth key(optional): The system will generate one if neededPassword: The password for the userPassword Reset token(optional): A password reset tokenEmail: The user emailStatus: One of Active, Inactive, DeletedCreated at/Updated at: Timestamps of creation and last update for the accountVerification token(optional): The token to be used to verify the accountAdmin: Flag for wether this user is super admin (access to update/delete operations)
NOTE: These users are also allowed to manipulate platform parameters through the REST API with the use of their AuthKey as authentication token.