Search Individual Customer

Search for an existing customer account profile information by providing the unique id of the account you want to update to request a query.

GET /api/Account/v1/SearchIndividualCustomers

Headers

Name
Value

Content-Type*

application/json

Authorization*

Bearer <token>

Request-Reference

{unique-reference}

Query Parameter

Name
Data Type
Description

ID

uuid

Unique identifier for the customer (UUID format)

CustomerID

string

Unique identifier for the customer

OldCustomerID

string

Previous customer identifier, if applicable

Title

string

Title of the customer (e.g., Mr, Mrs, Miss)

CustomerType

string

Type of customer (e.g., individual, corporate)

Name

string

Full name of the customer

FirstName

string

First name of the customer

LastName

string

Last name of the customer

OtherNames

string

Other names of the customer

HouseAddress

string

Residential address of the customer

MaritalStatus

string

Marital status of the customer

MaidenName

string

Maiden name of the customer

Religion

string

Religion of the customer

PhoneNumber

string

Phone number of the customer

Email

string

Email address of the customer

Hometown

string

Hometown of the customer

DateOfBirth

dateTime

Date of birth of the customer

Nationality

string

Nationality of the customer

State

string

State of origin or residence

LGA

string

Local Government Area (LGA)

MeansOfIdentification

string

Type of identification used

IDNumber

string

Identification number for the provided ID

NOKName

string

Next of kin's name

NOKAddress

string

Next of kin's address

NOKGender

string

Next of kin's gender

NOKRelationship

string

Relationship of the next of kin to the customer

NOKPhoneNumber

string

Next of kin's phone number

NOKEmail

string

Next of kin's email address

Occupation

string

Occupation of the customer

EmployerName

string

Employer's name

EmployerAddress

string

Employer's address

OfficePhoneNumber

string

Office phone number of the customer

Description

string

Description of the customer or account

OfficialAddress

string

Official address of the customer

BusinessPhoneNumber

string

Business phone number

NatureOfBusiness

string

Nature of the business

IndustrialSector

string

Code representing the industrial sector

RegistrationDate

dateTime

Date of business registration

IncorporationDate

dateTime

Date of business incorporation

RegistrationNumber

string

Business registration number

ContactPersonName

string

Name of the contact person

ContactPersonPhoneNumber

string

Phone number of the contact person

CountryOfOperation

string

Country where the business operates

StateOfOperation

string

State where the business operates

StartDate

dateTime

Start date for the business or activity

EndDate

dateTime

End date for the business or activity

PageNumber

integer

Page number for pagination purposes

PageSize

integer

Number of items per page for pagination

SortColumn

string

Column by which you want to sort the results: (e.g., accountName, accountType, accesslevel)

Direction

string

Direction of the sort (e.g., ascending, descending)

BVN

string

Bank Verification Number (BVN)

Sample Request
curl --location -g '{{baseurl}}/api/Account/v1/SearchIndividualCustomers' \
--header 'Content-Type: application/json' \
--header 'Authorization: bearer ' \
--header 'request-reference;'
Response : 200
//request successful

Last updated