Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage parent accounts and user profiles
curl -X GET https://api.sunschool.xyz/api/parents \ -H "Authorization: Bearer {token}"
[ { "id": 1, "username": "john_parent", "email": "john@example.com", "name": "John Doe", "role": "PARENT", "parentId": null }, { "id": 2, "username": "jane_parent", "email": "jane@example.com", "name": "Jane Smith", "role": "PARENT", "parentId": null } ]