---
title: "addIdentificationEntry(withNextSequentialPhoneNumber:label:)"
framework: callkit
role: symbol
role_heading: Instance Method
path: "callkit/cxcalldirectoryextensioncontext/addidentificationentry(withnextsequentialphonenumber:label:)"
---

# addIdentificationEntry(withNextSequentialPhoneNumber:label:)

Adds an identification entry with the specified phone number and label.

## Declaration

```swift
func addIdentificationEntry(withNextSequentialPhoneNumber phoneNumber: CXCallDirectoryPhoneNumber, label: String)
```

## Parameters

- `phoneNumber`: The phone number to be identified.
- `label`: The label to identify the phone number.

## Mentioned in

Identifying and blocking calls

## Discussion

Discussion When a phone number has an identification entry, incoming calls from that phone number will display its associated label to the user. Call this method on the instance of CXCallDirectoryExtensionContext passed as an argument to the block parameter of the  CXCallDirectoryProvider instance method beginRequest(with:).

## See Also

### Adding Entries

- [addBlockingEntry(withNextSequentialPhoneNumber:)](callkit/cxcalldirectoryextensioncontext/addblockingentry(withnextsequentialphonenumber:).md)
