User Creation/Update
Create or update a user. All fields are required.
REFID is used to identify user, which is provided by partner. Please be sure the REFID is tied to a user and should never be re-used.
REFID is used to identify user, which is provided by partner. Please be sure the REFID is tied to a user and should never be re-used.
URL: /users
HTTP Method: POST
Sample Code: Download
Request
{
"refId" : "String content",
"firstName" : "String content",
"lastName" : "String content",
"grade" : Numeric
}
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 |
| 400 | Ref ID is missing or empty |