Run¶
Manage services in account.
info¶
Get information about the TagoRUN service.
Returns
result: RunInfoInformation about the TagoRUN service.
edit¶
Edit the TagoRUN service information.
Parameters:
data: RunInfoUpdated information for the TagoRUN service.Returns:
result: strSuccess message.
listUsers¶
List users in the TagoRUN service.
userInfo¶
Get information about a specific user in the TagoRUN service.
userCreate¶
Create a new user in the TagoRUN service.
Parameters:
data: UserCreateInfoInformation for creating the user.Returns:
result: strSuccess message.
userCreate¶
Create a new user in the TagoRUN service.
Parameters:
data: UserCreateInfoInformation for creating the user.Returns:
result: strSuccess message.
userEdit¶
Edit information about a specific user in the TagoRUN service.
userDelete¶
Delete a specific user from the TagoRUN service.
loginAsUser¶
Log in as a specific user in the TagoRUN service.
Parameters:
userID: GenericIDID of the user.options: Optional[LoginAsUserOptions]Additional options for the login.Returns:
result: LoginResponseLogin response.
emailTest¶
Send a test email from the TagoRUN service.
Parameters:
data: emailDataEmail data including subject and body.Returns:
result: strSuccess message.
notificationList¶
List notifications for a specific user in the TagoRUN service.
Parameters:
userID: GenericIDID of the user.Returns:
result: list[NotificationInfo]List of notification information.
notificationCreate¶
Create a new notification for a specific user in the TagoRUN service.
Parameters:
userID: GenericIDID of the user.data: NotificationCreateInformation for creating the notification.Returns:
result: NotificationCreateReturnInformation about the created notification.
notificationEdit¶
Edit information about a specific notification in the TagoRUN service.
Parameters:
notificationID: GenericIDID of the notification.data: NotificationCreateUpdated information for the notification.Returns:
result: strSuccess message.
notificationDelete¶
Delete a specific notification from the TagoRUN service.
ssoSAMLInfo¶
Get the SAML Single Sign-On information for the account’s RUN.
ssoSAMLEdit¶
Edit the SAML Single Sign-On metadata and mappings for the account’s RUN.
Parameters:
data: RunSAMLEditInfoUpdated data for a RUN’s SAML Single Sign-On configuration.
createCustomDomain¶
Create a TagoRUN custom domain for the profile.
Parameters:
profile_id: strID of the profilecustomDomainData: CustomDomainCreatequery params
getCustomDomain¶
Set details of TagoRun custom domain for the profile.
Parameters
profile_id: strID of the profile
deleteCustomDomain¶
Delete a TagoRUN custom domain for the profile.
Parameters
profile_id: strID of the profile
regenerateCustomDomain¶
Regenerate a TagoRUN custom domain for the profile.
Parameters
profile_id: strID of the profile