Skip to main content
PUT
Bulk replace the members of a custom group you own

Authorizations

Authorization
string
header
required

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

Path Parameters

id
integer
required

Body

V3 API: Bulk replace all group members

users
object[]
required

List of users with their roles. An empty array removes all members from the group.

Response

Members replaced successfully. Returns all group members with their roles.

The members of a group: {"users": [{id, email, role}, ...]}.

users
object[]
required
read-only