ODBC guide

Read user settings


Reads settings for a specific user. By default, it retrieves settings for the authenticated user ('me'). You can specify a different UserId to inspect settings for other users in the organization.

The UserSettings table allows you to view configuration details like meeting preferences and recording options.

SELECT * FROM UserSettings
WITH(
  UserId='me' -- enter user id or email
)