GET - Get user settings

Purpose

This API is used to fetch a particular user's settings in Resource Booking by users and admin. The Org Admin can fetch the details of other users using this API.

Request URL

https://calendar.zoho.com/api/v1/userSettings

OAuth Scope

scope=ZohoCalendar.usersettings.ALL

or

scope=ZohoCalendar.usersettings.READ

 

ALL - Access to all resources

READ - Get user settings

Request Parameters

  • zuidlong, optional
    • The ID of the user whose details are to be retrieved. The zuid parameter can be given only by the org admin to add/ update a user setting.

Sample Request

Copiedhttps://calendar.zoho.com/api/v1/userSettings?zuid=61130355

Sample Response

Copied{
    "building_id": "1565423114377010002",
    "branch_id": "1565423114093010001",
    "floor_id": "1565423114440010003",
    "any_time": true,
    "default_view": 0,
    "show_week_ends": true,
    "email": "paula@zylker.com",
    "zuid": "621593"
}