Pushing Users Profile Photos to Zoom Profile

Good Morning, We would like to populate the profile photo for all of our users. Rather than manually upload to each page I was hoping we could use the api to add all of our staff photos to their Zoom accounts is this possible?

Yes. I have a script that does this. We have a directory with a .jpg file for each employee and my script takes that photo and loads it to that user using the https://api.zoom.us/v2/users/$mail/picture POST call. It was a bit tricky getting the code correct to load the photo into the “multipart/form-data” body. I got it working in Postman then used the feature there to show me the specific code I needed to accomplish it. Mine is in PowerShell so there’s really no examples on here for that.