Retrieve a list of all students who are ambassadors in your programs
programId=prog_123abcoffset to implement pagination.Example: limit=25 returns 25 users per pageoffset=50 skips the first 50 resultslimit and offset parameters:
Page 1 (first 50 users):
offset by the limit value for each subsequent page.
limit and offset for large datasets to avoid timeoutsprogramId to narrow results when you only need users from specific programsX-RateLimit-Limit - Maximum requests allowedX-RateLimit-Remaining - Remaining requests in current windowX-RateLimit-Reset - Time when the rate limit resetsBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter by program ID
Maximum number of results to return
Number of results to skip
List of users