AdminAccount
@Serializable
Admin-level information about a given account.
Constructors
Link copied to clipboard
constructor(accountId: String, username: String, domain: String, createdAt: Instant, email: String, ip: String, locale: String, inviteRequest: String, role: AccountRole, isConfirmed: Boolean, isApproved: Boolean, isDisabled: Boolean, isSilenced: Boolean, isSuspended: Boolean, account: Account, createdByApplicationId: String? = null, invitedByAccountId: String? = null)
Properties
Link copied to clipboard
The ID of the application that created this account.
Link copied to clipboard
The ID of the account that invited this user.
Link copied to clipboard
Text of the invite request sent to join the server.
Link copied to clipboard
Whether the account is currently approved.
Link copied to clipboard
Whether the account has confirmed their email address.
Link copied to clipboard
Whether the account is currently disabled.
Link copied to clipboard
Whether the account is currently silenced.
Link copied to clipboard
Whether the account is currently suspended.
Link copied to clipboard
The current role of the account.