Skip to main content
Terminate a user’s OneLogin session.
External DocumentationTo learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
User IDThe ID of the user.

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