Google AdminDirectory api in not updating addresses
问题 I am trying to update user's reach profile attributes with below apps script. It is updating all fields except only addresses. Kindly suggest if I am missing anything. Below is the part of code: var resource = { organizations: [{title: designation, department: department, }], addresses: [ { locality: "Pune", streetAddress:"Kothrud", postalCode:"411038", primary:true, region:"Maharashtra", type: "work", } ], phones: [{ type: "work", value: phone, }, { type: "mobile", value: mobile, }, {