...
Code Block |
---|
{ "firstName": "AutoTester", "previous_firstName": null, "lastName": "Above 18yo", "previous_lastName": null"Diff LastName", "email": "autotesterautotester@domain.com", "previous_email": null, "cccid": "ABU9844", "idme_status": "unverified", "previous_idme_status": null, "idme_confirmation_timestamp": null } |
Description of fields:
firstName: The updated first name of the user. This field is a string with a maximum length of 100 characters.
previous_firstName: The previous first name of the user, if applicable. This field is a string with a maximum length of 100 characters.
lastName: The updated last name of the user. This field is a string with a maximum length of 100 characters.
previous_lastName: The previous last name of the user, if applicable. This field is a string with a maximum length of 100 characters.
email: The updated email address. This field is a string with a maximum length of 256 characters.
previous_email: The previous email address, if applicable. This field is a string with a maximum length of 256 characters.
cccid: A unique identifier for the user (e.g., CCCID). This field is a string with a maximum length of nine characters.
idme_status: The current status of the user's ID verification (e.g., unverified, verified). This field is a string with a maximum length of 50 characters.
previous_idme_status: The previous ID verification status, if applicable. This field is a string with a maximum length of 50 characters.
idme_confirmation_timestamp: Date with UTC time of when the ID verification was confirmed, if applicable.
...
Despite the eventType value of ‘UPDATE_PROFILE’ and ‘FEDERATED_IDENTITY_LINK’, CCCTC systems will solely deliver this event payload to college staging tables if or when the previous_idme_status field contains a different value from the idme_status field’s value. It is theoretically possible that a student modifies the first name (or other field) in such a way that does not change their http://Idid.me status. In this case, no event would be sent to the college.
...