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

Parameters

ParameterDescription
Group IDThe group ID to filter by.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

{
	"status": {
		"error": false,
		"code": 200,
		"type": "success",
		"message": "Success"
	},
	"pagination": {
		"before_cursor": null,
		"after_cursor": null,
		"previous_link": null,
		"next_link": null
	},
	"data": [
		{
			"id": 417333,
			"name": "employees",
			"reference": null
		},
		{
			"id": 419333,
			"name": "contractors",
			"reference": null
		},
		{
			"id": 419888,
			"name": "managers",
			"reference": null
		}
	]
}

Workflow Library Example

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