DID Assignment/Reassignment via API

Hello, are there APIs to assign/reassign a DID? I can retrieve DID Pools and DIDs, but the only update I can find is creating and updating DID Pools. We have a large number of users that have their DID used as "Personal Queues" via a flow, that I need to point to their User directly. Is there a way to do this programmatically?

Thank you,
Chad

Hi Chad

You do not assign DIDs via the /api/v2/telephony/providers/edges/didpools/... endpoint. Instead you assign it directly to the user or call flow.

For example, in the request body to PUT /api/v2/architect/ivrs/{ivrId} you will see an array called for dnis numbers. In the request body for PATCH /api/v2/users/{userId} , you will see an addresses array.

Hope this helps,
-Charlie

Thanks Charlie! That helps. I was looking at it from the wrong angle.

Chad

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.