This documentation is for the v1 (stable) version of the API.
Invocation URL: /v1/fastlabel/listusers

Descripton:

List all the User accounts associated with the Main account. Note: You need to ask your Local RF if you want to add/remove users.

Parameters:

None required

Returns:

A data structure like so:

{
    'result': [{
            'UserID': 96,
            'EmailAddress': 'scott@fastway.co.nz',
            'FirstName': 'Scott',
            'LastName': 'Jenyns',
            'PrinterID': 2,
            'DefaultMultiBusinessID': 39,
            'OnlyShowManifestsFromDefaultMultiBusiness': false,
            'DefaultCostCenterID': 0,
            'UserCreateDate': '2009-10-15 19:51:01'
        }, { ...etc 
	}]
}

Example:

https://sa.api.fastway.org/v1/fastlabel/listusers?api_key=YOUR_API_KEY

Back to FastLabel