---
title: "Get all beta group ids of a beta tester's groups"
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/get-v1-betatesters-_id_-relationships-betagroups
---

# Get all beta group ids of a beta tester's groups

Get a list of group resource IDs associated with a beta tester.

## URL

GET https://api.appstoreconnect.apple.com/v1/betaTesters/{id}/relationships/betaGroups

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource.

## Query Parameters

limit: Number of resources to return.

## Response Codes

200 OK: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## See Also

### Reading Beta Tester Details

- [List all apps for a beta tester](appstoreconnectapi/get-v1-betatesters-_id_-apps.md)
- [Get all app resource ids for a beta tester](appstoreconnectapi/get-v1-betatesters-_id_-relationships-apps.md)
- [List all builds individually assigned to a beta tester](appstoreconnectapi/get-v1-betatesters-_id_-builds.md)
- [Get all ids of builds individually assigned to a beta tester](appstoreconnectapi/get-v1-betatesters-_id_-relationships-builds.md)
- [List all beta groups to which a beta tester belongs](appstoreconnectapi/get-v1-betatesters-_id_-betagroups.md)
