Search Account Officer
This Endpoint enables you to retrieve a list of all account officers.
GET /api/account/v1/SearchAccountOfficers
Headers
Content-Type*
application/json
Authorization*
bearer <token>
Request-reference*
{unique_reference}
This endpoint takes no query parameters.
Body
id
string
Unique ID of the account officer
name
string
Full name of the account officer
gender
string
Gender of the account officer
branchCode
string
Code of the officer's branch
branchName
string
Name of the officer's branch
staffID
string
Staff ID of the account officer
phoneNumber
string
Phone number of the account officer
address
string
Address of the account officer
status
string
Current status of the account officer
accessLevel
number
Access level assigned to the officer
dateCreated
string
Date the officer record was created
linkedUser
string
User account linked to the officer
supervisor
string
Email/identifier of the officer's supervisor
supervisorName
string
Name of the officer's supervisor
recordCount
number
Total number of account officers returned
Sample API Request
Response
Last updated