Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Get a list of apps that are assigned to a specified user. Required Scope: Read Users, Manage users, Read All, or Manage All.
External DocumentationTo learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
Ignore VisibilitySelect to return all apps assigned to the user regardless of their portal visibility setting.

When not selected, only visible apps are returned.
User IDThe ID of the user.

Example Output

[
	{
		"id": 1127385,
		"icon_url": "/images/missing_connector_icon/square/mobile_50.png",
		"extension": false,
		"login_id": 415930448,
		"name": "OIDC Basic",
		"provisioning_status": "enabled",
		"provisioning_state": "unknown",
		"provisioning_enabled": false
	},
	{
		"id": 1181288,
		"icon_url": "https://cdn.onelogin.com/images/icons/square/amazonwebservices3multirole/mobile_50.png",
		"extension": false,
		"login_id": 571984693,
		"name": "Amazon Web Services (AWS) Multi Role",
		"provisioning_status": "enabled",
		"provisioning_state": "unknown",
		"provisioning_enabled": false
	}
]

Workflow Library Example

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