Openapi
Create a user account and start the standard confirmation flow.
application/json
Email and password used to create a new user.
TypeScript Definitions
Use the request body type in TypeScript.
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/auth/signup" \ -H "Content-Type: application/json" \ -d '{ "email": "new.user@example.com", "password": "Password123!", "firstName": "New", "lastName": "User", "redirectPath": "/dashboard" }'{ "email": "user@example.com", "status": "confirmation_sent", "user": { "createdAt": "2019-08-24T14:15:22Z", "email": "user@example.com", "emailVerified": true, "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "lastSignInAt": "2019-08-24T14:15:22Z" }}email8 <= length <= 721 <= length <= 1281 <= length <= 128