v1
latestOpenAPI 3.1.02026-08-063776831.4 MBUser
Create User
Creates a new user in both Auth0 and DAL with validation
post/users
Headers
tenant-idstring
Request body
Example request
{
"email": "user@example.com",
"password": "password123",
"firstName": "John",
"lastName": "Doe"
}Response
User created successfully