80606: Proxy Identifier Not Owned By Account
PROXY
WARNING
This warning occurs when you explicitly assign ProxyIdentifier or ProxyIdentifierSid for a Participant, but the proxy number does not belong to the account making the request. When you specify a proxy number for a Participant, Proxy attempts to use the Twilio number you provide, and that number must be owned by your account.
- The
ProxyIdentifiervalue points to a Twilio number that belongs to a different account or subaccount. - The
ProxyIdentifierSidvalue references aPNSID that is not owned by the account used for the request. - Your application is creating or updating the Participant with credentials for the wrong account or subaccount.
- You are trying to reuse a proxy number from another project instead of selecting a number that is owned by the current account.
- Verify that you are using the correct
AccountSidand auth credentials for the account that owns the proxy number. - Confirm that the
ProxyIdentifiervalue is a Twilio number on your account, or that theProxyIdentifierSidvalue matches aPNSID on your account. - If you need to assign a specific proxy number, use a Twilio number that is owned by the same account as the Proxy Service.
- Add the correct Twilio number to your Proxy Service before assigning it to a Participant.
- If the number is owned by a different account or subaccount, move the number to the correct account or update your request to use a number owned by the current account.