# FieldAgentProfileResponse

Model ID: `FieldAgentProfileResponse`

Public field-agent profile; FHIR multi-address storage is internal.
Returned by both GET and PATCH /agents/{agent_id}. Additional fields the
FHIR Person carries (email, cognito_sub, tenant_id, first_name,
last_name, and the fields UpdateAgentRequest accepts) are also present
on the wire — this model documents only the fields every agent record
is guaranteed to carry.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `address` | [`Address`](./Address.md) | No |  |  |  | Yes | Agent's stored postal address, when one has been set. |
| `agent_id` | `string` | Yes |  |  |  | No | FHIR Person ID for this agent — the {agent_id} path parameter used across every /agents/{agent_id}/* route. |

## Example

None declared in canonical OpenAPI.
