Skip to main content

Hey Everyone, I hope someone here can shed some light or help me with a question I have. We just got Azure AD Orch installed and we are in the early stages of building our automation process to onboard users. 

We are running into a speed bump right off the start because of how we handle some of our users. We classify users as either Ext-Temp employees or Full time company employees. We usually designate and put an EXT Tag in front of the temp employees names. 

On our onboarding questionnaire we ask if the employee will be an EXT Temp or Full time. We are trying to integrate this into the AD Orch onboarding process. What we need the system to do is check if the employee is going to be a temp or full time and append the EXT tag to the name if they are temps and also set account expiration date for AD.

Does anyone know how we can achieve this? Any help would be greatly appreciated. 

Hi @SiRMarlon 

 

You would use an expression in the workflow to concatenate the username together with the EXT on the front, if the conditions are met, and then pass the result of the expression to the Azure Orch App to create the user with the required name. 


Reply