Documentation
    Preparing search index...

    Class Superuser

    Superuser helpers

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Switch to another user by ID

      Parameters

      • userId: number

        User ID

      Returns Promise<any>

      New session

    • Enable the superuser flag, required to make any of the requests in this helper

      Parameters

      • username: string

        Superuser account

      • password: string

        Superuser password

      Returns Promise<any>

      Unknown