Terminate a users OneLogin session.
External DocumentationTo 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
Workflow LibraryPreview this Workflow on desktop