Returns the list of onboarding tasks for the authenticated customer.
Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
OnBoardingTask objects with completion status.
| Field | Type | Description |
|---|---|---|
CoworkerId | number | Numeric identifier for the customer the task belongs to |
GroupId | string | UUID that groups related tasks together (e.g. all virtual office tasks share the same group) |
Type | string | The onboarding category. See Task Types below |
Action | string | The specific action required. See Task Actions below |
Completed | boolean | Whether the customer has completed this task |
| Value | Description |
|---|---|
VirtualOffice | Virtual office setup tasks (directors, mail, recipients) |
IdentityCheck | Identity verification tasks |
DeferredRequiredField | Required profile fields that must be completed later |
CompleteProfile | Personal profile completion |
CompleteTeamProfile | Team profile completion |
UnpaidInvoices | Outstanding invoices that need payment |
PendingDelivery | Pending mail or package deliveries |
EInvoicing | Electronic invoicing setup |
| Value | Applicable Type(s) | Description |
|---|---|---|
AddDirectors | VirtualOffice | Add company directors to the virtual office |
AddRecipients | VirtualOffice | Add mail recipients for the virtual office |
SetMailPreferences | VirtualOffice | Configure mail handling preferences |
StartIdentityChecks | IdentityCheck | Initiate identity verification |
CompleteIdentityChecks | IdentityCheck, VirtualOffice | Finish all identity verification steps |
CompleteProfile | CompleteProfile | Fill in all required profile fields |
PublishProfile | CompleteProfile | Make the member profile visible in the directory |
CompleteTeamProfile | CompleteTeamProfile | Fill in all required team profile fields |
AddEInvoicingDetails | EInvoicing | Add electronic invoicing details |