1

Is it possible to edit a person (changing the value of the sEmail field for instance) via the API?

I have read the API docutmentation but I could not find any relevant operation described there.

flag

1 Answer

3

There is an editPerson cmd you can use. Send the ixPerson of the person you wish to modify, along with any of the following parameters:

sFullName, sEmail, fDeleted, nType, sPassword, fNotify, sPhone, sHomepage, sLocale, sLanguage, sTimeZoneKey, sSnippetKey

Any parameters you omit will keep their original values. You have to be admin to use this command.

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.