Query parameters
-
Global search
-
Current page
-
Number of items per page
-
Determines if all items are selected
-
App\Users\Core\Models\User Filters: 0
-
App\Users\Core\Models\User Sorting by
-
Determines whether to return only archived records in the response.
-
Determines whether to return with archived records in the response.
GET
/v1/users/
curl \
--request GET 'https://api-dev.classmanager.io/v1/users/'
Response examples (200)
{
"data": [
{
"id": "usr_123123123123",
"firstname": "John",
"lastname": "Doe",
"email": "new Email(john@example.com)",
"emailVerifiedAt": "2023-11-08 14:05:51"
}
],
"pagination": {
"total": 15,
"count": 10,
"perPage": 10,
"currentPage": 1,
"totalPages": 2
}
}
Response examples (403)
{
"statusCode": 42.0,
"messages": [
"string"
],
"exception": {}
}