There is nothing in the various “Users” API endpoints that can tell if a given user has a paid seat (Gong Professional, Forecast, Engage) or not. This would be useful for integrations where you need to know more about the user than the current API gives.
The settings array gives a good indicator if someone is paid or not, since any value if true indicates a paid seat, but it does not tell you if all the values are false if the user is paid or not.
"settings": {
"webConferencesRecorded": false,
"preventWebConferenceRecording": false,
"telephonyCallsImported": false,
"emailsImported": false,
"preventEmailImport": false,
"nonRecordedMeetingsImported": false,
"gongConnectEnabled": false
},
https://us-62605.app.gong.io/settings/api/documentation#get-/v2/users
https://us-62605.app.gong.io/settings/api/documentation#get-/v2/users/-id-
https://us-62605.app.gong.io/settings/api/documentation#post-/v2/users/extensive
#feat