Skip to main content

Post Groups

Creates a generic group, that can be associated within the third-party application.

Parameters

ParameterDescription
NameUser-readable name of the group.
Spoke IDThe unique ID for the group, this can be the unique identifier for the group entity object within your application.
UsersAn array of Rippling IDs that will be in the group.

Example Output

{
"value": {
"id": "5f397f3b3ca04e478d4575ad",
"name": "GroupTest4",
"spokeId": "lkjwbfskjsdbllskdb",
"users": [
"5c8f7f06c592917aeee1ea9f"
],
"version": "uu8ccavwbsb8stfn"
}
}

Workflow Library Example

Post Groups with Rippling and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop