Forum Discussion

3 Replies

  • Hi ADS_PSI,

     

    Are you getting the sso_id when you execute your query from the API Browser in Studio?

     

    sso_id is private information which cannot be accessed in the way you are trying. You need to pass the oAuth access token to retrieve this information, which cannot be done via browser. You need to write custom code for this.

  • ADS_PSI's avatar
    ADS_PSI
    Mentor
    8 years ago

    Hi srujanayeruvaka,

     

    I am able to get SSO id when I try the query in Studio via API Browser. I am trying the call from rest client and not from browser. I believe what you are saying that I need to pass oauth token of admin user in order to access the data.

     

    Thanks