C# Zoom API calls

New to Zoom, looking for sample code or directions to call out functionality via REST API C#

was able to use Postman and do basic stuff like List users or get user through JWT, but not with OAUTH

trying to do same with C#. I don’t see any support documentation on this.
am i missing anything?
thanks

Hi @james.geng,

Welcome to our Zoom Community.

To resolve your error, please make sure that you have content-type = application/json, in your request.

We also have a C# wrapper that you can use in your implementation.

Thanks,
Ojus

Hi James,

You can consider implementing OAuth. Here are the guidelines: https://marketplace.zoom.us/docs/guides/authorization/oauth/oauth-with-zoom

@james.geng Responded to your request here: C# API Auth token issues