Is there a way to update parts of the Users table via the PowerSchool API? In particular I want to change the teacherloginid.
I've tried making a PUT to both /ws/schema/table/users and /ws/v1/staff but both give a 405 method not allowed.
Is there something I'm missing or is this table just not modifiable via the API?
You could do a Quick Import into the Teachers table. I imagine it would be a lot easier.
Thanks for the quick reply!
Can quick imports be automated? The reason I'm hoping to do it with an API is because the teacherloginid is regularly being set incorrectly for new staff (tilde followed by numbers and letters instead of first.last) and I was hoping to check for this and correct it nightly without any manual intervention. I thought quick imports needed to be done manually through the UI but if not it might work.