JSON file for granting data access permissions to the user account
Here’s the content of the JSON file that grants data access permissions to the user account with the username pblack
. The name of the file is pblack-UAperms.json.
{ "namespacePermission" : [ { "namespaceName" : "Accounts-Receivable", "permissions" : { "permission" : [ "BROWSE", "READ", "SEARCH", "PURGE", "DELETE", "WRITE" ] } }, { "namespaceName" : "Accounts-Payable", "permissions" : { "permission" : [ "BROWSE", "READ" ] } } ] }