v36

OpenAPI 3.1.0raw.githubusercontent.com2026-05-13002.7 MB
Group users

Adds a user to a group.

post/organization/groups/{group_id}/users

Path parameters

group_idstring required

The ID of the group to update.

Request body

user_idstring required

Identifier of the user to add to the group.

Response

User added to the group successfully.

object'group.user' required

Always group.user.

user_idstring required

Identifier of the user that was added.

group_idstring required

Identifier of the group the user was added to.