---
title: "List Repository User Collaborators"
method: GET
path: "/v1/repositories/{repositoryId}/users"
tags: ["Repositories"]
---

# List Repository User Collaborators

`GET /v1/repositories/{repositoryId}/users`

List users with roles on a repository.

## Path parameters

- `repositoryId` string, required — Unique identifier for a repository folder, prefixed with `repo_`

## Response `200`

OK. Returns a list of users and their roles on the repository.

- RepositoryUser[]
  - `repositoryId` string — Unique identifier of the repository
  - `userId` integer — Unique identifier of the user
  - `role` 'REPOSITORY_OWNER' | 'REPOSITORY_MEMBER' — Role of a user on a repository
  - `created` string, date-time — Date and time when the user was added to the repository

## Other responses

- `403` — Forbidden. Occurs when the user does not have access to view repository owners or members.

---

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