---
title: "List user access for a project"
method: GET
path: "/projects/{project_id}/user-access"
tags: ["User Access"]
---

# List user access for a project

`GET /projects/{project_id}/user-access`

Returns a list of items representing the project access.

## Query parameters

- `page[size]` integer
- `page[before]` string
- `page[after]` string
- `sort` string

## Response `200`

OK

- object
  - `items` UserProjectAccess[]
    - `user_id` string, uuid — The ID of the user.
    - `organization_id` string, ulid — The ID of the organization.
    - `project_id` string — The ID of the project.
    - `project_title` string — The title of the project.
    - `permissions` string[] — An array of project permissions.
    - `granted_at` string, date-time — The date and time when the access was granted.
    - `updated_at` string, date-time — The date and time when the access was last updated.
    - `_links` object
      - `self` object — Link to the current access item.
        - `href` string — URL of the link.
      - `update` object — Link for updating the current access item.
        - `href` string — URL of the link.
        - `method` string — The HTTP method to use.
      - `delete` object — Link for deleting the current access item.
        - `href` string — URL of the link.
        - `method` string — The HTTP method to use.
  - `_links` ListLinks
    - `self` Link — A hypermedia link to the {current, next, previous} set of items.
      - `href` string — URL of the link
    - `previous` Link — A hypermedia link to the {current, next, previous} set of items.
      - `href` string — URL of the link
    - `next` Link — A hypermedia link to the {current, next, previous} set of items.
      - `href` string — URL of the link

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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