---
title: "List Implicit Contributors for a Registration"
method: GET
path: "/registrations/{registration_id}/implicit_contributors/"
tags: ["Registrations"]
---

# List Implicit Contributors for a Registration

`GET /registrations/{registration_id}/implicit_contributors/`

Retrieve a list of implicit contributors for the specified registration.
Implicit contributors are users who contributed to a parent node or a fork and whose contributions are inherited by this registration. They are not explicitly listed as contributors but have an implied relationship.
#### Permissions
 - Public registrations expose their implicit contributors publicly.
 - Private registrations require appropriate read permissions to view contributors.

#### Returns
 - A JSON object containing a `data` array of user resources representing implicit contributors to the registration.

## Path parameters

- `registration_id` string, required

## Response `200`

Successful retrieval of implicit contributors for the specified registration.

## Other responses

- `401` — Unauthorized. Authentication is required.
- `403` — Forbidden. You do not have permission to view the implicit contributors.
- `404` — Not Found. No registration matches the given ID.

---

[API](https://skmtc.net/osf/apis/osf-apiv2-documentation.md) · [All operations](https://skmtc.net/osf/apis/osf-apiv2-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/osf/osf-apiv2-documentation/versions/ca701048eb0d/schema)
