Google Apps Script: How to edit Xml to send to profile API update

qwerty135

New Member
I'm trying to update a domain user with google scripts, I'm successfully retrieving the user through the Google Profile API, but then I need to call the update operation and I need to send the Xml with my modifications.I'm working with Xml Services but they seem to be just for reading xml.How can I update my Xml object to send it to the update operation of the Profile API?
 
Back
Top