Payload to recover bots from a deleted user's private workspace
RPARobotic Process AutomationIntelligent AutomationAgentic Process AutomationAI AgentsWorkflow-AutomationDocument AutomationProcess OrchestrationEnterprise AutomationBots
Properties
Name
Type
Description
userId
integer
Numeric ID of the deleted user whose bots should be recovered
targetFolderId
integer
Folder ID in the public workspace where recovered bots will be moved
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RecoverRequest",
"title": "RecoverRequest",
"type": "object",
"description": "Payload to recover bots from a deleted user's private workspace",
"required": [
"userId"
],
"properties": {
"userId": {
"type": "integer",
"format": "int64",
"description": "Numeric ID of the deleted user whose bots should be recovered"
},
"targetFolderId": {
"type": "integer",
"format": "int64",
"description": "Folder ID in the public workspace where recovered bots will be moved"
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.