Is there a feature on Canvas on the Student Profiles to have their student identification number for ease of access for themselves and us as teachers?
Thanks in advance,Roxanne
Most institutions will create student accounts via SIS import, putting the student's ID number in the user_id column. This will automatically show the student's ID number in the class roster on the People menu as long as the user has appropriate Canvas permissions to view this information.
If you don't see student ID numbers on the People menu, you most likely don't have the needed permissions. Ask your local Canvas administrator to see if they can add the SIS data - read permission to the Teacher role (or whatever course role is assigned to you):
It's simple! Follow the screenshots:
The user with an SIS ID has been added.
Hi @RoxanneO,
Unfortunately, I don't believe there is a built-in feature to add that info to a user's profile. You could use custom JavaScript attached to your Canvas theme to make some modifications, but I did some testing and found that default permissions set in Canvas do not allow a student to access their sis_id even via the API (which is what you'd utilize with JavaScript). You'd either need to adjust permissions or load the information into a custom data area and retrieve it from there with custom code. In my honest opinion, I'd probably go a different direction and try to train students on where to go to find their id (usually a student information system would be the source of truth, if students have access to that at your school/institution).
Hope this helps a bit!
-Chris
We use the Integration ID field for student identification number. We include it in the user import from our student records system, then it can be used within Canvas e.g. in People searches, course analytics reports and in gradebook views. In SIS ID we have the user's system login id which is a different code. Integration ID doesn't show in the user profile, but it is displayed in the login information section. So it probably depends how you create your student user accounts and logins, but it works for us.
Helen
I have a developer key in our Test instance: How would I use this in a local program to make a REST API call? Looking at https://developerdocs.instructure.com/services/canvas/oauth2/file.developer_keys: Developer keys are OAuth2 client ID and secret pairs stored in Canvas that allow third-party applications to request…
I'm building a tool for my institution that imports grades from another LTI tool into Canvas so instructors can automate late assignment policies not otherwise supported by Canvas. I'm trying to use the LTIv1.3 ID which is readily available on the LTI-side as a link to the student record on Canvas, but I can't find the ID…
How can one track Canvas Media use without having the reports available from Canvas Studio? Checking API endpoints and the Data 2 schema, there do not seem to be dedicated Canvas Media endpoints. Am I missing some? A method I've considered is using the body field of the wiki_pages table, as this contains the html code of…
Hello, I'm trying to utilize an API call to pull completed certificates and was hoping to download and store the certs as a backup. I can successfully run the API call but it will not allow me to view the certificate unless I access the URL while signed into an account where it's "my" cert. Is there a permissions setting…
UI for weekly progression idea that rest in the Schedule tab of the **K-12 UI** of Canvas it's incomplete and I really would not take it and push it into instance but I am going to post it here because in the past people like @James && @robotcars || @Steve_25 have had terrific input in the past... maybe w/their eyes and…