Returns a list of all the fields which are available in the account for an employee.
[ { "id": 1, "name": "First name", "type": "text", "alias": "firstName" }, { "id": 2, "name": "Last name", "type": "text", "alias": "lastName" }, { "id": 3, "name": "My custom list", "type": "list" }]
Was this page helpful?