This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
- Mute
- Subscribe
- Bookmark
- Report Inappropriate Content
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
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
- Mute
- Subscribe
- Bookmark
- Report Inappropriate Content
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.