MetaDataAssist 2.0 GetUsers [deprecated]
Returns all users which satisfy the given user roles (e.g. 'Reviewer') and department filter (if these filters are specified). This list of users is most often used for filling fields linked to users.
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant. |
| psRightFilter | String | In | Indicates those user roles the user must posess. |
| psDepartmentFilter | String | In | Indicates the name of the department the user must belong to. |
| pasOutUserNames | StringArray | InOut | String array with user names |
Requirements are:
- Allowed values for
psRightFilterare user roles which are defined in theDCAPABILITIESlist of values. When an empty string is provided, no filter will be applied. - Allowed values for
psDepartmentFilterare user groups which are defined in theROLESlist of values. When an empty string is provided, no filter will be applied.