lbathina edited a comment on issue #4068: Admin can assign User to a Federation 
with wrong PARAMETER
URL: https://github.com/apache/trafficcontrol/issues/4068#issuecomment-550353970
 
 
   This issue isn't fixed.  get the response 200 
   ```
   {
       "response": [
           {
               "company": null,
               "email": null,
               "fullName": null,
               "id": 2,
               "role": "admin",
               "username": "admin"
           }
       ]
   }
   ```
   for request body 
   ```
   {
           "userIdsss2sss": [2],
           "replaces": true
   }
   ```

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to