---
title: "Attach a user to a remote configuration"
method: POST
path: "/remote-configurations/{config_id}/users/{user_id}"
tags: ["Remote Configurations"]
---

# Attach a user to a remote configuration

`POST /remote-configurations/{config_id}/users/{user_id}`

Pins a specific user to this configuration, overriding segment and percentage targeting rules.

## Path parameters

- `config_id` string, required
- `user_id` string, required

## Response `204`

User attached to remote configuration

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Remote configuration or user not found
- `409` — User already attached to this configuration
- `500` — Internal error
- `504` — Upstream timeout

---

[API](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4.md) · [All operations](https://skmtc.net/qonversion/apis/qonversion-rest-api-v4/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qonversion/qonversion-rest-api-v4/revisions/e3f72cf8951c/schema)
