Changing Permissions

Hey Everyone,

I am trying to build an unattended bot that purges the robot list of inactive robots. I am trying to use the orchestrator api’s to do this. The problem is my robot doesn’t have permissions to do this, and I am wondering how I can go about changing that? I need to change permission for Robot.Delete to true. For the record, I am assigned as an administrator.

Thanks,

James

I’m not sure, but I think I need to grant specific permissions for robots using the API.

Hey, I have already attempted this and it seems to useful for only interacting the with orchestrator manually. I think I might have to go in an manually manipulate the database since I haven’t found a documented process.