- Open API
- Introduction to Automation Hub API
 - API References
 - Generate your Token from Automation Hub
 - Input for Automation Pipeline
 - Input for Submission Type
 - Input for Phase
 - Input for Status
 - Input for Phase and Status Update
 - Input for Business Unit
 - Input for Applications
 - Input for Category
 - Input for Cost Benefit Analysis
 - Input for High Level Assessment
 - Input for Detailed Assessment
 - Input for Automation Idea Creation Date
 - Input for Users
 - Input for User Status
 - User Status Table
 - Input for Collaborators
 
- Output Dictionary
 - Automation Hub Open API Power Query Data Parsing
 
 

Automation Hub API Guide
Below you can find the value for the platform default/uneditable roles. To assign a customized role please use first the Get user roles call in order to find out the key value.
| 
                            Key  | 
                            Value  | 
                            Use Case  | 
|---|---|---|
| 
                            user_email  | 
                            The email address of a user who does not have an account in Automation Hub/who's account is to be updated.  | 
                            GET and POST request parameters  | 
| 
                            user_first_name  | 
                            The first name of the user that is about to be added/edited.  | 
                            GET and POST request parameters  | 
| 
                            user_last_name  | 
                            The last name of the user that is about to be added/edited.  | 
                            GET and POST request parameters  | 
| 
                            user_job_title  | 
                            The job title of the user that is about to be added/edited.  | 
                            GET and POST request parameters  | 
| 
                            user_business_unit  | 
                            The business unit of the user that is about to be added/edited.  | 
                            GET and POST request parameters  | 
| 
                            user_department  | 
                            The department of the user that is about to be added/edited.  | 
                            GET and POST request parameters  | 
| 
                            user_location  | 
                            The location of the user that is about to be added/edited.  | 
                            POST request parameter.  | 
| 
                            inviteStatus  | 
                            inviteStatus=all inviteStatus=active inviteStatus=inactive inviteStatus=pending  | 
                            GET filter  | 
| 
                            user_roles  | 
                            System Admin = 2 RPA Sponsor = 3 Component Curator = 4 Program Manager = 5 Idea Approver = 6 Standard User = 8 Project Manager = 11  | 
                            POST request parameter.  | 
| 
                            category_id  | 
                            You can easily extract Category ID by using the GET category call.  | 
                            POST request parameter.  |