Skip to main content
POST
POST Groups

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

A group object.

name
string

User-readable name of the group.

spokeId
string

The unique ID for the group, this can be the unique identifier for the group entity object within your application.

users
string[]

An array of Rippling IDs that will be in the group.

Response

201 - application/json

Created

name
string

User-readable name of a Rippling group.

id
string
spokeId
string | null

Your id for the group; this should a unique string identifier.

version
string

The version unique identifier of the group.

users
string[]

An array of employee Rippling ids.