Apptio for All

 View Only

 HTML Data Attributes to Retrieve Logged-in User Details

Jump to  Best Answer
Rahul Talla's profile image
Rahul Talla posted Tue April 01, 2025 07:17 PM

Hi all, 

We are currently trying to develop a User Profile report which outlines user's  key information on their access i.e. 

User Name
User Roles that have been assigned (As provided/viewable in Access Administration portal)
Their Last Successful Login

Is there any known OOTB HTML data attributes holding this information in the Cost Transparency Project?

Thanks for the help :)

Guillermo Cuadrado's profile image
Guillermo Cuadrado  Best Answer

I doubt there will be any OOTB HTML attributes/functions to return what you want, @Rahul Talla.

Something that comes to mind:

  1. Extract the data using REST calls from the Frontdoor API & store the list in a file
  2. Upload the file to CT, manually or using a local Datalink Agent
  3. Create a CT report off the uploaded table

I tried the Frontdoor REST APIs a while ago and could get some results.

The second part, extracting the data and loading the results to CT we do every month using Datalink, albeit for other purposes.

Michael Martinelli's profile image
Michael Martinelli

Here are some API options

https://help.apptio.com/en-us/frontdoor/admin-guide/eaa-api/frontdoor-apis-toc.html

https://help.apptio.com/en-us/frontdoor/admin-guide/eaa-api/api-get-users-specified.html

https://help.apptio.com/en-us/frontdoor/admin-guide/eaa-api/api-get-authentication-report.html

https://help.apptio.com/en-us/frontdoor/admin-guide/eaa-api/api-get-domain-users.html

https://help.apptio.com/en-us/frontdoor/admin-guide/eaa-api/api-get-user-info.html