Canvas Users

Adding Users

user_id login_id email 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:

Available IDs

  • User ID / UID / directory ID: exposed as sis_login_id in 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.

Back to Top

Accessibility Nondiscrimination

Copyright ยฉ2026, Regents of the University of California and respective authors.

This site is built following the Berkeley Class Site template, which is generously based on the Just the Class, and Just the Docs templates.