Skip to content

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

@Blackjacx

Description

@Blackjacx

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions