Get a list of all users
Requires verified email; Requires one of the following permissions: Users.IndexUsers; Requires the following features to be enabled: Users
GET
/Api/Users
curl \
-X GET https://app.lovassy.hu/Api/Users \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": "string",
"name": "string",
"email": "string",
"emailVerifiedAt": "2024-05-04T09:42:00+00:00",
"realName": "string",
"class": "string",
"userGroups": [
{
"id": 42,
"name": "string"
}
],
"createdAt": "2024-05-04T09:42:00+00:00",
"updatedAt": "2024-05-04T09:42:00+00:00"
}
]