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

Changes

No recorded changes to this endpoint across all 1 revision of this API.