app-store-connect-mcp-server

list_group_testers

Get a list of all testers in a specific beta group

Input Schema

NameRequiredDescriptionDefault
groupIdYesThe ID of the beta group
limitNoMaximum number of testers to return (default: 100)

Input Schema (JSON Schema)

{ "properties": { "groupId": { "description": "The ID of the beta group", "type": "string" }, "limit": { "description": "Maximum number of testers to return (default: 100)", "maximum": 200, "minimum": 1, "type": "number" } }, "required": [ "groupId" ], "type": "object" }