addBusinessUser
Company Onboarding
addBusinessUser
The addBusinessUser API is used to create a Business User and define their permissions and responsibilities within the system.
What it does:
- Creates a Business User with defined roles and permissions
- Establishes user access levels based on assigned roles providing role-based functionality
- Supports multiple role assignments for flexible user management
Business User Roles:
A Business User can have one or more of these roles:
| Role | Description |
|---|---|
| Payroll Admin | Full access to payroll processing and management functions |
| Beneficial Owner | Legal ownership stake in the company (At least 25% share must be stated) |
| Book Keeper | Usually limited access to read-only for company accounting purposes and reporting |
Notes:
- At least one beneficial owner with at least 25% share of the company must be registered to the system for compliance. A sole beneficial owner cannot be deleted before another is added.
- For beneficial owners dateOfBirth, address1, address2, city, state, zipcode, ssn and ownershipPercentage are mandatory for compliance purposes.
POST
addBusinessUser
Documentation Index
Fetch the complete documentation index at: https://developer.rollfi.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
