iPaaS: Searching for technicians and updating an attribute
I want to search for people who are responsible for tickets and update a custom attribute for them.
There does not appear to be a way to find people with a technician's license. Right now, I'm using a search users by group, but it's imperfect.
There does not be a way to patch a user.
How do you patch a specific user attribute? I'm cautious about sending empty data back in an update user call because it might remove data.
Answers (2)
This is sort of a variation on this question, but it's not clear to me how to update the custom attribute in iPaaS, specifically.
Easier said than done! Because you can't change the result of a user record GET directly.
I converted to JSON, then to a Group, with key attribute properties defined so that I could assign them in the model. Then I could update the group object with the desired value, and use the group object to populate the attributes in the user update.