Skip to main content
PATCH
PATCH Group

Authorizations

Authorization
string
header
required

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

Path Parameters

groupId
integer
required

Unique identifier for the group within Rippling.

Body

application/json

Group updates object.

This payload should be used when updating existing groups.

name
string

The name of the Group.

spokeId
string

The external identifier of the Group.

users
any[]

The array of users within the Group.

version
string

The version identifier of the Group.

Response

200 - application/json

OK

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.