---
title: "Apply Default Availability To User"
method: POST
path: "/calendars/users/{user_id}/apply-default-availability"
tags: ["Calendar"]
---

# Apply Default Availability To User

`POST /calendars/users/{user_id}/apply-default-availability`

Apply the customer's default availability schedule to a specific user.

This will:
1. Delete all existing availability for the user
2. Copy all customer default availability slots to the user
3. Set the user's timezone to the customer's default timezone

- **user_id**: The ID of the user to apply the default schedule to

## Path parameters

- `user_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
