Migrate Attendance Records API
This API service provides the ability to migrate a campusM user’s check-in data from one account (email address) to another.
This may be needed in the case of a student changing their email address, to continue to see the check-in data from the old email address and the new email address.
Resource URL:
GET /campusm/v1/cmrest/admin/products/attendance/<ORG CODE>/migrateAttendanceRecords
Query string parameters
Name | Type | Required | Description |
apiKey | String | Required | Supplied by Ex Libris as part of the implementation |
oldEmail | String | Required | The old email to replace |
newEmail | String | Required | The new email to replace |
Path parameters
Name | Type | Required | Description |
Org Code | Number | Required | Supplied by Ex Libris as part of the implementation |
Example
https://api-eu.hosted.exlibrisgroup.com/campusm/v1/cmrest/ admin/products/attendance /<ORG CODE>/migrateAttendanceRecords ?oldEmail=<oldEmail>&newEmail=<newEmail>
Output
The service returns a success message or an error message in case of failure.
Sample response
{ "success": true, "message":"success changed check-ins." }