Does anyone know of a way that I can display the User ID email rather than the User ID? I am working on doing some report tracking and the user ID's are somewhat cryptic without the email.
If comfortable with REST, our API offers Space User calls.
https://customerportal.infor.com/csmcore?id=kb_article_view&sysparm_article=KB2174156
Diane - we've used REST APIs in other applications but never in Birst. Is there some documentation on how to generate the URL endpoint that we need to use? Is there a certain REST platform that we need to use?
Use https://login.bws.birst.com/api/
Before making any calls, make sure you generate your OAuth secrets...
run createOauthKey from the birst command window, and write those secrets down.