AddUserInGroup

Description

This activity add a user to an existing user group in DocsMarshal.


Misc

GroupId InArgument<Int32> REQUIRED

The ID of the group the user is to join.

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.

UserId InArgument<Int32> REQUIRED

The ID of the user who is to join the group.