Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I form sAMaccountName that is not based on account?

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on May 22 2020 at 17:40 UTC

Hi!


I would like to create sAMaccountName in CreateAccountJSON in format of

e.g. 'xxxxx'+user.firstname+ '.' +user.lastname+'@org.com'

Is it possible, I get invalid Argument error, if I use syntax above?


Can I define part of this logic into Account NameRule?


Best Regards, Päivi

This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.
1 REPLY 1

Community_User
Saviynt Employee
Saviynt Employee
Originally posted on May 22 2020 at 18:04 UTC

Hi Paivi,


Can you try below format :


'xxxxx'+${user.firstname}+ '.' +${user.lastname}+'@org.com'


Thanks & Regards,

Nimesh Bhanushali


This message was previously posted on Saviynt's legacy forum by a community user and has been moved over to this forum for continued exposure.