Closed bp88 closed 2 years ago
Looks like the following is needed:
The missing one which I still don't understand why it fixes the issue:
Hope this helps someone who may be running into this error.
@bp88 You've got it exactly. Update permissions on Users is an odd one.
Here's a document from Jamf that explains the various permissions needed to perform various tasks. https://developer.jamf.com/jamf-pro/docs/classic-api-minimum-required-privileges-and-endpoint-mapping
From that page:
/computers/id/{id} | POST Create - Computers Create - Users
/computers/id/{id} | PUT Update - Computers Update - Users
I have plans to document exactly what permissions are required to perform various tasks in MUT, but have not gotten around to it yet.
What are the exact permissions that MUT needs? I've provided limited READ and UPDATE permissions on the Jamf account we're using and we continually get the following 409 failure when uploading the Computer template CSV. To test things out, the CSV only contains one record where the PO Number and PO Date are being updated.
We're using MUT v6.0.0.
If it makes any difference, I've tried cloning the Jamf account. I've tried re-saving the Jamf account. I've tried playing with some of the basic permissions the account has.
I've been reviewing older issues and posts on Jamf Nation with no solution.