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:
- 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
- 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 .