# `ExStreamClient.Model.UserResponseCommonFields`
[🔗](https://github.com/Tango-Tango/ex_stream_client/blob/main/lib/ex_stream_client/model/user_response_common_fields.ex#L1)

Schema representing a UserResponseCommonFields

# `t`

```elixir
@type t() :: %ExStreamClient.Model.UserResponseCommonFields{
  avg_response_time: integer() | nil,
  banned: boolean(),
  blocked_user_ids: [String.t()],
  created_at: DateTime.t() | integer() | String.t(),
  custom: %{optional(String.t()) =&gt; any()},
  deactivated_at: (DateTime.t() | integer() | String.t()) | nil,
  deleted_at: (DateTime.t() | integer() | String.t()) | nil,
  id: String.t(),
  image: String.t() | nil,
  language: String.t(),
  last_active: (DateTime.t() | integer() | String.t()) | nil,
  name: String.t() | nil,
  online: boolean(),
  revoke_tokens_issued_before: (DateTime.t() | integer() | String.t()) | nil,
  role: String.t(),
  teams: [String.t()],
  teams_role: %{optional(String.t()) =&gt; String.t()} | nil,
  updated_at: DateTime.t() | integer() | String.t()
}
```

# `decode`

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

# `nested_components`

---

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