Terminate a users OneLogin session.

External Documentation

To learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
User IDThe 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