Interface User

Export

User

Hierarchy

  • User

Properties

account_id: string

If this user is associated with multiple accounts then this value will be one of those accounts.

Memberof

User

Deprecated

account_roles: AccountRole[]

The user's role within a specific account.

Memberof

User

created_at: string

Time at which the object was created.

Memberof

User

email: string

The user email.

Memberof

User

email_settings: UserEmailSettings

User email settings.

Memberof

User

id: string

Unique identifier for the object.

Memberof

User

last_login_at?: string

Time at which the user last successfully logged in via the API.

Memberof

User

last_request_at?: string

Time at which the user's token was last used to authenticate a request to the API.

Memberof

User

name: string

The full name of the user.

Memberof

User

role: UserRole

If this user is associated with multiple accounts then this value will be the role associated with the account_id property. The user's role, primarily used in the Tilled Dashboard. The roles have varied restrictions on the actions they can take.

Memberof

User

Deprecated

updated_at: string

Time at which the object was last updated.

Memberof

User

verification_code?: string

Six digit verification code of the user.

Memberof

User

Generated using TypeDoc