Skip to main content
PATCH
Update queue for a meeting type

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

meetingTypeId
string
required

ID of the meeting type

Body

application/json
userId
string
deprecated

Assign or deassign specified user. Deprecated: send the full userIds set instead, so the result does not depend on how current your copy of the host list is.

userIds
string[]

Full desired set of host user IDs. Replaces the queue host list in one transaction.

userCapacities
object[]

User capacities for queue management

userPriorities
object[]

Host priorities for round robin (higher = booked first)

Per-host overrides for the meeting type custom meeting link. Empty link falls back to the meeting type default.

type
enum<string>

Round robin queue type

Available options:
simpleRoundRobin,
advancedRoundRobin,
equalDistribution
maxLeadThreshold
number

Max bookings a host can be ahead before their availability is hidden

Required range: x >= 1
distributionPeriod
enum<string>

Period over which bookings are counted for equal distribution

Available options:
day,
week,
month
prioritizeNearTermAvailability
boolean

If true, when the lead-threshold filter would push the next available slot more than 14 days past the minimum booking notice, temporarily include over-lead hosts. Disable only for strict fairness.

Response

Queue updated successfully

id
string
required
type
enum<string>
required
Available options:
simpleRoundRobin,
advancedRoundRobin,
equalDistribution
meetingTypeId
string
required
companyId
string
required
userCapacities
object[]
required
roundRobinEntries
object[]
required
userGroups
object[]
required
userGroupIds
string[]
required
users
object[]
required
userIds
string[]
required
createdAt
string
required
updatedAt
string
required
workspaceId
string