Account created but failed to modify : Failed to update attributes for identity CN=sikhar.tambe,OU=IAM Joiner,OU=ActiveUsers,OU=ABC Corporate Users,DC=ABCD,DC=EGV,DC=AB. The attribute syntax specified to the directory service is invalid.
Account created but some attributes are not updated properly.
I am getting an error during provisioning.
If you can share the provisioning plan for the provisioning request it would be easy to check what attributes may have failed provisioning due to invalid attribute syntax/value.
The request details from the identity request object that shows under My Work → Access Requests will also contain the details about what attributes were successfully updated and what failed which may help find out the main issue.
We started getting this same error when creating Active Directory accounts. Accounts were creating fine before 7/16/2025, but new accounts are not getting the following attributes updated: mail, mailNickname, userPrincipalName, proxyAddresses
Initially there were 4 attributes failing for our new AD accounts: mail, mailNickaname, userPrincipalName and proxyAddresses. Looking in the logs we found that the create account provisioning plan is adding a comma after the SMTP address we were trying to add to proxyAddresses. The comma is not in the Create Account field, and appears to have started on 7/16.
We temporarily removed proxyAddresses from our create account provisioning plan. Today we were able to create an AD account without any issues without the proxyAddress attribute.