---
title: "Query Responsible Persons"
method: GET
path: "/v2/responsiblePersons"
tags: ["item"]
---

# Query Responsible Persons

`GET /v2/responsiblePersons`

Query all ResponsiblePerson

## Headers

- `x-tenant-id` string, uuid, required
- `x-runas` string
- `x-companyid` string

## Response `200`

Returns all ResponsiblePerson.

- JTLWawiRestContractsModelsV1ResponsiblePersonResponsiblePerson[]
  - `id` string, uuid — Stellt den Schlüssel eines Kontaktes dar.
  - `number` string — Unique Number of the ResponsiblePerson.
  - `description` string — Manufacturer description.
  - `address` JTLWawiRestContractsModelsV1CommonAddress — Model Class: Address
    - `id` string, uuid
    - `company` string — Description of the Company.
    - `company2` string — Additional company information
    - `formOfAddress` string — Customer form of address
    - `title` string — Official title
    - `firstName` string — Customer first name
    - `lastName` string — Customer last name
    - `street` string — Street name in the customer's address
    - `address2` string — Additional address information
    - `postalCode` string — Postal code of the customer's address
    - `city` string — Name of city in the customer's address
    - `state` string — Name of state in the customer's address
    - `countryIso` string — Country ISO code
    - `vatID` string — Supplier VAT ID number
    - `phoneNumber` string — Landline phone number
    - `mobilePhoneNumber` string — Mobile phone number
    - `emailAddress` string — Email address
    - `fax` string — Fax number
  - `created` string, date-time — The DateTime of Creation.
  - `lastChanged` string, date-time — The DateTime of the Lastchange.
  - `isActive` boolean — The ResponsiblePerson is active
  - `languageKey` string, uuid

## Other responses

- `401`
- `402` — No licence available or the app has not been authorised by JTL.
- `404` — No fields could be found.

---

[API](https://skmtc.net/jtl-software/apis/scx-authentication-api.md) · [All operations](https://skmtc.net/jtl-software/apis/scx-authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jtl-software/scx-authentication-api/revisions/f979b1ea6951/schema)
