Skip to main content
Get a list of self-registration profiles. Required Scope: Read Users, Manage users, Read All, or Manage All.
External DocumentationTo learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
PageThe page number to get results from. The value must be greater than 0.
Per PageThe maximum number of items to return per page. Valid range is 1-50.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

[
	{
		"id": 56781966,
		"firstname": "Mike",
		"lastname": "Tester",
		"email": "[email protected]",
		"username": null,
		"phone": null,
		"state": 1,
		"status": 1,
		"group_id": null,
		"directory_id": null,
		"external_id": null,
		"activated_at": null,
		"last_login": null,
		"created_at": "2019-08-22T18:43:55.188Z",
		"updated_at": "2019-08-22T18:43:55.188Z",
		"invalid_login_attempts": 0
	}
]

Workflow Library Example

List Profiles with Onelogin and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop