GET/POST /public/api/getuserlist

Description

Get a simple list of users

Usage

Request body: { "APIkey": "Company_APIkey" } Response: 200 OK Response body: { "Users": [ { "ID": "123", "FirstName": "FirstName", "LastName": "LastName", "Department": "Department", "EmailAddress": "email@address.com" } ] }