Newbie with HTTP Request

Hey Group Think!

I have been tasked to remove Bots (users) that have been inactive for greater than 30 days. Is there either a feature in orchestrator to automatically do this, or can I do this through the UiPath orchestrator http request? If it is the latter, what would be a rough outline on how to do that? I am inexperienced with regards to HTTP requests, so any information would be greatly helpful.

Thanks!

James

Hello.
You can call user-related APIs to the orchestrator.
I suggest using Delete User after checking the user’s last login date (GetUser).

please refer to the following url

https://docs.uipath.com/orchestrator/reference/permissions-per-endpoint
https://uipath.myrobots.co.kr/swagger/ui/index
image
image