Canvas Users
Adding Users
- How do I add users?
- How do I add an admin?
- SIS Import Format Documentation
- SIS Sheet (Non-students):
| user_id | login_id | first_name | last_name | full_name | sortable_name | canvas_password_notification | declared_user_type | status | account_id | authentication_provider_id | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| UID:952109 | ball | ball@berkeley.edu | Michael | Ball | Michael Ball | Ball, Michael | TRUE | administrative | active | 1 | canvas |
Likely, you wonโt have the permissions to add users or promote to admin as linked above on the production bCourses Canvas instance, but these articles are still useful for use in the Sandbox. For production bCourses, check out:
- How do I request an administrator role in bCourses?
- bCourses Roles and Permissions Summary Matrix Toggle between โcourse rolesโ and โaccount roles.โ
- bCourses Admin Roles and Permissions
Available IDs
-
User ID/UID/directory ID: exposed assis_login_idin Canvas.- Numeric, sequential, monotonically increasing from the date of creation of CalNet.
- Immutable.
- Technically not FERPA procteded.
-
Student ID: exposed as sis_user_id in Canvas for current students.- Comes in many forms. Not all SIDs are 10 digits, but newly issued ones are.
- Immutable.
- FERPA protected.
-
Cnavas User ID: created by Canvas for use internal to Canvas.- Numeric.
- Immutable.
-
CalNet ID: a public facing user name.- String.
- Mutable.
-
Email: often the same as CalNet ID.- String.
- Mutable.
Emails
- We donโt recommend using emails as primary keys.
- While emails are unique, they are not a singular identifier of a person. A person may change their CalNet ID. In most cases, the updated CalNet ID is used, however the first CalNet ID is not deleted so it may still surface.
- Additionally, people may set up email aliases. It can be annoying to detect when an alias is provided in place of a login email.
Student ID Numbers in Canvas
- Student IDs (SIDs) are found in Canvas under โSIS User IDโ or โSIS ID.โ
- Sometimes, a SID is unavailable so the value will be โUID:***โ (Canvas user ID).
- Because of this, do not assume that SIS User IDs are numeric.