Hi,
We’re building an automation that creates a new employee record in an external system, and want that action to create a corresponding user login in Manager.io Cloud without tying it to a single business upfront. We manage alot of businesses under one account so generating and maintaining a seperate Access Token for every business isn’t practical.
Our ideal flow:
- New employee is created in external system
- A manager .io user account is automatically created via API, with the same login/password
- An admin then manually assigns that user to the relevant business(es) afterward, using the existing Manager .io permissions UI
From what I can see in the api2 OpenAPI spec, Access Tokens and most endpoints (Employees, Divisions etc.) appear to be scoped per-business. I could not find a document endpoint for creating a user account at the account level.
Questions:
-
Is there an account-level API (and corresponding account level token) that supports creating users, seperate from per-business Access Tokens?
-
If not currently supported, is this something planned, or is there a recommended workaround for bulk/automated user provisioning across many businesses?
Thanks for any guidance in advance.