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

OrganisationId

STRING

Yes

Organization of the users

Users

BASE64

Yes

User list in XML format (see below)

2. Return Value

(INT): 0 = Job successful, otherwise error code.

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