---
title: "List voicemail greetings"
method: GET
path: "/users/{id}/greetings"
tags: ["User"]
---

# List voicemail greetings

`GET /users/{id}/greetings`

Retrieves a collection of greetings available to certain user.

## Path parameters

- `id` string, required — The unique ID of the resource.

## Response `200`

OK

- object
  - `items` object[]
    - `id` string — The unique ID of the resource.
    - `enabled` boolean — Whether the greeting is enabled or not.
    - `file_name` string — The name of the file.
    - `file_size` integer — The file size in bytes.
    - `file_url` string — The relative path to file url for file downloading.

## Other responses

- `4XX` — Error

---

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