cancel
Showing results for 
Search instead for 
Did you mean: 
edreir
Occasional Member - Level 2

User Default currency

Hello,

 

I am trying to get the user's default currency set on its profile.

 

I am using the API:'user/v1.0/user'

 

params = {

'user': login_id,

}

concur_resp = concur.api('user/v1.0/user', method='GET', params=params, headers={'Content-type': 'application/json', 'accept': '*'})

I get in the response the CrnKey but it is always the one set for the userid used to get the access_token no matter which userid I pass as parameter in the login_id.

 

Any help on how to get the currency for specific users?

 

Thanks in advance

1 REPLY 1
AshleyB
SAP Concur, Former Employee

Thanks for posting!

 

This might be a good question for our User Admin Group. Are you your company's Admin? If so, you should check it out! Our User Admin Group members have access to the peer-to-peer knowledge sharing of the group that might get you closer to your answer.

 

 

Hope this helps!


Best,
Ashley Bragg
SAP Concur - Community Manager

Did this response answer your question? Be sure to select “Accept as Solution” so your fellow community members can be helped by it as well.