---
title: accountNickname
framework: intents
role: symbol
role_heading: Instance Property
path: intents/insearchforaccountsintent/accountnickname
---

# accountNickname

The nickname that the user assigned to the account.

## Declaration

```swift
@NSCopying var accountNickname: INSpeakableString? { get }
```

## Discussion

Discussion When the user provides a nickname, look for an account whose name contains all or part of the specified string. Match the string against the user-visible nickname shown by your app.

## See Also

### Getting the Search Attributes

- [accountType](intents/insearchforaccountsintent/accounttype.md)
- [organizationName](intents/insearchforaccountsintent/organizationname.md)
- [requestedBalanceType](intents/insearchforaccountsintent/requestedbalancetype.md)
- [INBalanceType](intents/inbalancetype.md)
