wfm.ConfigUserAbsence
This job defines one or more users as absent/present and notifies all servers and enaio® editor-for-workflow.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
STRING |
Yes |
Organization of the users |
|
BASE64 |
Yes |
User list in XML format (see below) |
3. Example
Structure of Users:
<Users>
<User Id="" Absent="1"/>
<User Id="" Absent="0"/>
</Users>
User structure with the following attributes:
-
Id(STRING): ID of the user -
Absent(INT): Flag-
0= user is present -
1= user is absent
-