Headless LMS

Get a student by id

GET /api/students/{id}. Get a student by id. Headless LMS Organizations API reference.

GET
/api/students/{id}

Path Parameters

id*string

Response Body

application/json

application/json

curl -X GET "https://example.com/api/students/string"
{  "id": "string",  "firstName": "string",  "lastName": "string",  "email": "string",  "image": "string",  "entitlementCount": -9007199254740991,  "avgProgress": -9007199254740991,  "status": "invited",  "joinedAt": "string",  "lastActiveAt": "string"}
{  "error": "string",  "message": "string",  "requestId": "string"}