Manage Cloud account members
Aerospike Cloud uses Auth0 for secure authentication and member management. This page describes how to invite, manage, and remove members from your cloud organization.
Member roles and permissions
Aerospike Cloud has two member roles with identical permissions:
| Role | Permissions | Key Difference |
|---|---|---|
| CloudOwner | Full administrative access | Cannot be removed without contacting support |
| CloudAdmin | Full administrative access | Can be removed by other admins |
Both roles can do the following:
- Create and delete database clusters
- Manage database users and credentials
- Configure VPC peering connections
- Generate and revoke API keys
- Invite and remove other cloud members
- Access billing and usage information
Managing Cloud members
All member management features are available in the Cloud Console’s Access Manager section.
Inviting new members
-
Navigate to Access Manager
In the Cloud Console, go to the Members tab in the left navigation.
-
Send Invitation
Click Invite member and enter:
- Email address
- Role will be
OrgAdminautomatically
-
Member Accepts Invitation
The invited member receives an email with:
- Link to create their Aerospike Cloud account through Auth0
- Instructions for first-time login
- Your organization name for verification
-
Confirm Access
Once accepted, the member appears in your Members list with their assigned role.
Managing Existing Members
Viewing Member Status
In the Members tab, you can see:
- Active members: Currently have access
- Pending invitations: Sent but not yet accepted
- Revoked access: Previously removed members
Modifying Member Access
For CloudAdmin members:
- Find the member in the Members list
- Click the Remove button (trash icon)
- Confirm the removal in the dialog
- Member access is immediately revoked
For CloudOwner members:
- Cannot be removed through console
- Contact Aerospike support for account ownership transfer
- Find the pending invitation in the Members list
- Click Revoke Invitation
- The invitation link becomes invalid
- You can send a new invitation if needed
Authentication
- Single Sign-On: Members can use existing Google account
- Username/password: Members can also create a username and password account
- Session Management: Automatic logout after inactivity
Best Practices
Member Management
- ✅ Limit CloudOwner accounts to as few people as possible
- ✅ Remove members promptly when they leave your team
- ✅ Regular access reviews quarterly or when team changes
Security Guidelines
- ✅ Use corporate email addresses for easier management
- ❌ Don’t share accounts - each person needs their own login
Troubleshooting
Member cannot accept invitation
ISSUE
A member clicks the invitation link but gets an error.
SOLUTION
- Verify the member does not already have an Auth0 account with that email.
- Try incognito or private browsing to avoid cached sessions.
- Revoke and resend the invitation if the other steps do not resolve the issue.
Member lost access
ISSUE
A member who previously had access cannot log in.
SOLUTION
- Check the Members list to confirm the member is still active.
- Verify the member is using the correct email address.
- Have the member try a password reset through Auth0.
Cannot remove CloudOwner
ISSUE
You need to change organization ownership but cannot remove the CloudOwner role.
SOLUTION
- Contact Aerospike support with your account details.
- Provide the new owner email address and verification.
- Support coordinates the transfer securely.
Integration with Database Users
Cloud member can create and manage database users but they serve different functions:
| User Type | Purpose | Authentication | Managed Via |
|---|---|---|---|
| Cloud Member | Manage cloud resources | Auth0 (SSO) | Cloud Console |
| Database User | Access database data | Aerospike credentials | Console or API |
Next steps: