Class User

Hierarchy

  • User

Constructors

Properties

alias: string
capabilities: any
created: number
domain: string
email: string
id: string
landLineNumber: string
lastLogin: number
mobilePhone: any
role: string
username: string

Methods

  • Returns a JS object with the JSON serialization representation of this object.

    Returns object

  • Check if a code is right to update a phone.

    Parameters

    • code: string
    • phone: string

    Returns Promise<User>

Generated using TypeDoc