JSON file for creating the user account with no roles
Here’s the content of the JSON file that creates a user account with the username pblack
. The name of the file is pblack-UA.json. For the password for this account, the sample application specifies start123
.
{ "username" : "pblack", "fullName" : "Paris Black", "description" : "Data access user.", "localAuthentication" : true, "forcePasswordChange" : false, "enabled" : true }