Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

Methods

  • createCustomDomain(profile_id: string, customDomainData: CustomDomainCreate): Promise<string>
  • deleteCustomDomain(profile_id: string): Promise<string>
  • delete a TagoRUN custom domain for the profile.

    Parameters

    • profile_id: string

      ID of the profile

    Returns Promise<string>

    Success message.

  • emailTest(data: { body: string; subject: string }): Promise<string>
  • notificationDelete(notificationID: string): Promise<string>
  • regenerateCustomDomain(profile_id: string): Promise<string>
  • Regenerate a TagoRUN custom domain for the profile.

    Parameters

    • profile_id: string

      ID of the profile

    Returns Promise<string>

    Success message.

  • Edit the SAML Single Sign-On metadata and mappings for the account's RUN.

    Parameters

    • data: RunSAMLEditInfo

      Updated data for a RUN's SAML Single Sign-On configuration.

    Returns Promise<string>

  • userDelete(userID: string): Promise<string>
  • userInfo(userID: string): Promise<UserInfo>