tinfoil-knight commented on issue #7249:
URL: 
https://github.com/apache/trafficcontrol/issues/7249#issuecomment-1460709509

   @ocket8888 Was inspecting this today. This issue no longer exists & can be 
closed.
   
   This is the response with HTTP Status 400 on attempting to create a user 
with an email that's already used through the `POST /users` API.
   
   ```
   {
       "alerts": [
           {
               "text": "tm_user email '[email protected]' already exists.",
               "level": "error"
           }
       ]
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to