---
title: "Transfer a GUID or collection, obtaining it (i.e. becoming the holder) and if allowed also taking ownership"
method: PUT
path: "/api/v1/transfers/{id4n}/receiveInfo"
tags: ["Transfer"]
---

# Transfer a GUID or collection, obtaining it (i.e. becoming the holder) and if allowed also taking ownership

`PUT /api/v1/transfers/{id4n}/receiveInfo`

Taking ownership can be forbidden by a previous owner. See methods prepare and getInfo

## Path parameters

- `id4n` string, required

## Request body

- TransferReceiveInfo
  - `organizationId` string, required — Organization to take the ownership of the ID. If the sender chose to keep the ownership, this organization becomes the holder. Otherwise, it becomes the new owner.

## Response `200`

OK

## Other responses

- `202` — Accepted
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `405` — Method not allowed
- `406` — Not Acceptable
- `409` — Conflict
- `415` — Unsupported Media Type
- `500` — Internal Server Error

---

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