Hi All,
I’m trying to create AD account via batch request. The request is keep getting failed with invalid status as below. I have tried both approaches (Using identityName instead of nativeIdentity, or with nativeIdentity). Please let me know if you have any inputs or possible suggestions. (FYI - This will work for other applications but not for AD)
Approach 1: using nativeIdentity
operation, application, nativeIdentity,distinguishedName,ObjectType,givenName,sn,displayName,sAMAccountName,userPrincipalName,*password*
CreateAccount, Active Directory,"CN=Test.User2,OU=Singapore,OU=Asia-Pacific,OU=Demo,DC=seri,DC=sailpointdemo,DC=com","CN=Test.User2,OU=Singapore,OU=Asia-Pacific,OU=Demo,DC=seri,DC=sailpointdemo,DC=com",User,Test,User2,Test.User2,Test.User2,Test.User2@sailpointdemo.com,ADpass1$
Approach 2: Using identityName
operation, application, identityName
CreateAccount, PRISM,Test.User2


