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

# Add builds to a beta group

Associate builds with a beta group to enable the group to test the builds.

## URL

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

## 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 Builds and Testers

- [Add beta testers to a beta group](appstoreconnectapi/post-v1-betagroups-_id_-relationships-betatesters.md)
- [Remove beta testers from a beta group](appstoreconnectapi/delete-v1-betagroups-_id_-relationships-betatesters.md)
- [Remove builds from a beta group](appstoreconnectapi/delete-v1-betagroups-_id_-relationships-builds.md)
