Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Dynamic attribute in Endpoint

ejeong
Valued Contributor
Valued Contributor

Hellow if we want to fetch customproperty that user has who is requesting... 

What's variable I can use...?

I tried ${customproperty14} or ${user.customproperty14}.. none of them worked...

ejeong_0-1656484969840.png

 

3 REPLIES 3

ejeong
Valued Contributor
Valued Contributor

I tried like below as well

 

ejeong_0-1656486026962.png

ejeong_1-1656486038096.png

 

but I am not able to get anything in second attribute...

I can see the value in data analyzer

ejeong_2-1656486114979.png

 

Mareetta
New Contributor III
New Contributor III

please try as below

select customproperty32 as ID from users where customproperty31 like 'xyz' and customproperty32='${user.customproperty14}'

ejeong
Valued Contributor
Valued Contributor

this works.. Thanks!