Retrieve a user's settings.**Scopes:** user:read:admin user:read ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Medium

getUserSettings(userId, login_type = NULL, option = NULL, return_response = F)

Arguments

userId

The user ID or email address of the user. For userlevel apps, pass me as the value for userId.

login_type

0 Facebook.1 Google.99 API.100 Zoom.101 SSO.

option

meeting_authentication: Use this query parameter to view meeting authentication configuration https://support.zoom.us/hc/enus/articles/360037117472AuthenticationProfilesforMeetingsandWebinars applied on the account.recording_authentication: Use this query parameter to view recording authentication configuration https://support.zoom.us/hc/enus/articles/360037756671AuthenticationProfilesforCloudRecordings applied on the account.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.