---
title: "Get current workspace settings"
method: GET
path: "/workspace"
tags: ["Workspace"]
---

# Get current workspace settings

`GET /workspace`

Get current workspace settings

## Response `200`

Successful response

- object
  - `id` string, required
  - `createdAt` string, required
  - `global_date_format` string, required
  - `global_language` string, required
  - `global_time_format` 'H12' | 'H24', required
  - `global_timezone` string, required
  - `global_week_start` string, required
  - `global_name_format` 'Microsoft_DisplayName' | 'First' | 'Last' | 'FirstLast' | 'LastFirst', required
  - `name` string, required
  - `updatedAt` string, required
  - `privacy_show_calendarview` boolean, required
  - `privacy_show_otherdepartments` boolean, required
  - `privacy_show_absences_in_past` boolean, required
  - `fiscal_year_start_month` integer, required

## 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)
