users_showPermission, Token Scope, Not has Restriction and The user created by you or is a descendant of, if you want to see All Users You need to have this Permission also users_see_allPermission, Token Scope, Not has Restriction.Authorization: Bearer ********************curl --location --request GET 'https://api.temlittoral.com/api/v1/users/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>'{
"id": 1,
"username": "test",
"email": "test@example.com",
"created_by_id": 1,
"credit": 98,
"full_name": "Test User",
"dns": null,
"note": null,
"whatsapp": null,
"telegram": null,
"adult": null,
"tos_acceptance_at": null,
"pin": null,
"last_ip": null,
"show_bouquets_by": null,
"paid_test_sold": 0,
"restricted": false,
"created_at": "2024-07-17 09:02:15",
"updated_at": "2024-07-17 09:24:21"
}