Skip to main content
Generate an invite link to a user that was already created in your OneLogin account. Provide the link to the user to enable them to set their password and access your OneLogin portal. Required Scope: Manage All.
External DocumentationTo learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
EmailThe email address to send the invitation link to.

Example Output

{
	"status": {
		"type": "success",
		"message": "Success",
		"code": 200,
		"error": false
	},
	"data": [
		"http://app.onelogin.com/password/reset?token=1111111cf892e56957e35c9c12f128483031dd11"
	]
}

Workflow Library Example

Generate Invite Link with Onelogin and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop