The addBusinessUser
API is used to create a Business User and define their permissions and responsibilities within the system.
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) |
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.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
The response is of type object
.