Get a list of all users for grade importing
Requires the following features to be enabled: Import
GET
/Api/Import/Users
curl \
-X GET https://app.lovassy.hu/Api/Import/Users \
-H "X-Authorization: $API_KEY"
Response examples (200)
[
{
"id": "string",
"omCodeHashed": "string",
"publicKey": "string"
}
]