Assist icon indicating copy to clipboard operation
Assist copied to clipboard

[ASC] Add users to a test group of a specific app

Open Blackjacx opened this issue 4 years ago • 0 comments

Code to delete user in specific groups:

curl -g -s -X DELETE "$url/betaTesters/$uid/relationships/betaGroups" -H "$json_content_type" -H "Authorization: $ASC_AUTH_HEADER" -d '{"data": [{ "id": "'$gid'", "type": "betaGroups" }] }'

To uniquely identify the correct group to remove the given tester from just specify:

  • the group name
  • the app id <- this is the new stuff: add a parameter --app-ids (-a) to beta-testers add cmd

Blackjacx avatar Dec 08 '20 10:12 Blackjacx