Reltio Connect

 View Only
  • 1.  How to find out which users are in a group?

    Posted 08-02-2021 14:50
    I'm in our Dev Tenant > User Management and trying to delete a Group, but cannot w/o removing the Users first.  
    Ok, that makes sense, but when I try to find out which are the Users, I can't find where that list is, and I don't want to have to look in every single User to figure it out.  
    Any ideas folks?? 
    Thanks! LA


  • 2.  RE: How to find out which users are in a group?

    Reltio Employee
    Posted 08-02-2021 17:59
    Hello Lori, 

    You can use the GET /users API call to fetch the list of users and then filter the json response based on the group name to identify specific users who are part of the given group. 

    Reference documentation for the API call:
    https://docs.reltio.com/usermgmtapi/getuserswithpermissions.html?hl=get,users

    Thanks,
    Shantanu


  • 3.  RE: How to find out which users are in a group?

    Reltio Employee
    Posted 08-03-2021 01:56
    Hi Lori,

    We have a dedicated API endpoint through which you can find the users mapped to a particular group. Please find the details of the end point in our API reference portal https://developer.reltio.com/private/swagger.htm?module=Tenant+Management#/User%20Management/getUsersByGroupId
    You can provide the Group ID as the input parameter & the API will respond with the list of users who are mapped to that group. Please make sure that the person accessing this endpoint has the role ROLE_ADMIN_CUSTOMER within your Reltio provisioned tenants.


    Thanks,
    Nirmal