1. Home
  2. Docs
  3. Mavryx API Endpoints
  4. Vista
  5. [GET] /api/file/{uuid}/share/user/list

[GET] /api/file/{uuid}/share/user/list

Returns a list of users that has access to the file.

Query parameters

Field NameTypeDescription
qMavryx/Types/StringQuery
a[]Mavryx/Types/ArrayArguments
sort[]Mavryx/Types/ArraySort
startMavryx/Types/IntegerStart from
limitMavryx/Types/IntegerHow many items to return (default: 50)

Example response

{
  "header": {
    "version": 20240101,
    "endpoint": "/api/file/069aa47b-1dd8-4273-8dsa-1b4dadea8ff4/share/user/list",
    "referer": "https://swagger-dev.mavryx.software",
    "raycast": "5d06f2af11af3b71ddae73a827fbc32d",
    "request_id": "0bffb5478ea1f203e1ec75b1a138e905",
    "response_id": "b474beeb6f8d8226fd487a71d362ebef",
    "status": 200,
    "message": "OK"
  },
  "response": {
    "response_type": "list",
    "type": "Mavryx/Share",
    "items_count": 1,
    "filtered_count": 1,
    "total_count": 123,            
    "list": [
    {
        "uuid": "01102aff-8e06-4be4-b928-13b45f5587a9",
        "type": "Mavryx/Share",
        "created_time": 1712585913,
        "updated_time": null,
        "deleted_time": null,
        "owner_account_uuid": "f5a033f9-3ba2-4a48-9db2-5bc91e1d58c5",
        "file_uuid": "02202aff-8e06-4be4-b928-13b45f5587a9",
        "shared_with_uuid": "f5a033f9-3ba2-4a48-9db2-5bc91e1d58c5",
        "shared_type" : "ACCOUNT",
        "shared_mode" : "READ"
      }
    ]
  }
}
Was this article helpful to you? No Yes

How can we help?