Skip to main content
POST
/
availability
/
{id}
/
apply-to-users
cURL
curl --request POST \
  --url https://api.example.com/availability/{id}/apply-to-users \
  --header 'Content-Type: application/json' \
  --header 'x-meetergo-api-user-id: <api-key>' \
  --data '
{
  "userIds": [
    "<string>"
  ],
  "setAsDefault": true
}
'

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.

Authorizations

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

User ID to act as when using API Key authentication (required with API Key)

Path Parameters

id
string
required

Body

application/json
userIds
string[]
required
Maximum array length: 100
setAsDefault
boolean

Response

201

Availability applied to users