v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Group

Add Users to a Group

This endpoint adds users to an existing group. On a successful add, it returns a 201 Created response with no body. <h3>Required Scope</h3>groups:write

post/api/v2/groups/{groupId}/relationships/{roleId}

Path parameters

groupIdstring required

The ID of the group to update.

roleIdstring required

The role that the supplied user(s) will have. Can be admins or members.

Request body

Response

Success