cURL
curl --request POST \ --url https://api.console.corti.app/functions/v1/public/projects/{projectId}/customers/{customerId}/users \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "email": "[email protected]", "firstName": "John", "lastName": "Doe", "password": "My$ecureP@ssw0rd123!" }'
{ "id": "123e4567-e89b-12d3-a456-426614174000", "email": "[email protected]", "firstName": "John", "lastName": "Doe", "emailVerified": true, "enabled": true, "createdAt": "2023-10-01T12:00:00Z" }
16 - 64
Was this page helpful?