Enroll User
Enroll a user with user name username
and email address email
and send them an enrollment email that expires after valid_secs
seconds.
Requires "Grant write resource" API permission.
Basic Parameters
Parameter | Description |
---|---|
The email address of this user. | |
Username | The user name (or username alias) of the user to enroll. |
Advanced Parameters
Parameter | Description |
---|---|
Valid Seconds | The number of seconds the enrollment code should remain valid. Default: 2592000 (30 days). |
Example Output
{
"response": "ba6e8bb687017eff",
"stat": "OK"
}
Workflow Library Example
Enroll User with Duo and Send Results Via Email
Preview this Workflow on desktop