Handles interfacing with the Subusers API

Constructors

Properties

Methods

  • Deletes the Subuser

    Parameters

    • id: string

      The ID of the Subuser

    Returns Promise<void>

  • Updates the Subuser

    Parameters

    • id: string

      The ID of the Subuser

    • email: string

      The new email of the Subuser

    • permissions: Permission[]

      The new permissions for the Subuser

    Returns Promise<Subuser>

Generated using TypeDoc