UserGroup 2.5 Update
This topic describes the function which can be used to update an user group
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. |
| psUserGroupId | String | In | The element name of the user group (e.g. VUSERGROUPDEFAULTDEPARTMENT) |
| psXMLMetaData | String | In | Metadata XML structure with the metadata that will be set on the current object |
Requirements are:
- Only an 'Administrator' user can update an user group.
Note that:
- User groups can be used to define access management.
- The
levelattribute on theishfieldelement must be 'none'. - In order to rename the user group you can add the field
FISHUSERGROUPNAMEwith the new user group name topsXMLMetaData. - To deactivate the user group, add the following statement to
psXMLMetaData<ishfield name='FISHOBJECTACTIVE' level='none' ishvaluetype='element'>FALSE</ishfield>