---
title: Add a beta tester to beta groups
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/post-v1-betatesters-_id_-relationships-betagroups
---

# Add a beta tester to beta groups

Add one or more beta testers to a specific beta group.

## URL

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

## Path Parameters

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

## Response Codes

204 No Content: 400 Bad Request: 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 409 Conflict: The provided resource data is not valid. 422 : 429 :

## See Also

### Assigning Groups and Access

- [Remove a beta tester from beta groups](appstoreconnectapi/delete-v1-betatesters-_id_-relationships-betagroups.md)
- [Individually assign a beta tester to builds](appstoreconnectapi/post-v1-betatesters-_id_-relationships-builds.md)
- [Individually unassign a beta tester from builds](appstoreconnectapi/delete-v1-betatesters-_id_-relationships-builds.md)
- [Remove a beta tester’s access to apps](appstoreconnectapi/delete-v1-betatesters-_id_-relationships-apps.md)
