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

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Name | User-readable name of the group. |
| Spoke ID | The unique ID for the group, this can be the unique identifier for the group entity object within your application. |
| Users | An array of Rippling IDs that will be in the group. |
{
"value": {
"id": "5f397f3b3ca04e478d4575ad",
"name": "GroupTest4",
"spokeId": "lkjwbfskjsdbllskdb",
"users": [
"5c8f7f06c592917aeee1ea9f"
],
"version": "uu8ccavwbsb8stfn"
}
}
Was this page helpful?