tp_user_id

Tool provider user id


tc_user_id

Tool consumer user id


tc_role

Tool consumer role


tc_first_name

Tool consumer first name


tc_last_name

Tool consumer last name


tc_email

Tool consumer email name

Example:

REQUEST:
- POST /launch?courseId=123&instructor=555
- HEADER:
    Content-Type: application/json
    Authorization: Basic WW91SGF2ZVRvb011Y2hGcmVlVGltZTpTdG9wUmV2ZXJzZUVuZ2luZWVyaW5nT3VyRG9jdW1lbnRhdGlvbiA6LSk=

- BODY:
{
    "tp_user_id": "5",
    "tc_user_id": "ea918c08a3874091a2644e72109ea898",
    "tc_role": "urn:lti:role:ims/lis/Learner",
    "tc_first_name": "Joe",
    "tc_last_name": "Smith",
    "tc_email": "joe.smith@university.edu"
}