Create account with email and password
users
Create account with email and password
Creates a new user account using email and password credentials. Password must meet minimum strength requirements and terms of service must be accepted.
POST
Create account with email and password
Documentation Index
Fetch the complete documentation index at: https://docs.platform.arb.inc/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
User's email address (1-320 characters)
Example:
"user@example.com"
User's password (8-20 characters, must meet strength requirements)
Example:
"SecurePass123!"
User's first name (1-100 characters)
Example:
"John"
ISO 8601 timestamp when user accepted terms of service
Example:
"2025-08-15T10:30:00.000Z"
User's last name (1-100 characters, optional)
Example:
"Doe"
Response
Account successfully created