Creates a new assigned group in Azure Active Directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Type | In | InArgument<UiPath.AzureActiveDirectory.Contracts.Groups.GroupType> |
✓ | ||
| Name | In | InArgument<String> |
✓ | ||
| Description | In | InArgument<String> |
|||
| MailNickname | In | InArgument<String> |
✓ | ||
| MailEnabled | In | InArgument<Boolean> |
✓ | ||
| SecurityEnabled | In | InArgument<Boolean> |
✓ | ||
| Visibility | In | InArgument<String> |
|||
| Group | Out | OutArgument<UiPath.AzureActiveDirectory.Contracts.Groups.GroupInfo> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a group from Azure Active Directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupId | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets detailed information about the groups matching a filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Top | In | InArgument<Int32> |
|||
| ODataFilter | In | InArgument<String> |
|||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets detailed information about a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupId | In | InArgument<String> |
✓ | ||
| Group | Out | OutArgument<UiPath.AzureActiveDirectory.Contracts.Groups.GroupInfo> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets detailed information about the first group having the specified displayed name.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| Group | Out | OutArgument<UiPath.AzureActiveDirectory.Contracts.Groups.GroupInfo> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Checks if a group exists in Azure Active Directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Name | In | InArgument<String> |
✓ | ||
| Exists | Out | OutArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Updates the properties of an existing group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Group | In | InArgument<UiPath.AzureActiveDirectory.Contracts.Groups.GroupInfo> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Adds a group to a lifecycle policy.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupId | In | InArgument<String> |
✓ | ||
| LifecyclePolicyId | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Creates a lifecycle policy for an Office 365 group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupLifetimeInDays | In | InArgument<Int32> |
✓ | ||
| AlternateNotificationEmails | In | InArgument<String> |
✓ | ||
| ManagedGroupTypes | In | InArgument<UiPath.AzureActiveDirectory.Contracts.Groups.LifecyclePolicies.ManagedGroupTypes> |
✓ | ||
| LifecyclePolicy | Out | OutArgument<UiPath.AzureActiveDirectory.Contracts.Groups.LifecyclePolicies.LifecyclePolicyInfo> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a lifecycle policy.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| LifecyclePolicyId | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each lifecycle policy.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Checks whether a group is member of a lifecycle policy.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupId | In | InArgument<String> |
✓ | ||
| LifecyclePolicyId | In | InArgument<String> |
✓ | ||
| IsMember | Out | OutArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes a group from a lifecycle policy.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupId | In | InArgument<String> |
✓ | ||
| LifecyclePolicyId | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Updates an existing lifecycle policy.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| LifecyclePolicy | In | InArgument<UiPath.AzureActiveDirectory.Contracts.Groups.LifecyclePolicies.LifecyclePolicyInfo> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Adds a member to a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupId | In | InArgument<String> |
✓ | ||
| MemberId | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each group which is a direct member of a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupId | In | InArgument<String> |
✓ | ||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each parent group of the specified group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupId | In | InArgument<String> |
✓ | ||
| Transitive | In | InArgument<Boolean> |
✓ | ||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each user which is a direct member of a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupId | In | InArgument<String> |
✓ | ||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Checks whether a given object belongs to a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ObjectId | In | InArgument<String> |
✓ | ||
| GroupId | In | InArgument<String> |
✓ | ||
| RecurseIntoChildGroups | In | InArgument<Boolean> |
✓ | ||
| IsMember | Out | OutArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes a member from a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupId | In | InArgument<String> |
✓ | ||
| MemberId | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Adds an owner to a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupId | In | InArgument<String> |
✓ | ||
| OwnerId | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each user which is an owner of the group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupId | In | InArgument<String> |
✓ | ||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Checks whether a given object is an owner of a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| OwnerId | In | InArgument<String> |
✓ | ||
| GroupId | In | InArgument<String> |
✓ | ||
| IsOwner | Out | OutArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes an owner from a group.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| GroupId | In | InArgument<String> |
✓ | ||
| OwnerId | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Adds a user or a service principal to a directory role.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MemberId | In | InArgument<String> |
✓ | ||
| RoleId | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each directory role that is activated in the tenant.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Top | In | InArgument<Int32> |
|||
| ODataFilter | In | InArgument<String> |
|||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each user that is a member of a directory role.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| RoleId | In | InArgument<String> |
✓ | ||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Checks whether a given user or service principal is in a directory role.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MemberId | In | InArgument<String> |
✓ | ||
| RoleId | In | InArgument<String> |
✓ | ||
| IsObjectInRole | Out | OutArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes a user or a service principal from a directory role.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| MemberId | In | InArgument<String> |
✓ | ||
| RoleId | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Provides an application permission scope for other Azure Active Directory activities. Activities executed using an application scope are executed on behalf of an application.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| ClientSecret | In | InArgument<Security.SecureString> |
✓ | ||
| TenantId | In | InArgument<String> |
✓ | ||
| ClientId | In | InArgument<String> |
✓ |
Provides a delegated permission scope for other Azure Active Directory activities. Activities executed using a delegated scope are always executed on behalf of an authenticated user.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Username | In | InArgument<String> |
✓ | ||
| Password | In | InArgument<Security.SecureString> |
✓ | ||
| TenantId | In | InArgument<String> |
✓ | ||
| ClientId | In | InArgument<String> |
✓ |
Creates a new user account in Azure Active Directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Enabled | In | InArgument<Boolean> |
✓ | True |
|
| MailNickname | In | InArgument<String> |
✓ | ||
| UserPrincipalName | In | InArgument<String> |
✓ | ||
| Name | In | InArgument<String> |
✓ | ||
| FirstName | In | InArgument<String> |
|||
| LastName | In | InArgument<String> |
|||
| InitialPassword | In | InArgument<String> |
✓ | ||
| ForcePasswordChangeNextLogin | In | InArgument<Boolean> |
✓ | ||
| ForcePasswordChangeNextLoginMfa | In | InArgument<Boolean> |
✓ | ||
| JobTitle | In | InArgument<String> |
|||
| Department | In | InArgument<String> |
|||
| User | Out | OutArgument<UiPath.AzureActiveDirectory.Contracts.Users.UserInfo> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Deletes a user from Azure Active Directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserIdOrUpn | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each user matching a filter criteria.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| Top | In | InArgument<Int32> |
|||
| ODataFilter | In | InArgument<String> |
|||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each group the user is a direct member of.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserIdOrUpn | In | InArgument<String> |
✓ | ||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each directory role the user is a member of.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserIdOrUpn | In | InArgument<String> |
✓ | ||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets detailed information about a user.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserIdOrUpn | In | InArgument<String> |
✓ | ||
| User | Out | OutArgument<UiPath.AzureActiveDirectory.Contracts.Users.UserInfo> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Resets the password of a user account.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserIdOrUpn | In | InArgument<String> |
✓ | ||
| Password | In | InArgument<String> |
✓ | ||
| ForcePasswordChangeNextLogin | In | InArgument<Boolean> |
✓ | ||
| ForcePasswordChangeNextLoginMfa | In | InArgument<Boolean> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Updates the properties of an existing user.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| User | In | InArgument<UiPath.AzureActiveDirectory.Contracts.Users.UserInfo> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Checks if a user exists in Azure Active Directory.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserIdOrUpn | In | InArgument<String> |
✓ | ||
| Exists | Out | OutArgument<Boolean> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Assigns a license for a user.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserIdOrUpn | In | InArgument<String> |
✓ | ||
| LicenseID | In | InArgument<String> |
✓ | ||
| DisabledServicePlans | In | InArgument<String[]> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Removes a license for a user.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserIdOrUpn | In | InArgument<String> |
✓ | ||
| LicenseID | In | InArgument<String> |
✓ | ||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Performs an activity or a series of activities on each direct report of a user.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserIdOrUpn | In | InArgument<String> |
✓ | ||
| CurrentIndex | Out | OutArgument<Int32> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Gets the user's manager.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserIdOrUpn | In | InArgument<String> |
✓ | ||
| Manager | Out | OutArgument<UiPath.AzureActiveDirectory.Contracts.DirectoryObjectInfo> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |
Sets the user's manager.
Arguments
| Name | Dir | Type | Req | Default | Description |
|---|---|---|---|---|---|
| UserIdOrUpn | In | InArgument<String> |
✓ | ||
| ManagerIdOrUpn | In | InArgument<String> |
|||
| ConnectionId | In | InArgument<String> |
Properties
| Name | Kind | Type | Description |
|---|---|---|---|
| Connector | property | String |
|
| BindingsKey | property | String |
|
| BindingsVersion | property | String |
|
| ConnectionClient | property | UiPath.ConnectionClient.IConnectionClient |