Forum Discussion
ChiaraS
Lithium Alumni (Retired)
shravani for first and last name following is checked: string length between 0 and 30, no HTML.
For email, has to be a string between 2 and 80, and be a valid email (regexp).
shravani
8 years agoGuide
Hi,
I am using an api to update the email
http://funatic.stage.funko.com/restapi/vc/users/id/9/email/set?value=ss&restapi.session_key=-0_zbvOaW3q5z6JjbgnlR4PAM6VIXabJAd7y-DvwAwQ.&restapi.response_format=json
Since the email is not valid it is throwing an error
- {
- "response":
- {
- "status": "error",
- "error":
- {
- "code": 100,
- "message": "Sorry, we could not send the email at this time.
Please wait a few minutes and try again."
- }
- }
- }
But the value is updated in the database even though it is not valid which is "ss".
Thanks
Related Content
- 3 years ago
- 7 years ago
- 10 years ago