In the rest client I am attempting to run a get on /api/v1/firmware/DimmDescriptors
when I click send without any query parameters I get a 403 error. I am logged in with the role of an account administrator
{
"code": "UnauthorizedOperation",
"message": "You do not have the required privileges to perform this operation.",
"messageId": "iam_insufficient_privileges",
"messageParams": {},
"traceId": "NB7cae93ac478b3a0150431c78951f6a90"
However if I do a get on: Read a 'adapter.HostEthInterface' resource. It returns a 200 success...