create_group
Create a new group in Rippling by specifying a name, unique identifier, and member user IDs to organize employees for HR, IT, or finance purposes.
Instructions
Create a new group with specified members
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new group | |
| spokeId | Yes | Unique identifier for the group in your application | |
| userIds | Yes | Array of user IDs to add as members |