{
"title": "string",
"firstName": "string",
"lastName": "string",
"gender": "male",
"occupation": "Product Manager",
"identificationType": " IDCARD",
"identificationNumber": "string",
"countryIso3Code": "string",
"issuedDate": "string",
"expiryDate": "string",
"bvn": "string",
"country": "string",
"address": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"dateOfBirth": "string",
"contactEmail": "string",
"contactPhone": "string",
"meansOfIdentificationUrl": "string",
"proofOfAddressUrl": "string",
"designation": "BeneficialOwner",
"shareholderPercentage": 0,
"shareholderLevel": "string",
"isUbo": true
}
curl --location --request POST 'https://api-gateway-uat.mmacs.io/platform/client-service/api/v1/clients//sub-clients//business-users' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"firstName": "string",
"lastName": "string",
"gender": "male",
"occupation": "Product Manager",
"identificationType": " IDCARD",
"identificationNumber": "string",
"countryIso3Code": "string",
"issuedDate": "string",
"expiryDate": "string",
"bvn": "string",
"country": "string",
"address": "string",
"city": "string",
"state": "string",
"postalCode": "string",
"dateOfBirth": "string",
"contactEmail": "string",
"contactPhone": "string",
"meansOfIdentificationUrl": "string",
"proofOfAddressUrl": "string",
"designation": "BeneficialOwner",
"shareholderPercentage": 0,
"shareholderLevel": "string",
"isUbo": true
}'
{
"message": "Sub-Client user created successfully",
"id": "239",
"entityId": "qaLGyVaQMSKXPKdYwqww2",
"createdAt": "2025-05-29T16:48:14.100Z",
"updatedAt": "2025-05-29T16:48:14.100Z",
"createdBy": "abc.def@yopmail.com",
"updatedBy": null,
"isDeleted": false,
"businessUserId": null,
"businessId": null,
"title": "Prof",
"firstName": "Furman",
"lastName": "Howell",
"gender": "Male",
"dateOfBirth": "1991-03-01",
"occupation": "System Engineer",
"identificationType": "PASSPORT",
"identificationNumber": "ITBIACX1",
"issuedDate": "2024-09-01",
"expiryDate": null,
"bvn": null,
"isHonorInstructionFromUser": null,
"countryId": null,
"countryIso3Code": "NGA",
"country": "Nigeria",
"address": "2375 Camron Spring",
"state": "Lagos",
"city": "Lagos",
"postalCode": "10001",
"contactEmail": null,
"contactPhone": null,
"meansOfIdentificationUrl": null,
"proofOfAddressUrl": null,
"designation": "BeneficialOwner",
"userRole": null,
"shareholderPercentage": 80,
"shareholderLevel": "Intermediate",
"isUbo": false,
"status": "active"
}