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

Assign or deassign specified user

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

200

Queue updated successfully