Hi Chetan, Reltio is not providing that information out of the box. However, it's a great idea. Can you please submit it via
Original Message:
Sent: 08-29-2022 02:35
From: Chetan P
Subject: Reltio User Onboard Information | User API
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
Original Message:
Sent: 08-29-2022 02:24
From: Gowthamprabhu Sivaraj
Subject: Reltio User Onboard Information | User API
Im sorry. My bad. It has to be like this, https://auth.reltio.com/oauth/users/{{username}}
------------------------------
Gowthamprabhu Sivaraj
AstraZeneca
Original Message:
Sent: 08-29-2022 02:16
From: Chetan P
Subject: Reltio User Onboard Information | User API
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",
}
Attached the same.
------------------------------
Chetan P
Freshworks
Original Message:
Sent: 08-29-2022 01:21
From: Gowthamprabhu Sivaraj
Subject: Reltio User Onboard Information | User API
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
Original Message:
Sent: 08-29-2022 01:03
From: Chetan P
Subject: Reltio User Onboard Information | User API
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
------------------------------