---
title: "List users"
method: GET
path: "/1/radios/{radio_product_id}/users"
tags: ["Radio Products"]
---

# List users

`GET /1/radios/{radio_product_id}/users`

This endpoint allows you to retrieve all users attach to the product.

## Path parameters

- `radio_product_id` integer, required

## Response `200`

OK

- object
  - `result` 'success' | 'error' | 'asynchronous', required — Result of the HTTP request
  - `data` 0cc1b8a9User[]
    - `id` integer, required — Unique identifier of the resource `User`
    - `avatar` string, required — The avatar url of the `User`
    - `name` string, required — Name of the resource `User`
    - `email` string, required — Email
    - `phone` string, required — The phone number of the `User`

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
