Skip to main content

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

TypeDescriptionCreates Individual Record
DirectorsBoard members (verification required)✅ Yes
ShareholdersOwnership stakeholders✅ Yes (for individuals)
EmployeesOperations 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:

Director Types

TypeDescription
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

TypeDescription
INDIVIDUALPersonal shareholder
CORPORATECompany shareholder

Share Classes

ClassDescription
ORDINARYStandard voting shares
PREFERENCEPreference shares with dividends
REDEEMABLERedeemable shares

Add Employee

Endpoint: POST /api/v2.1/customer/organization/{organizationId}/employeeRequest Body:

Employee Roles

RoleDescription
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:
DepartmentAuto-Assigned Roles
ComplianceCOMPLIANCE_OFFICER
FinanceTRANSACTION_APPROVER
ManagementADMIN_USER
OperationsOPERATIONS_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