Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Function and usage > Job Function management

removeUserFromJobFunction

Scroll Prev Top Next More

Delete a Job Function allocation

The method removeUserFromJobFunction deletes the allocation between the entered user and Job Function.

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

In case the requested user or Job Function does not exist, an error message will be returned. An error message will also be returned when you try to delete an allocation of a synchronized Job Function or in case the user does not belong to this Job Function.

Method reference

Parameters

Data type

Description

jobFunction

string

Job Function

userName

string

Username

Return value: bool; true, if the Job Function allocation was deleted successfully, otherwise false