# Add custom attributes to user

**URL:** https://forum.flowable.org/t/add-custom-attributes-to-user/1878
**Category:** Flowable Engine
**Created:** [April 12, 2018, 8:32am UTC](https://forum.flowable.org/t/add-custom-attributes-to-user/1878 "2018-04-12T08:32:26Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Tarekajaj](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/tarekajaj/32/631_2.png) [@Tarekajaj](https://forum.flowable.org/u/Tarekajaj)
#### Post date: [April 12, 2018, 8:32am UTC](https://forum.flowable.org/t/add-custom-attributes-to-user/1878/1 "2018-04-12T08:32:27Z")

</div>

Hello,  
Is there a simple way to add custom attribute to users and access them from a process?  
e.1. we would like to add age attribute to user and use this value in a gateway condition.  
e.2. add number of days a user was absent and be able to access and change this value from a process.  
Thanks.

---

<div class="post-metadata">

### Author: ![Tarekajaj](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/tarekajaj/32/631_2.png) [@Tarekajaj](https://forum.flowable.org/u/Tarekajaj)
#### Post date: [April 12, 2018, 8:41am UTC](https://forum.flowable.org/t/add-custom-attributes-to-user/1878/2 "2018-04-12T08:41:25Z")

</div>

is this the way to do it?

[https://www.flowable.org/docs/userguide/index.html#\_list\_a\_user\_s\_info](https://www.flowable.org/docs/userguide/index.html#_list_a_user_s_info)

is it only available through rest API?  
and how can we access such info it from a process?
