uips-fixtures UiPath.AzureActiveDirectory.Activities 1.6.3

45 activities · uips-fixtures catalog v0.3 · generated 2026-04-11T08:33:04Z

Create Assigned Group
UiPath.AzureActiveDirectory.Activities.AzureADCreateAssignedGroup
Identity Services.Azure Active Directory.Groups

Creates a new assigned group in Azure Active Directory.

Arguments

NameDirTypeReqDefaultDescription
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

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Delete Group
UiPath.AzureActiveDirectory.Activities.AzureADDeleteGroup
Identity Services.Azure Active Directory.Groups

Deletes a group from Azure Active Directory.

Arguments

NameDirTypeReqDefaultDescription
GroupId In InArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each Group
UiPath.AzureActiveDirectory.Activities.AzureADForEachGroup
Identity Services.Azure Active Directory.Groups

Gets detailed information about the groups matching a filter criteria.

Arguments

NameDirTypeReqDefaultDescription
Top In InArgument<Int32>
ODataFilter In InArgument<String>
CurrentIndex Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Get Group by Id
UiPath.AzureActiveDirectory.Activities.AzureADGetGroupById
Identity Services.Azure Active Directory.Groups

Gets detailed information about a group.

Arguments

NameDirTypeReqDefaultDescription
GroupId In InArgument<String>
Group Out OutArgument<UiPath.AzureActiveDirectory.Contracts.Groups.GroupInfo>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Get Group by Name
UiPath.AzureActiveDirectory.Activities.AzureADGetGroupByName
Identity Services.Azure Active Directory.Groups

Gets detailed information about the first group having the specified displayed name.

Arguments

NameDirTypeReqDefaultDescription
Name In InArgument<String>
Group Out OutArgument<UiPath.AzureActiveDirectory.Contracts.Groups.GroupInfo>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Group Exists
UiPath.AzureActiveDirectory.Activities.AzureADGroupExists
Identity Services.Azure Active Directory.Groups

Checks if a group exists in Azure Active Directory.

Arguments

NameDirTypeReqDefaultDescription
Name In InArgument<String>
Exists Out OutArgument<Boolean>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Update Group
UiPath.AzureActiveDirectory.Activities.AzureADUpdateGroup
Identity Services.Azure Active Directory.Groups

Updates the properties of an existing group.

Arguments

NameDirTypeReqDefaultDescription
Group In InArgument<UiPath.AzureActiveDirectory.Contracts.Groups.GroupInfo>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Add Group to Lifecycle Policy
UiPath.AzureActiveDirectory.Activities.AzureADAddGroupToLifecyclePolicy
Identity Services.Azure Active Directory.Groups.Lifecycle Policies

Adds a group to a lifecycle policy.

Arguments

NameDirTypeReqDefaultDescription
GroupId In InArgument<String>
LifecyclePolicyId In InArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Create Lifecycle Policy
UiPath.AzureActiveDirectory.Activities.AzureADCreateLifecyclePolicy
Identity Services.Azure Active Directory.Groups.Lifecycle Policies

Creates a lifecycle policy for an Office 365 group.

Arguments

NameDirTypeReqDefaultDescription
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

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Delete Lifecycle Policy
UiPath.AzureActiveDirectory.Activities.AzureADDeleteLifecyclePolicy
Identity Services.Azure Active Directory.Groups.Lifecycle Policies

Deletes a lifecycle policy.

Arguments

NameDirTypeReqDefaultDescription
LifecyclePolicyId In InArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each Lifecycle Policy
UiPath.AzureActiveDirectory.Activities.AzureADForEachLifecyclePolicy
Identity Services.Azure Active Directory.Groups.Lifecycle Policies

Performs an activity or a series of activities on each lifecycle policy.

Arguments

NameDirTypeReqDefaultDescription
CurrentIndex Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Is Group in Lifecycle Policy
UiPath.AzureActiveDirectory.Activities.AzureADIsGroupInLifecyclePolicy
Identity Services.Azure Active Directory.Groups.Lifecycle Policies

Checks whether a group is member of a lifecycle policy.

Arguments

NameDirTypeReqDefaultDescription
GroupId In InArgument<String>
LifecyclePolicyId In InArgument<String>
IsMember Out OutArgument<Boolean>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Remove Group from Lifecycle Policy
UiPath.AzureActiveDirectory.Activities.AzureADRemoveGroupFromLifecyclePolicy
Identity Services.Azure Active Directory.Groups.Lifecycle Policies

Removes a group from a lifecycle policy.

Arguments

NameDirTypeReqDefaultDescription
GroupId In InArgument<String>
LifecyclePolicyId In InArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Update Lifecycle Policy
UiPath.AzureActiveDirectory.Activities.AzureADUpdateLifecyclePolicy
Identity Services.Azure Active Directory.Groups.Lifecycle Policies

Updates an existing lifecycle policy.

Arguments

NameDirTypeReqDefaultDescription
LifecyclePolicy In InArgument<UiPath.AzureActiveDirectory.Contracts.Groups.LifecyclePolicies.LifecyclePolicyInfo>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Add Member to Group
UiPath.AzureActiveDirectory.Activities.AzureADAddMemberToGroup
Identity Services.Azure Active Directory.Groups.Membership

Adds a member to a group.

Arguments

NameDirTypeReqDefaultDescription
GroupId In InArgument<String>
MemberId In InArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each Group in Group
UiPath.AzureActiveDirectory.Activities.AzureADForEachGroupInGroup
Identity Services.Azure Active Directory.Groups.Membership

Performs an activity or a series of activities on each group which is a direct member of a group.

Arguments

NameDirTypeReqDefaultDescription
GroupId In InArgument<String>
CurrentIndex Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each Parent Group
UiPath.AzureActiveDirectory.Activities.AzureADForEachParentGroup
Identity Services.Azure Active Directory.Groups.Membership

Performs an activity or a series of activities on each parent group of the specified group.

Arguments

NameDirTypeReqDefaultDescription
GroupId In InArgument<String>
Transitive In InArgument<Boolean>
CurrentIndex Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each User in Group
UiPath.AzureActiveDirectory.Activities.AzureADForEachUserInGroup
Identity Services.Azure Active Directory.Groups.Membership

Performs an activity or a series of activities on each user which is a direct member of a group.

Arguments

NameDirTypeReqDefaultDescription
GroupId In InArgument<String>
CurrentIndex Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Is Member of Group
UiPath.AzureActiveDirectory.Activities.AzureADIsMemberOfGroup
Identity Services.Azure Active Directory.Groups.Membership

Checks whether a given object belongs to a group.

Arguments

NameDirTypeReqDefaultDescription
ObjectId In InArgument<String>
GroupId In InArgument<String>
RecurseIntoChildGroups In InArgument<Boolean>
IsMember Out OutArgument<Boolean>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Remove Member from Group
UiPath.AzureActiveDirectory.Activities.AzureADRemoveMemberFromGroup
Identity Services.Azure Active Directory.Groups.Membership

Removes a member from a group.

Arguments

NameDirTypeReqDefaultDescription
GroupId In InArgument<String>
MemberId In InArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Add Owner to Group
UiPath.AzureActiveDirectory.Activities.AzureADAddOwnerToGroup
Identity Services.Azure Active Directory.Groups.Ownership

Adds an owner to a group.

Arguments

NameDirTypeReqDefaultDescription
GroupId In InArgument<String>
OwnerId In InArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each User in Group Owners
UiPath.AzureActiveDirectory.Activities.AzureADForEachUserInGroupOwners
Identity Services.Azure Active Directory.Groups.Ownership

Performs an activity or a series of activities on each user which is an owner of the group.

Arguments

NameDirTypeReqDefaultDescription
GroupId In InArgument<String>
CurrentIndex Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Is Owner of Group
UiPath.AzureActiveDirectory.Activities.AzureADIsOwnerOfGroup
Identity Services.Azure Active Directory.Groups.Ownership

Checks whether a given object is an owner of a group.

Arguments

NameDirTypeReqDefaultDescription
OwnerId In InArgument<String>
GroupId In InArgument<String>
IsOwner Out OutArgument<Boolean>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Remove Owner from Group
UiPath.AzureActiveDirectory.Activities.AzureADRemoveOwnerFromGroup
Identity Services.Azure Active Directory.Groups.Ownership

Removes an owner from a group.

Arguments

NameDirTypeReqDefaultDescription
GroupId In InArgument<String>
OwnerId In InArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Add Member to Role
UiPath.AzureActiveDirectory.Activities.AzureADAddMemberToRole
Identity Services.Azure Active Directory.Directory Roles

Adds a user or a service principal to a directory role.

Arguments

NameDirTypeReqDefaultDescription
MemberId In InArgument<String>
RoleId In InArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each Role
UiPath.AzureActiveDirectory.Activities.AzureADForEachRole
Identity Services.Azure Active Directory.Directory Roles

Performs an activity or a series of activities on each directory role that is activated in the tenant.

Arguments

NameDirTypeReqDefaultDescription
Top In InArgument<Int32>
ODataFilter In InArgument<String>
CurrentIndex Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each User in Role
UiPath.AzureActiveDirectory.Activities.AzureADForEachUserInRole
Identity Services.Azure Active Directory.Directory Roles

Performs an activity or a series of activities on each user that is a member of a directory role.

Arguments

NameDirTypeReqDefaultDescription
RoleId In InArgument<String>
CurrentIndex Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Is Member in Role
UiPath.AzureActiveDirectory.Activities.AzureADIsMemberInRole
Identity Services.Azure Active Directory.Directory Roles

Checks whether a given user or service principal is in a directory role.

Arguments

NameDirTypeReqDefaultDescription
MemberId In InArgument<String>
RoleId In InArgument<String>
IsObjectInRole Out OutArgument<Boolean>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Remove Member from Role
UiPath.AzureActiveDirectory.Activities.AzureADRemoveMemberFromRole
Identity Services.Azure Active Directory.Directory Roles

Removes a user or a service principal from a directory role.

Arguments

NameDirTypeReqDefaultDescription
MemberId In InArgument<String>
RoleId In InArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Azure AD Application Scope
UiPath.AzureActiveDirectory.Activities.AzureADApplicationScope
Identity Services.Azure Active Directory

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

NameDirTypeReqDefaultDescription
ClientSecret In InArgument<Security.SecureString>
TenantId In InArgument<String>
ClientId In InArgument<String>
Azure AD Delegated Scope
UiPath.AzureActiveDirectory.Activities.AzureADDelegatedScope
Identity Services.Azure Active Directory

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

NameDirTypeReqDefaultDescription
Username In InArgument<String>
Password In InArgument<Security.SecureString>
TenantId In InArgument<String>
ClientId In InArgument<String>
Create User
UiPath.AzureActiveDirectory.Activities.AzureADCreateUser
Identity Services.Azure Active Directory.Users

Creates a new user account in Azure Active Directory.

Arguments

NameDirTypeReqDefaultDescription
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

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Delete User
UiPath.AzureActiveDirectory.Activities.AzureADDeleteUser
Identity Services.Azure Active Directory.Users

Deletes a user from Azure Active Directory.

Arguments

NameDirTypeReqDefaultDescription
UserIdOrUpn In InArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each User
UiPath.AzureActiveDirectory.Activities.AzureADForEachUser
Identity Services.Azure Active Directory.Users

Performs an activity or a series of activities on each user matching a filter criteria.

Arguments

NameDirTypeReqDefaultDescription
Top In InArgument<Int32>
ODataFilter In InArgument<String>
CurrentIndex Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each User Group
UiPath.AzureActiveDirectory.Activities.AzureADForEachUserGroup
Identity Services.Azure Active Directory.Users

Performs an activity or a series of activities on each group the user is a direct member of.

Arguments

NameDirTypeReqDefaultDescription
UserIdOrUpn In InArgument<String>
CurrentIndex Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each User Role
UiPath.AzureActiveDirectory.Activities.AzureADForEachUserRole
Identity Services.Azure Active Directory.Users

Performs an activity or a series of activities on each directory role the user is a member of.

Arguments

NameDirTypeReqDefaultDescription
UserIdOrUpn In InArgument<String>
CurrentIndex Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Get User
UiPath.AzureActiveDirectory.Activities.AzureADGetUser
Identity Services.Azure Active Directory.Users

Gets detailed information about a user.

Arguments

NameDirTypeReqDefaultDescription
UserIdOrUpn In InArgument<String>
User Out OutArgument<UiPath.AzureActiveDirectory.Contracts.Users.UserInfo>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Reset Password
UiPath.AzureActiveDirectory.Activities.AzureADResetPassword
Identity Services.Azure Active Directory.Users

Resets the password of a user account.

Arguments

NameDirTypeReqDefaultDescription
UserIdOrUpn In InArgument<String>
Password In InArgument<String>
ForcePasswordChangeNextLogin In InArgument<Boolean>
ForcePasswordChangeNextLoginMfa In InArgument<Boolean>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Update User
UiPath.AzureActiveDirectory.Activities.AzureADUpdateUser
Identity Services.Azure Active Directory.Users

Updates the properties of an existing user.

Arguments

NameDirTypeReqDefaultDescription
User In InArgument<UiPath.AzureActiveDirectory.Contracts.Users.UserInfo>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
User Exists
UiPath.AzureActiveDirectory.Activities.AzureADUserExists
Identity Services.Azure Active Directory.Users

Checks if a user exists in Azure Active Directory.

Arguments

NameDirTypeReqDefaultDescription
UserIdOrUpn In InArgument<String>
Exists Out OutArgument<Boolean>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Assign License
UiPath.AzureActiveDirectory.Activities.AzureADAssignLicenseToUser
Identity Services.Azure Active Directory.Users.Licenses

Assigns a license for a user.

Arguments

NameDirTypeReqDefaultDescription
UserIdOrUpn In InArgument<String>
LicenseID In InArgument<String>
DisabledServicePlans In InArgument<String[]>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Remove License
UiPath.AzureActiveDirectory.Activities.AzureADRemoveLicenseFromUser
Identity Services.Azure Active Directory.Users.Licenses

Removes a license for a user.

Arguments

NameDirTypeReqDefaultDescription
UserIdOrUpn In InArgument<String>
LicenseID In InArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
For Each Direct Report
UiPath.AzureActiveDirectory.Activities.AzureADForEachDirectReport
Identity Services.Azure Active Directory.Users.Manager

Performs an activity or a series of activities on each direct report of a user.

Arguments

NameDirTypeReqDefaultDescription
UserIdOrUpn In InArgument<String>
CurrentIndex Out OutArgument<Int32>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Get Manager
UiPath.AzureActiveDirectory.Activities.AzureADGetManager
Identity Services.Azure Active Directory.Users.Manager

Gets the user's manager.

Arguments

NameDirTypeReqDefaultDescription
UserIdOrUpn In InArgument<String>
Manager Out OutArgument<UiPath.AzureActiveDirectory.Contracts.DirectoryObjectInfo>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient
Set Manager
UiPath.AzureActiveDirectory.Activities.AzureADSetManager
Identity Services.Azure Active Directory.Users.Manager

Sets the user's manager.

Arguments

NameDirTypeReqDefaultDescription
UserIdOrUpn In InArgument<String>
ManagerIdOrUpn In InArgument<String>
ConnectionId In InArgument<String>

Properties

NameKindTypeDescription
Connector property String
BindingsKey property String
BindingsVersion property String
ConnectionClient property UiPath.ConnectionClient.IConnectionClient