{
	"info": {
		"_postman_id": "efc70f44-1c62-45ee-87f1-ff59b5fd5cc3",
		"name": "Qlik Sense QRS API",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
		"_exporter_id": "1092348"
	},
	"item": [
		{
			"name": "Get User Count",
			"request": {
				"method": "GET",
				"header": [
					{
						"key": "X-Qlik-Xrfkey",
						"value": "1234567890123456",
						"type": "text"
					},
					{
						"key": "X-Qlik-User",
						"value": "UserDirectory=QOMMENTARY;UserId=admin",
						"type": "text"
					}
				],
				"url": {
					"raw": "https://qommentary:4242/qrs/user/count?xrfkey=1234567890123456",
					"protocol": "https",
					"host": [
						"qommentary"
					],
					"port": "4242",
					"path": [
						"qrs",
						"user",
						"count"
					],
					"query": [
						{
							"key": "xrfkey",
							"value": "1234567890123456"
						}
					]
				}
			},
			"response": []
		}
	]
}