How to find users along with groups and roles

Question

For permission related issues we are required to check the user roles and groups. This KB explains how to find the user roles and groups. 

 

Answer

  • Get the customer ID using the below API :
GET >> https://<environment>/reltio/tenants/<tenantid>
  • Use the below API to find the list of users along with the groups and roles assigned to the users : 
GET >> https://auth.reltio.com/oauth/customers/<customerid>/users 
  • The below API to find the roles assigned to a group. 
GET >> https://auth.reltio.com/oauth/customers/<<CustomerId>>/groups/<<groupId>>

 

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.