Let me rephrase my question: How would I have to set up my call so that it 
mimicks the successful terminal call

curl --request PATCH \
| =>   --url https://api.zoom.us/v2/users/someUserID \
| =>   --header 'authorization: Bearer MyJWT...' \
| =>   --header 'content-type: application/json' \
| =>   --data 
'{"first_name":"Test","last_name":"Coach","type":"1","job_title":"string","company":"SomeCompany","location":"Berlin"}'

?

Thanks,

Max


_______________________________________________
mbsplugins@monkeybreadsoftware.info mailing list
%(list_address)s
https://ml-cgn08.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to