Users Not Reflecting In The Admin Panel But Reflecting In Tenant When User Is Created Using “/OData/Users” POST Method

Users not reflecting in the admin panel but reflecting in tenant when user is created using “/OData/Users” POST method.

Issue Description: Users not reflecting in the admin panel but reflecting in tenant when User is created using “/OData/Users” post method.


Resolution:

  1. As a first step, call the API at platform level to create User when added as a directory user in tenant under Manage access.
  • POST /Odata/Users

  1. Use the Directory identifier ID to call the user at tenant level , after which they can use Folder level API to add the user at folder .
  • POST /Odata/Folders/UiPath.Server.Configuration.OData.AssignDomainUser or POST /Odata/Folders/UiPath.Server.Configuration.OData.AssignUsers
  • POST /Odata/Folders/UiPath.Server.Configuration.OData.AssignMachines .