Skip to main content
Get a single user mapping configuration by its ID. Required Scope: Manage All.
External DocumentationTo learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
Mapping IDThe ID of the user mapping to retrieve.

Example Output

{
	"id": 196670,
	"name": "My First Mapping",
	"match": "all",
	"enabled": true,
	"position": 1,
	"conditions": [
		{
			"source": "last_login",
			"operator": ">",
			"value": "90"
		}
	],
	"actions": [
		{
			"action": "set_status",
			"value": [
				"2"
			]
		}
	]
}

Workflow Library Example

Get Mapping with Onelogin and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop