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>>
Comments
Please sign in to leave a comment.