wfm.AdminGetUserProcesses
This job returns all users of a specific organization for which work items are present in the inbox.
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
OrganisationId |
STRING |
Yes |
ID of the organization. |
3. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
BASE64 |
— |
List of all users in XML format. |
Structure of Users
<Users>
<User Id="" Name="" ProcessCount=""/>
<User Id="" Name="" ProcessCount=""/>
</Users>
Detailed description of User attributes:Id (STRING) — ID of the user.Name (STRING) — Name of the user.ProcessCount (INT) — Number of processes of the user for which work items are present in the inbox.
|