PermissionRequired
Example
{
	"code": "PermissionRequired",
	"target": "Unknown",
	"details": [
		{
			"code": "PermissionRequired",
			"number": 49,
			"message": "Not permitted",
			"description": "Permission -0- not available for role -1-",
			"faultCode": "Client",
			"helpLink": "http://developer.avalara.com/avatax/errors/PermissionRequired",
			"severity": "Exception"
		}
	]
}
Explanation

This indicates that the user does not have permission to perform this action. Different users and administrators have varying access to features such as updating account information or creating new tax rules. These permissions are based on the role of the user. The user’s role can be found in position -1- and the denied action is at position -0- of the error.