Skip to main content
GET

Authentication

string
required
Bearer token for authentication

Query Parameters

Search students by username, first name, last name, or email
integer
Page number for pagination (default: 1)

Response

integer
Total number of students in your organization
string
URL for the next page of results (null if no more pages)
string
URL for the previous page of results (null if first page)
array
Array of student objects

Search Example

Search for students by name, username, or email:
This will return all students where “john” appears in their username, first name, last name, or email.

Pagination Example

Navigate through pages of results:
The default page size is 10 students per page. All students are automatically filtered to your organization.