List all key people

List all key people for an existing commercial user

GET https://sandbox-api.com/v1/users/{user_id}/key_people

Path Parameters

Name
Type
Description

user_id*

string

The uuid of the user

{
    "pagination": {
        "offset": 0,
        "limit": 25,
        "total": 2
    },
    "data": [
        {
            "uuid": "2acf04c3-48d1-456f-a54e-1m4251814478",
            "first_name": "Blair",
            "middle_name": "Cassidy",
            "last_name": "Dufresne",
            "title": "BENEFICIARY",
            "citizenship": "CM",
            "email": "[email protected]",
            "phone": "+237696623456",
            "address": {
                "line_1": "5161 Stansfield Dr",
                "line_2": null,
                "line_3": null,
                "zip": "18092",
                "city": "Douala",
                "region": "LT",
                "country": "CAMEROON"
            }
        },
        {. . .}
    ]
}

Last updated