Our institution has disabled changing the user profile via the Canvas UI. As a result our faculty can no longer change their titles when a change is needed.
I've been using the Live API to show our faculty admin group how to set a new Title, but so far cannot figure out how to use it to remove the title altogether. Leaving the user[title] parameter blank or with a space character doesn't do it. I'm assuming it's because that the form input in the live API application page sanitizes the inputs.
I can get Postman to send user[title]="" in the PUT request and that removes it. Is there any way to do this with the Live API? I would rather not have to support teaching people about how to use the Postman client.