cURL
curl --request POST \ --url https://api.rippling.com/platform/api/groups \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "GroupTest4", "spokeId": "lkjwbfskjsdbllskdb", "users": [ "5c8f7f06c592917aeee1ea9f" ] } '
{ "id": "5f397f3b3ca04e478d4575ad", "spokeId": "lkjwbfskjsdbllskdb", "name": "GroupTest4", "users": [ "5c8f7f06c592917aeee1ea9f" ], "version": "uu8ccavwbsb8stfn" }
Creates a generic group, that can be associated within the third-party application.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
A group object.
User-readable name of the group.
The unique ID for the group, this can be the unique identifier for the group entity object within your application.
An array of Rippling IDs that will be in the group.
Created
User-readable name of a Rippling group.
Your id for the group; this should a unique string identifier.
The version unique identifier of the group.
An array of employee Rippling ids.