Admin
Create User
Create a new system user
POST
Create a new admin/system user with specified role. Only system administrators can create users.
Request
string
required
Bearer <token> - System Admin JWTBody Parameters
string
required
Email address for login
string
required
Password (min 8 chars, uppercase, lowercase, number, special char)
string
required
First name
string
required
Last name
string
Phone number for notifications
string
required
User role (see valid roles below)
boolean
Grant access to PEP accounts
Valid Roles
Response
boolean
Whether user was created
string
New user ID
string
Status message
object
Created user details
Examples
Notes
Errors
Authorizations
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Body
application/json
User details