---
title: "Get all RDVM users (referring veterinarians) who have registered for portal access"
method: GET
path: "/Referrals/rdvm-users"
tags: ["Referrals"]
---

# Get all RDVM users (referring veterinarians) who have registered for portal access

`GET /Referrals/rdvm-users`

## Response `200`

List of RDVM users with their approval status

- RdvmUserListResponse
  - `users` RdvmAccessRequestDto[]
    - `accessId` string
    - `rdvmId` string
    - `firstName` string
    - `lastName` string
    - `email` string
    - `practiceName` string
    - `phone` string, nullable
    - `licenseNumber` string, nullable
    - `approvalStatus` string
    - `requestedAt` string, date-time
    - `canSubmitReferrals` boolean
    - `canViewRecords` boolean
    - `canSendMessages` boolean
    - `canUseTriage` boolean
    - `notes` string, nullable
  - `totalCount` union
    - integer
    - string, int32
  - `pendingCount` union
    - integer
    - string, int32
  - `approvedCount` union
    - integer
    - string, int32
  - `rejectedCount` union
    - integer
    - string, int32

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
