devansh795
Newcomer
Member since ‎2025 Apr 23

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi All,I am trying to get details of user who as logged in to the application which is hosted on BTP cloud foundry.I am using BAS for development.I have used this code for this:_fetchUserInfo: function () { fetch("/user-api/userinfo") ...