List all Users
GET
https://{{env}}-lb.simplifipay.com/v1/user
User
Following are the properties of this endpoint.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET 'https://uat-lb.simplifipay.com/v1/user' \
--header 'requestUuid;'
Response Response Example
[
{
"uuid": "f242acc1-bcbf-11eb-8529-c070bc3a2323",
"username": "johnsmith",
"firstName": "John",
"middleName": "M",
"lastName": "Smith",
"gender": "MALE",
"userStatus": "ACTIVE",
"kycStatus": "NOT_SUBMITTED",
"createdAt": "2025-02-28 13:31:00",
"createdBy": "a49d6f6e-c98b-47db-9d6f-6ec98b77dbf9",
"userDetail": {
"cardProgramUuid": "a0f07d6c-d6e8-4bda-9dcc-f64fb3a720f6",
"dob": "2025-02-28 13:31:00",
"roleName": "CUSTOMER",
"position": "Employee"
},
"address": {
"addressType": "PRIMARY",
"streetAddress": "string",
"address2": "string",
"cityCode": "string",
"stateCode": "string",
"countryCode": "string",
"postalCode": "string"
},
"contacts": [
{
"contactType": "PHONE",
"contactValue": "+971123456789, john.smit@simplifipay.com"
}
]
}
]
Request
Query Params
startDate
string <date>
optional
dates in the SimpliFi system are stored and displayed in the following format
yyyy-mm-dd hh:mm:ss
Example:
2025-02-28
endDate
string <date>
optional
dates in the SimpliFi system are stored and displayed in the following format
yyyy-mm-dd hh:mm:ss
Example:
2025-02-28
Header Params
requestUuid
stringÂ
required
system. This would help us in debugging in case of a discrepancy in the expected behavior of the API.
Example:
00d366f2-a6e9-4714-b172-02c4e58c29d8
Responses
Modified at 2025-06-27 12:44:57