Request all assigned Job Functions for all users
The method getUsersJobFunctions returns all Job Functions of all users in JobRouter. When this method is used, no data must be passed as a search filter.
The return value consists of a list of users and their assigned Job Functions.
In case no users exist in JobRouter, an error message will be returned.
Request all assigned Job Functions for a specific user
The method getUsersJobFunctions allows you, next to returning all JobFunction allocations of all users, to limit the amount of returned users and their allocated Job Functions by setting a search filter.
The return value consists of a list of users and their assigned Job Functions.
In case there are no users found that match the search filter criteria during the request, an error message will be returned.
Method reference
Parameters |
Data type |
Description |
|---|---|---|
kvpList |
Array with the search data as key value pair |
Return value: ServiceObject_KeyStringValueCollection[]; Array with KeyStringValueCollection objects