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.
|
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. |
||
|
|
|
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:
Any parameters you omit will keep their original values. You have to be admin to use this command. |
||
|
|