Reltio Connect

 View Only
  • 1.  Reltio User Onboard Information | User API

    Posted 08-29-2022 01:04

    Hi Team,

    I have used the below API to get the User information with Roles, groups, lastlogindate & lastpasswordchange date. But I am unable to get when the User was created/onboarded into Reltio w.r.to Tenants.

    API Used - https://auth.reltio.com/oauth/customers/35umobj/users/

    Do we have any other API to get it?



    ------------------------------
    Chetan P
    Freshworks
    ------------------------------


  • 2.  RE: Reltio User Onboard Information | User API

    Founding Member
    Posted 08-29-2022 01:22

    Hi Chetan,

    You can use this API to get more details about a particular user https://auth.reltio.com/oauth/customers/35umobj/users/{{username}}



    ------------------------------
    Gowthamprabhu Sivaraj
    AstraZeneca
    ------------------------------



  • 3.  RE: Reltio User Onboard Information | User API

    Posted 08-29-2022 02:17
    Thanks for the Response,

    Please find the below, not sure what's wrong here.

    Response post running https://auth.reltio.com/oauth/customers/35umobj/users/

    "customer": "35umobj",
    "username": "chetan.ranganayakulu@freshworks.com",
    "email": "chetan.ranganayakulu@freshworks.com",

    While running the above, getting the below error - 

    {
    "timestamp": 1661753727529,
    "status": 404,
    "error": "Not Found",
    "path": "/oauth/customers/35umobj/users/chetan.ranganayakulu@freshworks.com"
    }

    Attached the same.


    ------------------------------
    Chetan P
    Freshworks
    ------------------------------



  • 4.  RE: Reltio User Onboard Information | User API

    Founding Member
    Posted 08-29-2022 02:25

    Im sorry. My bad. It has to be like this, https://auth.reltio.com/oauth/users/{{username}}



    ------------------------------
    Gowthamprabhu Sivaraj
    AstraZeneca
    ------------------------------



  • 5.  RE: Reltio User Onboard Information | User API
    Best Answer

    Posted 08-29-2022 02:36
    I could see the same API that the above-shared API retrieves the same output as this https://auth.reltio.com/oauth/customers/35umobj/users/  gives it.

    Output from https://auth.reltio.com/oauth/users/chetan.ranganayakulu@freshworks.com

    {
    "customer": "35umobj",
    "username": "chetan.ranganayakulu@freshworks.com",
    "email": "chetan.ranganayakulu@freshworks.com",
    "entity": null,
    "externalTokens": [],
    "tenants": [],
    "enabled": true,
    "accountNonExpired": true,
    "credentialsNonExpired": true,
    "accountNonLocked": true,
    "roles": [],
    "externalUser": false,
    "locale": "en_GB",
    "timezone": "Asia/Kolkata",
    "userPermissions": {
    "roles": {
    "ROLE_USER": []
    },
    "permissions": {},
    "permissionsByService": {}
    },
    "groups": [],
    "encrypted": true,
    "passwordChangedDate": 1621232814528,
    "lastLoginDate": 1661754228855,
    "numberFailedLoginAttempts": 0
    }
    And also User Onboarded / First Onboarded date is not available in this API as well.


    ------------------------------
    Chetan P
    Freshworks
    ------------------------------



  • 6.  RE: Reltio User Onboard Information | User API

    Reltio Employee
    Posted 08-30-2022 14:05
    Hi Chetan, Reltio is not providing that information out of the box. However, it's a great idea. Can you please submit it via https://reltio.ideas.aha.io/portal_session/new?

    ------------------------------
    Sergio Abraham
    Principal Product Manager
    Reltio
    ------------------------------