Skip to main content
PATCH
Update an existing user group

Authorizations

x-meetergo-api-user-id
string
header
required

User ID to act on behalf of. Platform API Keys only (required with an API Key unless the endpoint states otherwise). Requests authenticated with a Personal Access Token are rejected if this header names another user.

Path Parameters

groupId
string
required

Body

application/json
name
string

Name of the user group

capacity
number

Group capacity (minimum 1)

userId
string

User to assign or deassign from group

mainGroupHostId
string | null

Main host user ID for the group (can be null to remove)

Response

200

User group updated successfully