---
title: "GET /contactInfo/ldeps"
method: GET
path: "/contactInfo/ldeps"
tags: ["Users"]
---

# GET /contactInfo/ldeps

`GET /contactInfo/ldeps`

Retrieves all entities of ContactInfo type related to multiple entities of User type

## Query parameters

- `masterids` integer[], required

## Response `200`

See definition

- ContactInfo[]
  - `id` integer
  - `userId` integer, required — id of User
  - `firstName` string, required
  - `lastName` string, required
  - `streetAddress1` string, required
  - `streetAddress2` string
  - `city` string, required
  - `state` string
  - `postCode` string
  - `country` string, required
  - `phone` string, required
  - `mailingIsDifferent` boolean
  - `mailingStreetAddress1` string
  - `mailingStreetAddress2` string
  - `mailingCity` string
  - `mailingState` string
  - `mailingPostCode` string
  - `mailingCountry` string

---

[API](https://skmtc.dev/tradovate/apis/tradovate-api.md) · [All operations](https://skmtc.dev/tradovate/apis/tradovate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tradovate/tradovate-api/revisions/7cdb5e795c45/schema)
