Admin
Create User
Create a new system user
POST
Documentation Index
Fetch the complete documentation index at: https://docs.vultlocal.com/llms.txt
Use this file to discover all available pages before exploring further.
Create a new admin/system user with specified role. Only system administrators can create users.
Request
Bearer <token> - System Admin JWTBody Parameters
Email address for login
Password (min 8 chars, uppercase, lowercase, number, special char)
First name
Last name
Phone number for notifications
User role (see valid roles below)
Grant access to PEP accounts
Valid Roles
| Role | Description |
|---|---|
system_admin | Full system access |
compliance_user | Compliance monitoring |
support_user | Customer support |
sales_user | Sales operations |
audit_user | Audit/reporting access |
super_agent | Agent network manager |
sub_agent | Field agent |
Response
Whether user was created
New user ID
Status message
Created user details
Examples
Notes
Errors
| Status | Code | Description |
|---|---|---|
| 400 | INVALID_REQUEST | Invalid request or weak password |
| 403 | FORBIDDEN | Not authorized to create users |
| 409 | USER_EXISTS | User with email already exists |
Authorizations
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Body
application/json
User details