curl --request PATCH \
--url https://api.example.com/v4/queue-user-group/{groupId} \
--header 'Content-Type: application/json' \
--header 'x-meetergo-api-user-id: <api-key>' \
--data '
{
"name": "<string>",
"capacity": 123,
"userId": "<string>",
"mainGroupHostId": "<string>"
}
'User ID to act as when using API Key authentication (required with API Key)
User group updated successfully
curl --request PATCH \
--url https://api.example.com/v4/queue-user-group/{groupId} \
--header 'Content-Type: application/json' \
--header 'x-meetergo-api-user-id: <api-key>' \
--data '
{
"name": "<string>",
"capacity": 123,
"userId": "<string>",
"mainGroupHostId": "<string>"
}
'