# How can we access user properties data and custom user properties data in function

**URL:** https://community.yellow.ai/t/how-can-we-access-user-properties-data-and-custom-user-properties-data-in-function/4906
**Category:** Engage
**Tags:** user360
**Created:** [January 18, 2024, 5:00am UTC](https://community.yellow.ai/t/how-can-we-access-user-properties-data-and-custom-user-properties-data-in-function/4906 "2024-01-18T05:00:51Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Abdullah\_Zuhud](https://yyz1.discourse-cdn.com/flex035/user_avatar/community.yellow.ai/abdullah_zuhud/32/1624_2.png) [@Abdullah\_Zuhud](https://community.yellow.ai/u/Abdullah_Zuhud)
#### Post date: [January 18, 2024, 5:00am UTC](https://community.yellow.ai/t/how-can-we-access-user-properties-data-and-custom-user-properties-data-in-function/4906/1 "2024-01-18T05:00:51Z")

</div>

How can we access user properties data and custom user properties data in function

---

<div class="post-metadata">

### Author: ![Kanchepalli\_Harsha\_V](https://yyz1.discourse-cdn.com/flex035/user_avatar/community.yellow.ai/kanchepalli_harsha_v/32/2521_2.png) [@Kanchepalli\_Harsha\_V](https://community.yellow.ai/u/Kanchepalli_Harsha_V)
#### Post date: [January 18, 2024, 9:21am UTC](https://community.yellow.ai/t/how-can-we-access-user-properties-data-and-custom-user-properties-data-in-function/4906/2 "2024-01-18T09:21:12Z")

</div>

You can use data.user to access user properties.

For example `data.user.phone`, `data.user.email`
