Was this helpful?
Creates a new user in Azure AD B2C using Microsoft Graph API
POST /auth/register HTTP/1.1 Host: api.laminar.run Content-Type: application/json Accept: */* Content-Length: 71 { "email": "text", "password": "text", "firstName": "text", "lastName": "text" }
OK
{}