Radio Products

List users

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

get/1/radios/{radio_product_id}/users

Path parameters

radio_product_idinteger required

The unique identifier (ID) of the station to request.

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": [
    {
      "id": 1,
      "avatar": "https://storage.infomaniak.com/my-avatar.png",
      "name": "Mayuri",
      "email": "infomaniak@ik.me",
      "phone": "0228203540"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.