Which Zoom API provides a response showing User's subscription type (Basic, Pro, Business, Enterprise)?

How can we retrieve Zoom subscription information using the Zoom REST API?
Specifically, we need to obtain the following details:

User’s subscription type (Basic, Pro, Business, Enterprise)

Subscribed products

Enabled features

Add-ons associated with the account or user

Please advise which API endpoints and response fields provide this information.

hi @vaidya.saurabh

Why would you want this data?
I can not see any good reason for needing this.

All the best

John

Hi @expertswho ,

I am working on a ServiceNow application that retrieves and displays Zoom user and subscription details for products, add-ons, and features.

Thanks,
Saurabh

hi @vaidya.saurabh ,

Avoid the server server app.
Create a general app with admin access.
https://developers.zoom.us/docs/api/users/#tag/contact-groups

https://developers.zoom.us/docs/api/accounts/#tag/accounts

And can I humbly suggest you keep to the read only features to start with.
Having admin controls will throw reg flags.

  1. Zoom may not be so keen to publish
  2. Customer may not be keen to allow such access

all the best

John