DMConfig_UserGet

Description

This activity allows to get a single User given its Id or ExternalId.


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

Result OutArgument<User>

UserExternalId InArgument<String>

The ExternalID of the user to get. If UserId and UserExternalId are filled in at the same time, UserExternalId will be ignored.

UserId InArgument<Int32?>

The ID of the user to get. If UserId and UserExternalId are filled in at the same time, UserExternalId will be ignored.