I'm building out our user offboarding for HR. Is it possible to have a field in the webform for disabling a user account where they can enter in a ticket number?

I know how to create a custom value but not sure if its possible to add to the webui for offboarding. Currenly they can select the user and it runs though all of the business rules but we need to get the term ticket number into this process for record keeping

ago by (220 points)

1 Answer

ago by (310k points)
0 votes

Hello,

Are you executing a custom command to deprovision user accounts? If that is correct, the only option is to use a parameter. For details, have a look at step 5 of the following tutorial: https://www.adaxes.com/help/CreateCustomCommand.

Related questions

I find it's a good idea to have backups of a user's group membership when they depart so I'd like to be able to do this.

asked Apr 23 by noahphex (60 points)
0 votes
1 answer

As part of user deprovisioning, I've run a script in Adaxes targeted at the on-prem AD account to remove all group memberships. It removes only the on-prem groups ... ://www.adaxes.com/script-repository/remove-all-group-memberships-for-a-user-account-s33.htm

asked Jul 18, 2025 by GSeeds (20 points)
0 votes
0 answers

how to automatically grant a user's manager access to their network drive and onedrive during a user's deprovisioning. I don't want to manually grant access to the ... -prem file server and onedrive. Can this be incorporated in the user deprovisioning script?

asked Jan 28, 2025 by Fausat (20 points)
0 votes
1 answer

Hi all, I am trying to work out what has happened to our installation of Adaxes, as scheduled deprovisioning has not been working for quite a while. Previously it was possible ... (so I presume it is returning true 100% of the time?) Any input is appreciated!

asked Apr 21, 2022 by TheLexicon (200 points)
0 votes
1 answer

Here is what i have been trying with Set-ADUser -Identity $user -Clear "extensionAttribute5" Set-ADUser -Identity $user -Add @{extensionAttribute5 = "NoLicenseNeeded"}

asked Nov 29, 2021 by Markh (20 points)
0 votes
1 answer