dailidong commented on issue #3567:
URL: 
https://github.com/apache/incubator-dolphinscheduler/issues/3567#issuecomment-681862039


   Batch activate Users
   request URL:
   POST /users/batch/activate http1.0/1.1
   
   Content-Type application/json
   post parameters (input user names)
    [ "123",
    "124",
    "12345",
    "2345"
    ]
   
   
   response
    {
    "code": 0,
    "data": {
    "success": [
    "123",
    "124",
    "1235"
    ],
    "failed": [
    "2345"
    ]
    },
    "msg":"activate success number is 3, failed number is 1"
    }


----------------------------------------------------------------
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:
[email protected]


Reply via email to