Phase 2: Personnel Management
Personnel must be added AFTER organization registration. Each person added also creates an individual customer record with login credentials.
Personnel Types
Type Description Creates Individual Record Directors Board members (verification required) ✅ Yes Shareholders Ownership stakeholders ✅ Yes (for individuals) Employees Operations staff with specific roles ✅ Yes
First Employee Rule: The first employee added to an organization MUST have the ADMIN_USER role. Without this role, the request will fail with a 400 error.
Add Director
Directors are automatically created as individual customers with temporary passwords.
Endpoint: POST /api/v2.1/customer/organization/{organizationId}/directorHeaders: Request Body: Status: 200 OKKey IDs Created:
Director’s individual customer ID
Director’s user ID
Temporary password (should be changed on first login)
Director Types
Type Description EXECUTIVEFull-time executive director NON_EXECUTIVEPart-time non-executive director MANAGINGManaging director CHAIRMANBoard chairman
Add Shareholders (Bulk)
Shareholders can be added in bulk using an array.
Endpoint: POST /api/v2.1/customer/organization/{organizationId}/shareholdersRequest Body (Array):
Shareholder Types
Type Description INDIVIDUALPersonal shareholder CORPORATECompany shareholder
Share Classes
Class Description ORDINARYStandard voting shares PREFERENCEPreference shares with dividends REDEEMABLERedeemable shares
Add Employee
Endpoint: POST /api/v2.1/customer/organization/{organizationId}/employeeRequest Body:
Employee Roles
Role Description EMPLOYEEBase role for all employees ADMIN_USERAdministrative access (required for first employee) COMPLIANCE_OFFICERCompliance and verification access TRANSACTION_APPROVERApprove transactions OPERATIONS_MANAGEROperations management
Auto-Role Assignment
Roles can be auto-assigned based on department:
Department Auto-Assigned Roles Compliance COMPLIANCE_OFFICERFinance TRANSACTION_APPROVERManagement ADMIN_USEROperations OPERATIONS_MANAGER
Get Organization Definitions
Endpoint: GET /api/v2.1/customer/organization/definitions
Next Step
After adding personnel, proceed to Phase 3: Verification for KYB verification.
Phase 3: Verification Initiate KYB verification process