Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Function and usage > User profile management

addUserProfile

Scroll Prev Top Next More

Create user profiles

The method addUserProfile creates a new user profile in JobRouter.

To do so, a user profile object has to be created, initialized with the user profile 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. The id field can also contain a value. If no ID is passed, it will use the highest preexisting ID incremented by one.

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

In case a user profile already exists with the same ID, 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 created successfully, otherwise false