Hi All,I am using the below logic for generating unique system username- IF((LENGTH(replace(users.lastname,"'","")) >= 4), replace(UPPER(CONCAT(SUBSTRING(replace(users.lastname,"'",""), 1, 4), 1,users.username)),"-",""), replace(UPPER(CONCAT(SUBSTRIN...
Hi All,We have usecase to generate the samaccount from saviynt below is the logic for samaccount-If user lastname containing more than four character or equal to four character then it will take first four character from lastname and then add one and...
Hi All,Below is the account import json that we are using-{"acctLabels": {"customproperty1": "FirstName","customproperty2": "LastName","customproperty3": "OfficePhone","customproperty4": "Email","customproperty5": "MailNickName","customproperty10": "...
Hi All,Actually we are trying to achieve the device retire usecase through Saviynt.I set Up post for that and from postman device retire is working fine but If I want setup the same into saviynt then I need the Intune Device ID.Can anyone help me out...
Hi All,Below is the postman setup that I am using for setting up the automatic reply -Postman Url - https://graph.microsoft.com/v1.0/users/{upn}/mailboxSettingsPostman Method-PATCHAuthorization Bearer TokenPostman Body - {"automaticRepliesSetting": {...
Hi Sudeshjaiswal,Below is the Json that I am using for importing Intune device ID as a account in saviynt and then when we are triggering the enterprise wipe as per our usecase-ImportAccountEntJSON-{"showLogs": true,"accountParams": {"connection": "a...
Hi Shivmano,For Non-Employee username is getting generated but in System Username it's taking lastname as per logic but username is not concatenated instead of username it is showing some reference number.As you mentioned we need to use modify user j...
Hi Shivmano,You mean to say I need to store that username value in some different customproperty.But as we are generating System Username through Global config-->Identity Lifecycle is it generate because if I populate the username after user creation...
Hi Sahil,I did reformatting of the json and create a Application Data Import (Multi Threaded) as a job type now signinActivity is working fine.With Regards,Siraj Molla