AD sync scripting
Active directory sync scripting
Set User Property
exec SetUserProperty('Organisation', 'Novacura AB');Set Connector Login
exec SetConnectorLogin('IFS', Profile.Login, '');Get Ad Property
let givenName = GetAdProperty('givenName');Set User Level
exec SetUserLevel('AdministerBasicData');Set User Type
Set AD Authenticate
Other Functions
More about Flow Script
Last updated
Was this helpful?