# `ExOura.Client.PersonalInfoResponse`
[🔗](https://github.com/tgrk/ex_oura/blob/v3.0.1/lib/ex_oura/client/personal_info_response.ex#L1)

Provides struct and type for a PersonalInfoResponse

# `t`

```elixir
@type t() :: %ExOura.Client.PersonalInfoResponse{
  age: integer() | nil,
  biological_sex: String.t() | nil,
  email: String.t() | nil,
  height: number() | nil,
  id: String.t(),
  weight: number() | nil
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
