API Invalid User Email | Community
Skip to main content

API Invalid User Email

  • October 24, 2021
  • 1 reply
  • 0 views

Hi I am doing a migration and I am trying to create a user with email a.b.c@d.org.invalid (abcd are placeholders)

and I get:

response.body.details {
email: [
{
description: 'Email: Email: a.b.c@d.org.invalid is not a valid address'
}
]
}

How would I get around this? while losing the least data as possible? maybe a.b.c@d.org? a.b.c_deleted@d.org?

1 reply

Tipene
  • October 25, 2021

Hey @giancarlo11,

Thanks for reaching out!

The error you're seeing here is likely being caused by our system being unable to validate the email address due to the formatting of the email domain i.e "d.org.invalid".

Either of the two other email addresses you mentioned should allow you to create the user successfully.

I hope this helps! Let me know if you have any questions.

Tipene