v3

latestOpenAPI 3.0.22026-08-04424560.5 KB
User V2

getUserSettingsScope

Get all setting values for one scope for the currently logged in user.

get/v2/users/me/settings/{scope}

Path parameters

scopestring required

User setting scope. Values are limited to 64 characters.

Example:calendar

User setting scope, for example calendar, navigation, or search

Response

User settings for the requested scope

scopestring required

User setting scope. Values are limited to 64 characters.

settingsobject required

Example response

{
  "scope": "calendar",
  "settings": {
    "visible_calendars": {
      "calendar_ids": [
        "holidays"
      ]
    }
  }
}