Konverte Digital icon

Konverte Digital

Interact with Konverte Digital API

Actions115

Overview

This node operation retrieves the Single Sign-On (SSO) URL for a specific user on the platform by their numeric user ID. It is useful in scenarios where automated workflows need to generate or fetch SSO URLs for users to facilitate seamless login experiences without manual intervention. For example, it can be used in user management automation to provide direct SSO links for onboarding or support purposes.

Use Case Examples

  1. Automating the retrieval of SSO URLs for new users during onboarding.
  2. Generating SSO URLs for users to include in support emails or notifications.

Properties

Name Meaning
Id The numeric ID of the user on the platform, used to specify which user's SSO URL to retrieve.
Request Options Settings to customize the HTTP request behavior, including batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • ssoUrl - The Single Sign-On URL of the specified user.

Dependencies

  • Requires an API key credential for authentication to the Konverte Digital API.

Troubleshooting

  • Ensure the user ID provided is valid and exists on the platform to avoid 'user not found' errors.
  • If SSL certificate validation fails and the request is blocked, enable the 'Ignore SSL Issues' option cautiously.
  • Check proxy settings if requests fail due to network issues.
  • Adjust timeout settings if the server response is slow to prevent premature request abortion.

Links

Discussion