---
title: "Get Roles"
method: GET
path: "/{vin}/roles"
tags: ["Driver Management"]
---

# Get Roles

`GET /{vin}/roles`

Returns the owner, drivers and assigned payer roles for a vehicle. Requires a Tesla Business account.

## Response `200`

OK

- object
  - `result` object
    - `owner` object
      - `entity_type` 'PERSON' | 'BUSINESS', nullable
      - `account_id` string, nullable
      - `federation_id` string, nullable
      - `company_name` string, nullable
      - `email` string, nullable
    - `drivers` object[]
      - `entity_type` 'PERSON' | 'BUSINESS', nullable
      - `account_id` string, nullable
      - `federation_id` string, nullable
      - `company_name` string, nullable
      - `email` string, nullable
    - `payers` object
      - `subscription` object, nullable
        - `entity_type` 'PERSON' | 'BUSINESS', nullable
        - `account_id` string, nullable
        - `federation_id` string, nullable
        - `company_name` string, nullable
        - `email` string, nullable
      - `charging` object, nullable
        - `entity_type` 'PERSON' | 'BUSINESS', nullable
        - `account_id` string, nullable
        - `federation_id` string, nullable
        - `company_name` string, nullable
        - `email` string, nullable

---

[API](https://skmtc.net/tessie/apis/tessie-api.md) · [All operations](https://skmtc.net/tessie/apis/tessie-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tessie/tessie-api/versions/a9157f7a53a2/schema)
