---
title: Add access for beta groups to a build
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/post-v1-builds-_id_-relationships-betagroups
---

# Add access for beta groups to a build

Add or create a beta group to a build to enable testing.

## URL

POST https://api.appstoreconnect.apple.com/v1/builds/{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

### Adding and Removing Build Access

- [Remove access for beta groups to a build](appstoreconnectapi/delete-v1-builds-_id_-relationships-betagroups.md)
- [Assign individual testers to a build](appstoreconnectapi/post-v1-builds-_id_-relationships-individualtesters.md)
- [Remove individual testers from a build](appstoreconnectapi/delete-v1-builds-_id_-relationships-individualtesters.md)
