For example there is a auto scheduler import contacts which i have created on Odoo and i have lets say 3 users in Odoo. Each user has his own token that will be used in import contacts method to get contacts of that particular user based on his token.
If user 1 has turned on auto scheduler his contacts should be imported.
If user 2 turns on auto scheduler his contacts should be imported.
Same for user 3.
All the users auto scheduler should work at the same time. All the users should use the same auto scheduler when they are logged in on Odoo from their account.
How can i implement this?