# `Twilio.Memory.V1.ControlPlane.Store.IdentityResolutionSettingService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/memory/v1/control_plane/store/identity_resolution_setting_service.ex#L2)

Service for IdentityResolutionSetting API operations.

Operations: `fetch`

# `fetch`

```elixir
@spec fetch(Twilio.Client.t(), String.t(), keyword()) ::
  {:ok,
   Twilio.Resources.Memory.V1.ControlPlane.Store.IdentityResolutionSetting.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

These settings determine how Customer Memory will use identifiers for searching, 
merging, and resolving profiles. 
> Some settings can only take on their default values and are not yet available to change, but coming soon.

Operation: `FetchIdentityResolutionSettings` | Tags: IdentityResolutionSettings

---

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