Zoom phone api to add a user to zoom phone?

Hi,

I am currently using Okta workflows and created a workflow that will use Zoom phone API POST Batch add users.

However, my workflow only adds one user at a time and it runs into rate limits if I have more than 3 users lined up back to back.

So I am wondering what is the API to add a user to zoom phone that isn’t batch add users? I cannot seem to find that anywhere in Zoom phone APIs so I can just do this one at a time and not use a POST batch add users for a single user.

Hi @jackson , I don’t believe we have the option to add a single user at a time. Are you able to use the same endpoint, but only put one user in the user array like the documentation example shows? Does that solve your problem?