Skip to main content
Question

augmented attribute changed_by attribute is only giving me a UUID, not a name.

  • May 3, 2023
  • 2 replies
  • 19 views

In Action Flows, I am modifying an augmented attribute. The augmented attribute automatically created a supporting table with an attribute changed_by. this attribute is getting a uuid reference to the user. But, I can't find any documentation to convert it to a name. Does anyone know how to do this?

screenshot for Celopeers

2 replies

Forum|alt.badge.img+14

Hi, i don't think we can access the user list table, but you can get this information on below API

 

https://[Your-Instance].[Your-Cluster].celonis.cloud/api/members?includeInternal=true

 

You can then download this information and upload it to Celonis. (It can be Action Flow )

 

HTH.


Forum|alt.badge.img+8

Hi @rio.cinco12,

 

Any suggestions on how to retrieve this using an action flow?

Not sure how to set this up. With an HTTP request the access is denied.

 

Thanks!

Teun