Get a list of all user groups
Requires verified email; Requires one of the following permissions: Auth.IndexUserGroups
GET
/Api/UserGroups
curl \
-X GET https://app.lovassy.hu/Api/UserGroups \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
{
"id": 42,
"name": "string",
"permissions": [
"string"
],
"createdAt": "2024-05-04T09:42:00+00:00",
"updatedAt": "2024-05-04T09:42:00+00:00"
}
]