Skip to main content

Get Group

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": [
"urn:scim:schemas:core:1.0"
],
"id": "e3ba9d90-ebc7-483e-abaa-a84e92480c86",
"displayName": "Finance",
"members": [
{
"username": "test",
"value": 9967960066,
"display": "Test User"
},
{
"username": "jdoe",
"value": 9967960068,
"display": "John Doe"
},
{
"username": "jadoe",
"value": 9967960069,
"display": "Jane Doe"
}
]
}

Workflow Library Example

Get Group with Egnyte and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop