You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2019/11/06 15:12:45 UTC

[GitHub] [trafficcontrol] lbathina edited a comment on issue #4068: Admin can assign User to a Federation with wrong PARAMETER

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:
users@infra.apache.org


With regards,
Apache Git Services