---
title: "Update the workspace settings"
method: PUT
path: "/workspace"
tags: ["Workspace"]
---

# Update the workspace settings

`PUT /workspace`

Update the workspace settings

## Request body

- object
  - `name` string
  - `global_name_format` 'Microsoft_DisplayName' | 'First' | 'Last' | 'FirstLast' | 'LastFirst'
  - `privacy_show_calendarview` boolean
  - `privacy_show_otherdepartments` boolean
  - `privacy_show_absences_in_past` boolean
  - `display_logo` 'ShowLogoAndName' | 'ShowLogo'
  - `allow_manager_past_request_management` boolean
  - `fiscal_year_start_month` integer

## Response `200`

Successful response

- string, uuid

## Other responses

- `400` — Invalid input data
- `401` — Authorization not provided
- `403` — Insufficient access
- `404` — Not found
- `500` — Internal server error

---

[API](https://skmtc.net/absentify/apis/absentify-crud-api.md) · [All operations](https://skmtc.net/absentify/apis/absentify-crud-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/absentify/absentify-crud-api/revisions/ef777d51e6f2/schema)
