JSON file for creating the user account with the compliance and monitor roles
Here’s the content of the JSON file that creates a user account with the monitor and compliance roles. The name of the file is mwhite-UA.json. For the username and password for this account, the sample application specifies mwhite
and start123
, respectively.
{ "username" : "mwhite", "fullName" : "Morgan White", "description" : "Compliance officer.", "localAuthentication" : true, "forcePasswordChange" : false, "enabled" : true, "roles" : { "role" : [ "COMPLIANCE", "MONITOR" ] } }