GetUsersByWorklist |
This method is used to get all the users belonging to the specified worklist.
SOAP Request
<GetUsersByWorklist xmlns="http://schemas.cordys.com/notification/workflow/1.0">
<WorklistId>{D5ADB0A6-3663-4D86-B37D-FE8918C2302D}</WorklistId>
</GetUsersByWorklist>
<GetUsersByWorklist xmlns="http://schemas.cordys.com/notification/workflow/1.0">
<WorklistId>{D5ADB0A6-3663-4D86-B37D-FE8918C2302D}</WorklistId>
</GetUsersByWorklist>
Request Parameters
Parameter |
Description |
Data Type |
Accepted Input Values |
|---|---|---|---|
WorklistId |
Unique Id of the Work List |
|
WorklistId can be obtained by executing the GetWorklistsOperation method. |
SOAP Response
<GetUsersByWorklistResponse
xmlns="http://schemas.cordys.com/notification/workflow/1.0" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<tuple>
<old>
<User>
<UserDN>cn=JDoe,cn=organizational users,o=system,cn=cordys,cn=D1161,o=vanenburg.com</UserDN>
</User>
</old>
</tuple>
<tuple>
<old>
<User>
<UserDN>cn=John,cn=organizational users,o=system,cn=cordys,cn=D1161,o=vanenburg.com</UserDN>
</User>
</old>
</tuple>
</GetUsersByWorklistResponse>
<GetUsersByWorklistResponse
xmlns="http://schemas.cordys.com/notification/workflow/1.0" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<tuple>
<old>
<User>
<UserDN>cn=JDoe,cn=organizational users,o=system,cn=cordys,cn=D1161,o=vanenburg.com</UserDN>
</User>
</old>
</tuple>
<tuple>
<old>
<User>
<UserDN>cn=John,cn=organizational users,o=system,cn=cordys,cn=D1161,o=vanenburg.com</UserDN>
</User>
</old>
</tuple>
</GetUsersByWorklistResponse>
Response Parameters
Parameter |
Description |
|---|---|
UserDN |
Contains the DN of the users of the specified work list. |