---
title: "Get all the pictures that belong to a user"
method: GET
path: "/users/{user_id}/pictures"
tags: ["Users\\Pictures"]
---

# Get all the pictures that belong to a user

`GET /users/{user_id}/pictures`

This method returns all the portrait images belonging to the authenticated user.

## Path parameters

- `user_id` number, required

## Query parameters

- `page` number
- `per_page` number

## Response `200`

The portrait images were returned.

---

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