Agent Creates New Account
How it works
Setup Guide
1

2
Create new users through the API for the following roles:
- viewer
- editor
- admin
Use the following curl request:
curl -X POST https://staging.example.com/api/admin/users \
-H "x-api-key: test-admin-key" \
-H "Content-Type: application/json" \
-d '{"email":"[email protected]","password":"password","role":"editor"}'
Always create a unique email and a secure password.Create three new accounts via the signup form at https://staging.example.com/signup.
For each account:
1. Click "Sign up".
2. Enter a unique email and a strong password.
3. Submit the form and complete any onboarding screens.
Create one account per role (viewer, editor, admin) by selecting the matching plan during signup.
3
1. Navigate to https://staging.example.com/login
2. Enter username: <generated_username>
3. Enter password: <generated_password>
4. Click "Log In"
Success criteria: The login is successful and the dashboard is visible.4
Tips & Best Practices
Troubleshooting
Need help?
Last updated
Was this helpful?