---
title: Individually assign a beta tester to builds
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/post-v1-betatesters-_id_-relationships-builds
---

# Individually assign a beta tester to builds

Individually assign a beta tester to a build.

## URL

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

### Assigning Groups and Access

- [Add a beta tester to beta groups](appstoreconnectapi/post-v1-betatesters-_id_-relationships-betagroups.md)
- [Remove a beta tester from beta groups](appstoreconnectapi/delete-v1-betatesters-_id_-relationships-betagroups.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)
