Workspace
Get current workspace settings
Members
- GETGet all members
- POSTInvite a member
- GETRead a member by id
- PUTUpdate a member
- DELDelete a member
- GETRead a member by Microsoft user id
- GETRead a member by email
- GETRead a member by custom_id
- PUTUpdate approvers for a member
- PUTUpdate a member's allowance
- POSTAdd a member's schedule
- PUTUpdate a member's schedule
Departments
Leave types
Public holidays
Workspace
Get current workspace settings
Get current workspace settings
GET
/
workspace
curl --request GET \
--url https://api.absentify.com/api/v1/workspace \
--header 'X-API-KEY: <api-key>'
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"global_date_format": "<string>",
"global_language": "<string>",
"global_time_format": "H12",
"global_timezone": "<string>",
"global_week_start": "<string>",
"global_name_format": "Microsoft_DisplayName",
"name": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"privacy_show_calendarview": true,
"privacy_show_otherdepartments": true,
"privacy_show_absences_in_past": true,
"fiscal_year_start_month": 5
}
Authorizations
Response
200
application/json
Successful response
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.absentify.com/api/v1/workspace \
--header 'X-API-KEY: <api-key>'
{
"id": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"global_date_format": "<string>",
"global_language": "<string>",
"global_time_format": "H12",
"global_timezone": "<string>",
"global_week_start": "<string>",
"global_name_format": "Microsoft_DisplayName",
"name": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"privacy_show_calendarview": true,
"privacy_show_otherdepartments": true,
"privacy_show_absences_in_past": true,
"fiscal_year_start_month": 5
}