In the case where there are hundreds or thousands of employees, creating each booker/passenger account manually is nearly impossible. In this case, we have a create/update passenger API that can be connected to the corporate’s human resource management system (HRMS) to keep sync of employees.
Advantages of this approach:
When a passenger login is created the email ID used will get an email requesting the user to set a password.
Using Single Sign-on (SSO) API
In a scenario where your corporate customer uses an internal tool to manage transportation, you can provide them with an SSO API to allow them to authenticate their employees with their existing corporate login credentials without the need for each employee managing a separate log in just for car rental needs.
The SSO API integrates directly with their internal transportation management tool.
Was this Helpful?