Zoom API > User settings ** How to check if user have Calendar and contacts integration turn ON for Google calendar?

Good morning,

Could you please support if there is a feasible way to check if a user has Calendar and contacts integration turned ON for Google Calendar ?

  • In the UI, you can see this setting in Integration like this: Settings > Search for Integration

  • My target is to send a request to get the user settings, and check if that user has this integration feature turned ON or OFF for downstream integration.

I could not find anything in the documentation mentioning about integraion this in the response for Google Calendar.

For example:

Endpoint: get/users/{userId}/settings

Response:

I did not see anything about Google Calendar integration, even though I have turned this feature ON. Could you help, please?

"integration": {
		"linkedin_sales_navigator": false
	},

Hi @Hung3 ,

I don’t see integration object documented here for get/users/{userId}/settings. But you do see it in your response?

If so, please respond to my private message (in. your notifications) with the following:

  • client id
  • screenshot of response body of relevant section
  • screenshot of web portal showing integrations for said user
  • zm-tracking-id from the response header

This will help me verify with the designated API team what information should be available and update the documentation accordingly.