curl --request POST \
--url https://api.example.com/v4/queue-user-group \
--header 'Content-Type: application/json' \
--header 'x-meetergo-api-user-id: <api-key>' \
--data '
{
"queueId": "<string>",
"name": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"capacity": 123,
"users": [
{
"id": "<string>",
"givenName": "<string>",
"familyName": "<string>",
"slug": "<string>",
"userType": "<string>",
"picture": "<string>"
}
],
"userIds": [
"<string>"
],
"queueId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"mainGroupHost": {
"id": "<string>",
"givenName": "<string>",
"familyName": "<string>",
"slug": "<string>",
"userType": "<string>",
"picture": "<string>"
},
"mainGroupHostId": "<string>",
"deletedAt": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://developer.meetergo.com/llms.txt
Use this file to discover all available pages before exploring further.
User ID to act as when using API Key authentication (required with API Key)
User group created successfully
curl --request POST \
--url https://api.example.com/v4/queue-user-group \
--header 'Content-Type: application/json' \
--header 'x-meetergo-api-user-id: <api-key>' \
--data '
{
"queueId": "<string>",
"name": "<string>"
}
'{
"id": "<string>",
"name": "<string>",
"capacity": 123,
"users": [
{
"id": "<string>",
"givenName": "<string>",
"familyName": "<string>",
"slug": "<string>",
"userType": "<string>",
"picture": "<string>"
}
],
"userIds": [
"<string>"
],
"queueId": "<string>",
"createdAt": "<string>",
"updatedAt": "<string>",
"mainGroupHost": {
"id": "<string>",
"givenName": "<string>",
"familyName": "<string>",
"slug": "<string>",
"userType": "<string>",
"picture": "<string>"
},
"mainGroupHostId": "<string>",
"deletedAt": "<string>"
}