DMConfig_UserGroupUpdate

Description

This activity allows to update properties of a UserGroup that already exists in the specified DocsMarshal installation.

It is enough to set only properties whose value you want to change. Each of the left empty parameters will be ignored and the corresponding value of the user group won't be changed.


Destination

UserGroupExternalId InArgument<String>

The ExternalId of the UserGroup to be modified. If Id and ExternalId have both a value only the Id will be considered.

UserGroupId InArgument<Int32?>

The Id of the UserGroup to be modified. If Id and ExternalId have both a value only the Id will be considered.


DocsMarshal Connection

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.

Misc

Description InArgument<String>

The description of the UserGroup. Here we briefly explain what the group is for and which users could be join it.

ExternalId InArgument<String>

The first ExternalID of the user group.

The first name of the user group.


Required

Enabled InArgument<Boolean>

Sets if the user group is enabled or not.