This method retrieves a the persons for the current account. You can specify whether the current logged in person should be returned. By default it is not returned.
Success Response Content
Example JSON:
{    "validationErrors": [],    "result": {        "personsBean": {            "persons": [                {                    "title": "Dr",                    "givenName": "John",                    "middleName": "A",                    "familyName": "Zoidberg",                    "type": "CONSUMER",                    "personId": "62"                },                {                    "givenName": "Leonard",                    "middleName": "J",                    "familyName": "Nibbler",                    "type": "CONSUMER",                    "personId": "63"                }            ]        }    }}Field Descriptions