Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Function and usage > User profile management

updateUserProfile

Scroll Prev Top Next More

Edit user profiles

The method updateUserProfile updates the data of a user profile in JobRouter.

To do so, a user profile object has to be created, initialized with the modified data and passed to the method during the request. Key value pairs can be used for the profile settings via the userProfileData property. The available keys are summarized in the method reference.

In case the request is successful, it returns the boolean value true.

In case the requested user profile does not exist, an error message will be returned.

Method reference

Parameters

Data type

Description

soUserProfile

ServiceObject_UserProfile

User profile

Return value: bool; true, if the user profile was updated successfully, otherwise false