---
title: "Get app contributors."
method: GET
path: "/api/apps/{app}/contributors"
tags: ["Apps"]
---

# Get app contributors.

`GET /api/apps/{app}/contributors`

## Path parameters

- `app` string, required

## Response `200`

Contributors returned.

- ContributorsDto
  - `_links` object, required — The links.
  - `items` ContributorDto[], required — The contributors.
    - `_links` object, required — The links.
    - `contributorId` string, required — The ID of the user that contributes to the app.
    - `contributorName` string, required — The display name.
    - `contributorEmail` string, required — The email address.
    - `role` string, nullable — The role of the contributor.
  - `maxContributors` integer, required — The maximum number of allowed contributors.
  - `_meta` ContributorsMetadata
    - `isInvited` string, required — Indicates whether the user has been invited.

## Other responses

- `404` — App not found.
- `500` — Operation failed.

---

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