User Tools

Site Tools


employees

/itg/employees

Retrieve a list of all available user accounts. It is best to create a dedicated user account for any external service you connect through this API to keep transactions separated.

parameters:

auth the authorisation code you received from Intogolf BV (mandatory)

If a wrong authorisation code is provided, the backend will return 401,“Unauthorized”

example: https://backend.intogolf.com/itg/employees?auth=<your authorisation code>

result:

{

    "employees": [
        {
            "empnr": 10,
            "lastname": "knol",
            "firstname": "saskia",
            "nameprefix": ""
        },
        {
            "empnr": 1259,
            "lastname": "posmobile",
            "firstname": "",
            "nameprefix": ""
        },
        {
            "empnr": 1519,
            "lastname": "Dongen",
            "firstname": "Ferry",
            "nameprefix": "van"
        }
    ]

}
empnr internal id of the user/employee
lastnamelast name of the user
firstnamefirst name of the user
nameprefixname prefix “van der”
employees.txt · Last modified: 2013/05/24 13:03 (external edit)