Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Function and usage > User profile management

getUserProfile

Scroll Prev Top Next More

Request an individual user profile

The method getUserProfile returns the data of the requested user profile.

Per request the contents of the display settings for the user profiles can be returned.

The return value consists of a user profile object. Through this object all user profile data and display settings of the user profiles can easily be accessed.

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

Method reference

Parameters

Data type

Description

id

int

User profile ID

includeUserProfileData

bool        

Flag for the advanced profile data to be returned additionally

Return value: ServiceObject_UserProfile; Userprofile object