Help Updating User info with Python and requests library.

user-BnwvXRTFPO
New Contributor

I am new to the Jamf API, I am confused with the documentation. Could someone point me in the right direc
823bb1a6dd8c4237af623482732fb3b2
tion for posting/updating the user info of a computer with the API?

3 REPLIES 3

Tribruin
Valued Contributor II

Have you looked at Postman? It a great utility for building API calls. Once you download it, you can add the Jamf Pro Classic API Collection. Postman allows you to make test calls and then provides the proper code to implement in your own scripts (cURL, Python, etc.)

user-BnwvXRTFPO
New Contributor

I thought the classic api was no longer valid.

Tribruin
Valued Contributor II

No, it is still valid. From my understanding, the new API is still a work in progress. I have not heard anything from Jamf that the classic API will be deprecated any time soon.