sensitive-blue
sensitive-blue2w ago

How do share access?

Hi we have this specific org that a former member created, his account was removed and so no one can share access to this org he created, is there a way we can add a new member for this account as an admin? here is the screenshot of the said org,
No description
2 Replies
sensitive-blue
sensitive-blueOP2w ago
Hello, any update on this? @Vapi Team
Shubham Bajaj
Shubham Bajaj2w ago
Hi Mika, To share access in your Vapi account, you need to manage authentication and permissions appropriately. Here's a basic way to do it: 1. OAuth Authentication
Use the OAuth login method for secure user access management. This method doesn't require manual API key handling and is ideal for interactive use. You can initiate this by logging into your account in the Vapi Dashboard and granting access to others through OAuth authorization. 2. API Key Management
For automation or CI/CD purposes, sharing API keys might be necessary. You can generate and manage API keys from the Vapi Dashboard (Profile > Vapi API Keys). Make sure to handle these keys securely, never exposing them in client-side code. 3. Multi-Account Handling
If your use case requires multiple accounts or environments, you can manage this using the Vapi CLI. You can add, switch between accounts, and assign aliases for easy management with commands like: - $ vapi auth login to add accounts. - $ vapi auth switch <alias> to switch accounts. For more detailed steps, refer to the Authentication management guide. Let me know if you need further assistance.

Did you find this page helpful?