Skip to content
On this page

User

Format

json
{
    "id": string,
    "nickname": string,
    "email": string,
    "discord_id": string,
    "created_at": Date,
    "updated_at": Date,
}

Explanation

PropertyDetail
idstring User ID
nicknamestring Nickname assigned explicitly by Omsin
emailstring User email
discord_idstring Discord ID (if registered with Discord)
created_atDate Account creation date
updated_atDate When the user was updated in the database

Made with ❤️ and VitePress. Released under the MIT License.