---
title: Twilio Identifier node
description: Pulls an attribute from the user's profile and stores it in the shared state.
component: auth-node-ref
version: latest
page_id: auth-node-ref:cloud:twilio-identifier
canonical_url: https://docs.pingidentity.com/auth-node-ref/latest/cloud/twilio-identifier.html
keywords: ["Nodes &amp; Trees", "Journeys", "Authentication", "Twilio"]
page_aliases: ["auth-node-twilio-identifier.adoc"]
section_ids:
  examples: Examples
  outcomes: Outcomes
  configuration: Configuration
---

# Twilio Identifier node

Pulls an attribute from the user's profile and stores it in the shared state.

The attributes should hold the telephone number or the email address depending on the delivery channel for sending the one-time passcode.

## Examples

For examples in context, read the [Twilio examples](twilio-verify-collector-decision.html#twilio-examples).

## Outcomes

* `True`: Found user and user identifier.

* `False`: User isn't found.

* `Error`: Exception occurred, and the error message stored in shared store.

## Configuration

| Property                | Usage                                                                       |
| ----------------------- | --------------------------------------------------------------------------- |
| Identifier Attribute    | The IDM attribute to find in the user profile:- `mail`

- `telephoneNumber` |
| Identifier Shared State | The shared state variable in which to store the value.                      |
