---
title: "DipAgent"
url: "https://console.9fin.com/apis/distressed-api/versions/6f7fc866-4490-4486-90ea-393120603830/schemas/DipAgent"
---

> Full API specification: https://console.9fin.com/apis/distressed-api/versions/6f7fc866-4490-4486-90ea-393120603830.md

# DipAgent

An agent on the facility.

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: 9fin Distressed API
  version: 0.1.11
components:
  schemas:
    DipAgent:
      description: An agent on the facility.
      properties:
        name:
          description: Agent name.
          title: Name
          type: string
      required:
        - name
      title: DipAgent
      type: object
```
