Detect subscription type of account via API

Description
Is there a way of determining the subscription level of an account that has been connected using OAuth?

In particular, I am trying to determine whether or not I can use the Add Meeting Registrant endpoint on an account prior to actually invoking it.

I have reviewed the User Settings endpoint, but have not come away with a clear answer to my question from looking at this unfortunately.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
User Setttings / other?

Hey @johnrix,

Yes, you can check a users plan via the settings and user endpoints.

Thanks,
Tommy

Thanks for the reply Tommy. Can you please clarify which fields in the settings endpoint I can refer to to determine the subscription level and/or whether I can successfully add registrants to a meeting though? As mentioned, I already reviewed those endpoints and came away without a clear answer.

Thanks,
John

Hey @johnrix,

Sure!

Get User endpoint:

Screen Shot 2020-05-11 at 5.44.04 PM

Prerequisites

  • Host user type must be Licensed

Thanks,
Tommy

Aha! Much appreciated Tommy.

Regards,
John

1 Like

You are welcome! :slight_smile:

Thanks,
Tommy