Skip to main content
POST
Create user availability exception

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.

Query Parameters

userId
string

Body

application/json
available
boolean
required
start
string
required
end
string
required
availabilityId
string

Optional availability id, if not provided uses default availability.

title
string
note
string

Response

ownerId
string
required
ownerType
enum<string>
required
Available options:
company,
user
available
boolean
required
start
string
required
end
string
required
createdAt
string
required
id
number
required
title
string
note
string
deletedAt
string | null