Is the action type UPDATE_USER_NAME finally available in 7.2 or 7.3? If so, what is needed in the request to accomplish the update?
Is the action type UPDATE_USER_NAME finally available in 7.2 or 7.3? If so, what is needed in the request to accomplish the update?
Yes, username at RSA AA can be updated with an UpdateUser call with 'newUserName' tag in the 'identificationData' and with 'UPDATE_USER_NAME' in genericActionTypes.
<actionTypeList>
<genericActionTypes>UPDATE_USER_NAME</genericActionTypes>
</actionTypeList>
<identificationData>
<newUserName>UserID_2</newUserName>
<orgName>TESTORG</orgName>
<userCountry>US</userCountry>
<userLanguage>en</userLanguage>
<userName>UserID_1</userName>
<userStatus>VERIFIED</userStatus>
<userType>PERSISTENT</userType>
</identificationData>
Please note that:
- 'newUserName' tag must be ahead of 'orgName' and 'userName' in the identifationData section in the SOAP request!
- User data like Contacts and acsp data will be mapped to new user name, but not the user history!
Hello Michael,
Thank you for contacting RSA.
Currently there is no method to update user name, if you would like to update the user name you would need to delete the user and then re-enroll them with the new user name.
Please let us know if you have any further questions.
Thanks,
Jasmine