Hi there! I see you're having trouble signing in to multiple accounts with the "auth operation request denied" error. Let me help you troubleshoot this issue.
Based on the information I found, there could be several reasons for these authentication errors:
## Possible Causes
1. **Multiple IP access**: While I couldn't find explicit documentation stating that Vapi blocks sign-ins from multiple IP addresses, the platform does implement various security measures including isolated environments and access controls that might affect this behavior ([source](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1344656349367107667)).
2. **Authentication issues**: The errors might be related to JWT token configuration, private key issues, or verification failures if you're using API access ([source](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336406911163513506)).
## Steps to Resolve
Here are some steps you can try to resolve these sign-in issues:
1.
Clear browser cache and cookies - This can often resolve loading or sign-in issues
2.
Try a different browser or device - This helps determine if the problem is browser-specific
3.
Disable browser extensions - Some extensions might interfere with the login process
4.
Check if your accounts are locked - Multiple failed attempts might have triggered security measures
Your solution of creating different members with different email addresses for each office might work as a workaround if the issue is indeed related to IP-based restrictions, though I couldn't confirm if this is specifically the cause.
If you continue to experience issues after trying these steps, providing your organization ID when contacting support can help them track your issue more effectively.
Sources:
- [Discord Thread about JWT Token Configuration](
https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1336406911163513506)