Actions115
- Teams Actions
- Account Users Actions
- Custom Attributes Actions
- Contacts Actions
- Conversation Labels Actions
- Reports Actions
- Accounts Actions
- Contact Actions
- Agent Bots Actions
- Users Actions
- Inbox API Actions
- Contacts API Actions
- Conversations API Actions
- Messages API Actions
- CSAT Survey Page Actions
- Account Agent Bots Actions
- Agents Actions
- Canned Responses Actions
- Canned Response Actions
- Messages Actions
- Automation Rule Actions
- Help Center Actions
- Conversations Actions
- Conversation Assignment Actions
- Inboxes Actions
- Integrations Actions
- Profile Actions
- Custom Filters Actions
- Webhooks Actions
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
- Automating the retrieval of SSO URLs for new users during onboarding.
- 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
- Konverte Digital API Documentation - Get SSO URL of a User - Official API documentation for retrieving the SSO URL of a user.