v1

latestOpenAPI 3.1.0MIT2026-07-132429592.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.