For the complete documentation index, see llms.txt. This page is also available as Markdown.

Search Account Officer

This Endpoint enables you to retrieve a list of all account officers.

GET /api/account/v1/SearchAccountOfficers

Postman's Params table for this endpoint listed 24 unrelated fields, the actual request takes no parameters, confirmed via the sample curl request below.

Headers

Name
Value

Content-Type*

application/json

Authorization*

bearer <token>

Request-reference*

{unique_reference}

This endpoint takes no query parameters.

Body

Name
Data Type
Description

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

data.data returns one entry per account officer. recordCount shows the total number of officers returned.

Last updated