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 |
User profile |
Return value: bool; true, if the user profile was updated successfully, otherwise false