Using POSTMAN to update ZOOM Mobile numbers via CSV

Hello - Iā€™m new to using using Zoom APIā€™s. Iā€™m attempting to use Postman to update our users mobile number category via a CSV.

I did the run collection and PATCH ā€œupdate a userā€ with the attached information in the body. Using 1 test user in a CSV file I get a 204 success code but the information doesnā€™t reflect in Zoom.

I could be overlooking something simple, but any help would be appreciated. Thank you

The CSV variables are ā€˜emailā€™ ā€˜mobileā€™

PATCH {{baseUrl}}/users/{{email}}

{ ā€œphone_numbersā€: [ { ā€œcodeā€: ā€œ+1ā€, ā€œcountryā€: ā€œUSā€, ā€œlabelā€: ā€œMobileā€, ā€œnumberā€: ā€œ{{mobile}}ā€ } ]

@pteague1021

This does not look like an issue with Postman but rather how youā€™re consuming the zoom APIā€™s?

Itā€™ll be helpful if you can provide a reference to the zoom documentation youā€™re following accompanied with a Postman collection that replicates the issue youā€™re facing.