Skip to main content
Get a list of account branding configurations. Required Scope: 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 results to return per page.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

[
	{
		"id": 912,
		"enabled": true,
		"name": "ACME"
	}
]

Workflow Library Example

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