User Summary
Get user information. All fields are required.
URL: /users/:refId
HTTP Method: GET
Sample Code: Download
Response
{
"metadata":
{
"status" : Numeric,
"message" : "String content"
},
"object":
{
"firstName" : "String content",
"lastName" : "String content",
"grade" : Numeric,
"lexileScore" : "String content",
"lastPassageId" : Numeric
}
}
Exception
Endpoint Test
| Code | Detail |
| 404 | User not found |