MailAccountGrantSearch

Description

With this activity you can get the list of grants a user has on a specific mail account.

  • MailAccountId and MailAccountExternalId cannot be used together.
  • SecurityIdentityId, UserExternalId, UserGroupExternalId and BusinessRoleExternalId cannot be used together

Videos:


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.

Mail Account

MailAccountExternalId InArgument<String>

The Mail Account ExternalId of the grant you want to search

MailAccountId InArgument<Guid>

The Mail Account Id of the grant you want to search


Output

Grants OutArgument<List<MailAccountGrant>> REQUIRED

The list of grants resulting from the search.


Security Identity

BusinessRoleExternalId InArgument<String>

The ExternalId of a BusinessRole.

SecurityIdentityId InArgument<Int32>

The Id of a user, UserGroup or BusinessRole.

UserExternalId InArgument<String>

The ExternalId of a user.

UserGroupExternalId InArgument<String>

The ExternalId of a UserGroup.