Skip to main content
Return users are in the group and view group attributes.

Parameters

ParameterDescription
IDThe ID of the group, can be retrieved from the ‘List Groups’ action.

Example Output

{
	"schemas": [
		"<string>"
	],
	"id": "<string>",
	"displayName": "<string>",
	"members": [],
	"meta": {
		"created": "<string>",
		"createdBy": 4
	}
}

Workflow Library Example

Get Group with Egnyte and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop
I