To register a new user, the flow service calls the POST /{{envID}}/flows/{{flowID}}
endpoint operation and uses the application/vnd.pingidentity.user.register+json
custom media type in the Content-type HTTP request header to identify the action.
The register user action requires the username
, email
, and password
user schema properties in the request body to set up the new user account.