How to change user's profile settings?

Can I use the SDK to build an interface to allow the user to change his profile settings? If yes, where do I find the appropriate calls? If how can this be done? At the moment we use the JWT Token for authentication.

Hi @tmiskiew, thanks for the post.

Whether or not this is available through the SDK depends on what specific settings you are referring to. As a general rule, it is usually a good idea to check the Zoom client on macOS. If a setting is not available there, it is unlikely that it will be available through the SDK unless it is something that is only applicable to an SDK use case.

Thanks!