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 group details by its ID. Required Scope: Read Users, Manage users, Read All, or Manage All.
External DocumentationTo learn more, visit the OneLogin documentation.

Parameters

ParameterDescription
Group IDThe ID of the group to retrieve. Can be obtained using Get Groups action.

Example Output

{
	"status": {
		"error": false,
		"code": 200,
		"type": "success",
		"message": "Success"
	},
	"data": [
		{
			"id": 425741,
			"name": "group.security.policy.default",
			"reference": null
		}
	]
}

Workflow Library Example

Get Group by Id with Onelogin and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop