Step 12: Create user

POST {{apiPath}}/environments/{{envID}}/users

Request Body

{"email"=>"do-not-send@example.com", "name"=>{"given"=>"Test", "family"=>"ProfileFormUser"}, "population"=>{"id"=>"{{ProfileFormPopID}}"}, "username"=>"profileForm_user_{{$timestamp}}"}

HEADERS

KeyDatatypeRequiredDescription
content-typestring