# FieldAgentLoginRequest

Model ID: `fieldagent.LoginRequest`

Request body for POST /auth/login. All three fields are required.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `email` | `string` | Yes |  |  |  | No | Agent's registered email. |
| `password` | `string` | Yes |  |  |  | No | Agent's password. |
| `tenant_id` | `string` | Yes |  |  |  | No | Tenant the agent belongs to; must match the tenant on the agent's Cognito account or the login is rejected. |

## Example

None declared in canonical OpenAPI.
