send_user_actions_email
Send required actions email to a user to prompt them to complete specified authentication actions. Supports customizable lifespan, redirect URI, and client ID.
Instructions
Send required actions email to a user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| realm | Yes | Realm name | |
| user_id | Yes | User ID | |
| lifespan | No | Lifespan in seconds for the action token | |
| redirect_uri | No | Redirect URI after actions are completed | |
| client_id | No | Client ID for the redirect | |
| actions_data | Yes | List of required actions |