Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Function and usage > User management

removeJobFunctionFromUser

Scroll Prev Top Next More

Delete a JobFunction allocation of a user

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

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 a synchronized Job Function or in case the user does not belong to this Job Function.

Method reference

Parameters

Data type

Description

userName

string

Username

jobFunction

string

Job Function

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