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
description: 'The name displayed in the address book for the user. This value is usually the combination of the user''s first name, middle initial, and last name. This property is required when a user is created and it cannot be cleared during updates. Returned by default. Supports $orderby.'
2096
+
givenName:
2097
+
type: string
2098
+
description: The user's givenName. Returned by default.
2091
2099
drives:
2092
2100
type: array
2093
2101
items:
@@ -2120,12 +2128,14 @@ components:
2120
2128
surname:
2121
2129
type: string
2122
2130
description: The user's surname (family name or last name). Returned by default.
2123
-
givenName:
2124
-
type: string
2125
-
description: The user's givenName. Returned by default.
2126
2131
primaryRole:
2127
2132
type: string
2133
+
enum: [student, teacher]
2128
2134
description: 'The user`s default role. Such as "student" or "teacher"'
2135
+
userType:
2136
+
type: string
2137
+
enum: [Member, Guest]
2138
+
description: 'A string value that can be used to classify user types in your directory, such as ''Member'' and ''Guest''. Returned only on $select. Supports $filter.'
2129
2139
drive:
2130
2140
description: The drive represents a space on the storage.
0 commit comments