---
title: INSearchForAccountsIntentResponseCode.success
framework: intents
role: symbol
role_heading: Case
path: intents/insearchforaccountsintentresponsecode/success
---

# INSearchForAccountsIntentResponseCode.success

You successfully retrieved the search results.

## Declaration

```swift
case success
```

## Discussion

Discussion Use this code after performing the search successfully. Your response should contain the details of the found accounts.

## See Also

### Constants

- [INSearchForAccountsIntentResponseCode.unspecified](intents/insearchforaccountsintentresponsecode/unspecified.md)
- [INSearchForAccountsIntentResponseCode.ready](intents/insearchforaccountsintentresponsecode/ready.md)
- [INSearchForAccountsIntentResponseCode.inProgress](intents/insearchforaccountsintentresponsecode/inprogress.md)
- [INSearchForAccountsIntentResponseCode.failure](intents/insearchforaccountsintentresponsecode/failure.md)
- [INSearchForAccountsIntentResponseCode.failureNotEligible](intents/insearchforaccountsintentresponsecode/failurenoteligible.md)
- [INSearchForAccountsIntentResponseCode.failureRequiringAppLaunch](intents/insearchforaccountsintentresponsecode/failurerequiringapplaunch.md)
- [INSearchForAccountsIntentResponseCode.failureCredentialsUnverified](intents/insearchforaccountsintentresponsecode/failurecredentialsunverified.md)
- [INSearchForAccountsIntentResponseCode.failureAccountNotFound](intents/insearchforaccountsintentresponsecode/failureaccountnotfound.md)
- [INSearchForAccountsIntentResponseCode.failureTermsAndConditionsAcceptanceRequired](intents/insearchforaccountsintentresponsecode/failuretermsandconditionsacceptancerequired.md)
