Description
Update User Information web service is used to update user information like firstName, lastName.
Parameters
The following parameters are required in this web service.
organizationId: Defines the Organization Id of an Organization where that user exist.
username: Defines a unique username which will gives the existing user to be update.
firstName: Defines the first name to be updated of existing user on given username.(Optional)
lastName: Defines the last name to be updated of existing user on given username.(Optional)