GetUser

Description

This activity allows to get the informations of a User or a BusinessRole.


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

CanConfigure OutArgument<Boolean>

Indicates if the user has access to the DocsMarshal configuration area or not.

The email of the user.

Enabled OutArgument<Boolean>

Indicates if the user is enabled or not.

ExpirationDate OutArgument<DateTime?>

The date after which the user will no longer be able to log into DocsMarshal.

FirstName OutArgument<String>

The first name of the user.

FirstNameLastName OutArgument<String>

The first name and the last name of the user in an unique string "Name Surname"

LastName OutArgument<String>

The last name of the user.

LastNameFirstName OutArgument<String>

The last name and the first name of the user in an unique string "Surname Name"

MobilePhone OutArgument<String>

The mobile phone number of the user.

The username of the user.

Result OutArgument<User>

SecurityIdentityId InArgument<Int32> REQUIRED

The Id of the user or the business role to get. The result of the activity is the object representing the obtained User.

StaticSessionId OutArgument<String>

The Static session id is used to authenticate in a DocsMarshal external page without being redirected to the login page.

VirtualUser OutArgument<Boolean>

Indicates if the given security identity is a BusibessRole (TRUE) or a User (FALSE).