Get user settings to include calendar integration

Howdy all!

I’m using python to interact with API to get user settings. Works fine but I can’t seem to find a way to pull back the " Calendar and Contacts Integration" of a user in our zoom instance. My goal would to feed a list of users by email and have it tell me if there’s a configured Calendar and Contacts Integration on the account or the user did not associate a calendar to their zoom account.

I’m in the web API docs and I just can’t spot where this would be :frowning: Below is what i’m using to pull back the user info. I’ve tried /settings also but don’t see the calendar integration stuff in there, or I am not understanding what it is in the response.

url = f"https://api.zoom.us/v2/users/john.doe@email.com"
response = requests.request(“GET”, url, headers=headers)

Anyone have a hint?

Anyone have some guidance here? Or is this even possible. I’m still diggin in API docs and don’t see it as something I can pull, but hoping I’m just not finding the right doc.

This topic was automatically closed 368 days after the last reply. New replies are no longer allowed.