For the complete documentation index, see llms.txt. This page is also available as Markdown.

UpdateUser

Update Active Directory user.

Task version: 1.2.0

Required Frends version: 5.5+

Required .NET version: 6.0

Compatible Agents: Crossplatform

Source code: https://github.com/FrendsPlatform/Frends.LDAP

Task Parameters

Name
Description

ModificationMethod : ModificationMethod

Modification method.

Possible values:

  • Add: Modification method.

  • Delete: Modification method.

  • Replace: Modification method.

Default: 0 Example: ModificationMethod.Add

CreateDN : Boolean

Set true to create distinguished name (DN) from Input.CommonName and Input.Path instead of using Input CreateDN.

Default: False Example: false

DistinguishedName : String

Distinguished name (DN).

Default: - Example: CN=Tes TUser,ou=users,dc=wimpi,dc=net

CommonName : String

Common name (CN).

Default: - Example: Firstname Lastname

Path : String

Directory path.

Default: CN=Users,DC=Example,DC=Com Example: CN=Users,DC=Example,DC=Com

Attributes : Attributes[]

Attributes to be updated.

Default: - Example: Telephone, +358123456789

Task Result

Name
Description

Success : Boolean

Update completed. Example: true

Error : String

LDAP Error message. Example: Entry Already Exists

CommonName : String

Common name. Example: Firstname Lastname

Path : String

Path. Example: CN=Users,DC=Example,DC=Com

Task Changelog

Changelog for Task Frends.LDAP.UpdateUser.

[1.2.0] - 2026-02-03

Changed

  • Improved documentation for Host parameter usage

[1.1.0] - 2022-12-14

Added

  • New Input parameters CreateDN and DistinguishedName to give an option to insert DN without combining it from Input.CommonName and Input.Path.

[1.0.0] - 2022-09-30

Added

  • Initial implementation

Last updated

Was this helpful?