Parameters
Name | Description | Sample |
---|---|---|
Error Handling | Determine what to return if an error is encountered. | |
User Logon | The user's logon id. This value should be specified as a User Principal Name (UPN) using the format 'username@domain.com'. By convention, the User Logon is typically set to the same value as the user's email addresses. In older Active Directory implementations, the domain may be omitted and the User Logon may be provided using the format 'username'. | |
First Name | The first name of the user. | |
Last Name | The last name of the user. | |
Full Name | The full name of the user. In most Active Directory implementations, this value must be unique. | |
Description | The description of the user. This value is displayed within the Active Directory user list and is often used to describe the role or purpose of a user account. | |
Office | A string representing the location of the user's office. This could be a building name or number, floor, room or cube number, or any combination of values. | |
Telephone | The primary telephone number of the user. | |
The email address of the user. | ||
Title | The user's job title. | |
Department | The primary department that the user is a member of. | |
Company | The name of the company that the user is employed by. | |
Activated | Indicates whether or not the the user's account should be activated upon creation. |
Results
Name | Description |
---|---|
Handler Error Message | |
Distinguished Name |
Changelog
Active Directory User Create V1 (2011-01-14)
- Initial version. See README for details.
Active Directory User Create V2 (2019-10-04)
- Changed ldap lib version from 0.1.1 to 0.12.0.
Active Directory User Create V2 (2019-10-10)
- Added Never Drop Never Fail
Active Directory User Create V2 (2020-06-26)
- updated version number in node.xml and init.rb
Active Directory User Create V2 (2021-10-11)
- Added TLS option to allow the handler the ability to do secure connections.
- Update file type of changelog and readme.
Download
GitHub
On This Page
Other Versions
Looking for a workflow engine?
Learn more about the Kinetic Data Enterprise Workflow Platform.
Check it out
Return to Top