New User Creation in AD and mapping fields
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2025 04:27 AM
I used 'create new user' action form flow designer to create new user in AD, user creating successfully, but few fields like eecode, employee number, not mapping,
Can we add such fields in create new user action in additional fields?
I have added screenshot over here,
Please let us know who has work on similar kind of requirement.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2025 07:19 AM - edited 07-18-2025 07:20 AM
Hi @HarshalaK. You will need to copy the existing PowerShell script which resides on the MID server and modify it to accept the attributes you want to add. Then you can copy the out of the box AD action and add the additional fields to the new action for the attributes you want to add. Here's the ServiceNow doco explaining the PowerShell actions and how to create custom ones.