You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| UID:952109 | ball |ball@berkeley.edu| Michael | Ball | Michael Ball | Ball, Michael | TRUE | administrative | active | 1 | canvas |
21
-
22
-
</div>
16
+
<tabletabindex="0"role="region"aria-label="User Data Table">
17
+
<tr>
18
+
<th>user_id</th>
19
+
<th>login_id</th>
20
+
<th>email</th>
21
+
<th>first_name</th>
22
+
<th>last_name</th>
23
+
<th>full_name</th>
24
+
<th>sortable_name</th>
25
+
<th>canvas_password_notification</th>
26
+
<th>declared_user_type</th>
27
+
<th>status</th>
28
+
<th>account_id</th>
29
+
<th>authentication_provider_id</th>
30
+
</tr>
31
+
<tr>
32
+
<td>UID:952109</td>
33
+
<td>ball</td>
34
+
<td>ball@berkeley.edu</td>
35
+
<td>Michael</td>
36
+
<td>Ball</td>
37
+
<td>Michael Ball</td>
38
+
<td>Ball, Michael</td>
39
+
<td>TRUE</td>
40
+
<td>administrative</td>
41
+
<td>active</td>
42
+
<td>1</td>
43
+
<td>canvas</td>
44
+
</tr>
45
+
</table>
23
46
24
47
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]({{ 'canvas/sandbox' | relative_url }}). For production bCourses, check out:
25
48
*[How do I request an administrator role in bCourses?](https://berkeley.service-now.com/kb_view.do?sysparm_article=KB0011247)
@@ -28,32 +51,32 @@ Likely, you won't have the permissions to add users or promote to admin as linke
28
51
29
52
30
53
## Available IDs
31
-
*`User ID` / `UID` / `directory ID`: exposed as `sis_login_id` in Canvas.
32
-
* Numeric, sequential, monotonically increasing from the date of creation of CalNet.
54
+
*`User ID` / `UID` / `directory ID`: exposed as `sis_login_id` in Canvas.
55
+
* Numeric, sequential, monotonically increasing from the date of creation of CalNet.
33
56
* Immutable.
34
-
* Technically not FERPA procteded.
57
+
* Technically not FERPA procteded.
35
58
*`Student ID`: exposed as sis_user_id in Canvas for current students.
36
59
* Comes in many forms. Not all SIDs are 10 digits, but newly issued ones are.
37
60
* Immutable.
38
-
* FERPA protected.
61
+
* FERPA protected.
39
62
*`Cnavas User ID`: created by Canvas for use internal to Canvas.
40
63
* Numeric.
41
64
* Immutable.
42
-
*`CalNet ID`: a public facing user name.
65
+
*`CalNet ID`: a public facing user name.
43
66
* String.
44
-
* Mutable.
45
-
*`Email`: often the same as CalNet ID.
67
+
* Mutable.
68
+
*`Email`: often the same as CalNet ID.
46
69
* String.
47
70
* Mutable.
48
71
49
72
50
73
## Emails
51
-
* We don't recommend using emails as primary keys.
52
-
* While emails are unique, they are not a singular identifier of a person. A person may change their [CalNet ID](https://calnet.berkeley.edu/calnet-me/manage-my-calnet-account/you-change-your-calnet-id). In most cases, the updated CalNet ID is used, however the first CalNet ID is not deleted so it may still surface.
53
-
* Additionally, people may set up email aliases. It can be annoying to detect when an alias is provided in place of a login email.
74
+
* We don't recommend using emails as primary keys.
75
+
* While emails are unique, they are not a singular identifier of a person. A person may change their [CalNet ID](https://calnet.berkeley.edu/calnet-me/manage-my-calnet-account/you-change-your-calnet-id). In most cases, the updated CalNet ID is used, however the first CalNet ID is not deleted so it may still surface.
76
+
* Additionally, people may set up email aliases. It can be annoying to detect when an alias is provided in place of a login email.
54
77
55
78
56
79
## Student ID Numbers in Canvas
57
-
* Student IDs (SIDs) are found in Canvas under "SIS User ID" or "SIS ID."
80
+
* Student IDs (SIDs) are found in Canvas under "SIS User ID" or "SIS ID."
58
81
* Sometimes, a SID is unavailable so the value will be "UID:*******" (Canvas user ID).
59
82
* Because of this, do not assume that SIS User IDs are numeric.
0 commit comments