https://help.tago.io/portal/en/kb/articles/custom-domain-configuration Custom Domain Configuration
Removes the custom domain configuration from a Run profile.
https://help.tago.io/portal/en/kb/articles/custom-domain-configuration Custom Domain Configuration
Updates the Run environment configuration settings.
Tests the email configuration by sending a test message.
Retrieves the custom domain configuration for a Run profile.
https://help.tago.io/portal/en/kb/articles/custom-domain-configuration Custom Domain Configuration
Retrieves a paginated list of Run users with customizable fields and filtering options.
If receive an error "Authorization Denied", or return empty list check policy Run User / Access in Access Management.
const result = await Resources.run.listUsers({
page: 1,
fields: ["id", "name", "email"],
amount: 20
});
console.log(result); // [ { id: 'user-id-123', name: 'John Doe', email: 'example@email.com' } ]
Generates a login token to authenticate as a specific Run user.
Optional
options: LoginAsUserOptionsCreates a new notification for a Run user.
https://help.tago.io/portal/en/kb/articles/223-notifications-for-users Notifications for Users
Deletes a notification from the Run environment.
https://help.tago.io/portal/en/kb/articles/223-notifications-for-users Notifications for Users
Updates an existing notification in the Run environment.
https://help.tago.io/portal/en/kb/articles/223-notifications-for-users Notifications for Users
Retrieves a list of notifications for a specific Run user.
https://help.tago.io/portal/en/kb/articles/223-notifications-for-users Notifications for Users
Regenerates the custom domain configuration for a Run profile.
https://help.tago.io/portal/en/kb/articles/custom-domain-configuration Custom Domain Configuration
Updates the SAML SSO configuration for the Run environment.
Retrieves the SAML Single Sign-On configuration information for the Run environment.
Creates a new user in the Run environment.
Permanently deletes a user from the Run environment.
Updates information for an existing Run user.
Retrieves detailed information about a specific Run user.
Creates a custom domain configuration for the Run environment.