Interface accessUsersReadUser

Returned by GET /access/users/{userid}

Hierarchy

  • accessUsersReadUser

Indexable

[additionalProperties: string]: any

Properties

comment?: string
email?: string
enable?: boolean

Enable the account (default). You can set this to '0' to disable the account

expire?: number

Account expiration date (seconds since epoch). '0' means no expiration date.

firstname?: string
groups?: string[]
keys?: string

Keys for two factor auth (yubico).

lastname?: string
tokens?: any

Generated using TypeDoc