Help Centre › Building Processes
Description
This article provides an overview of the ACTIVE DIRECTORY functions available in RPA. These functions allow you to connect to and manage Microsoft Active Directory, including user management, group operations, authentication, and account administration.
Available ACTIVE DIRECTORY Functions
- Connect to Active Directory: Connects to an Active Directory server.
- Disconnect from Active Directory: Disconnects from an Active Directory server.
- Search Active Directory: Searches Active Directory using an LDAP filter.
- Get user details: Retrieves details for a specific user.
- Create a user: Creates a new user in Active Directory.
- Modify a user: Modifies attributes of an existing user.
- Delete a user: Deletes a user from Active Directory.
- Enable a user account: Enables a disabled user account.
- Disable a user account: Disables a user account.
- Reset a user password: Resets a user's password.
- Unlock a user account: Unlocks a locked user account.
- Add user to group: Adds a user to an Active Directory group.
- Remove user from group: Removes a user from an Active Directory group.
- Get group members: Retrieves members of an Active Directory group.
- Get user groups: Retrieves groups a user belongs to.
- Authenticate a user: Authenticates a user against Active Directory.