Log User Out
Terminate a users OneLogin session.
External Documentation
To learn more, visit the OneLogin documentation.
Parameters
Parameter | Description |
---|---|
User ID | The user ID of the user to log out. Can be obtained by using the List Users action. |
Example Output
{
"status": {
"code": 200,
"error": false,
"message": "Success",
"type": "success"
}
}
Workflow Library Example
Log User Out with Onelogin and Send Results Via Email
Preview this Workflow on desktop