Skip to content

Account

Unofficial

Represents the user’s Obsidian account information and license details.

Import:

import type { Account } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface Account

Properties

PropertyTypeDescription
companystringThe company associated with the activated commercial license.
emailstringThe email address associated with the account.
expirynumberUnix timestamp of the license expiry date.
keystring | undefinedLicense key string.
keyValidationstringValidation status or hash for the license key.
license'' | 'insider'The license available to the account.
namestringProfile name.
seatsnumberNumber of seats available on the commercial license.
tokenstringAuthentication token for the account.