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
Copy file name to clipboardExpand all lines: api/openapi-spec/v1.0.yaml
+13-4Lines changed: 13 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1957,6 +1957,7 @@ paths:
1957
1957
displayName: Max Mustermann
1958
1958
mail: max.musterman@example.org
1959
1959
primaryRole: student
1960
+
userType: Member
1960
1961
identities:
1961
1962
- issuer: idp.school.com
1962
1963
issuerAssignedId: max.mustermann
@@ -2076,6 +2077,7 @@ paths:
2076
2077
givenName: Max
2077
2078
mail: max.musterman@new.domain
2078
2079
primaryRole: student
2080
+
userType: Member
2079
2081
identities:
2080
2082
- issuer: idp.school.com
2081
2083
issuerAssignedId: max.mustermann
@@ -2290,6 +2292,7 @@ paths:
2290
2292
givenName: Max
2291
2293
mail: max.musterman@example.org
2292
2294
primariyRole: student
2295
+
userType: Member
2293
2296
identities:
2294
2297
- issuer: idp.school.com
2295
2298
issuerAssignedId: max.mustermann
@@ -2644,6 +2647,7 @@ paths:
2644
2647
givenName: Max
2645
2648
mail: max.musterman@example.org
2646
2649
primariyRole: student
2650
+
userType: Member
2647
2651
identities:
2648
2652
- issuer: idp.school.com
2649
2653
issuerAssignedId: max.mustermann
@@ -2746,6 +2750,7 @@ paths:
2746
2750
givenName: Max
2747
2751
mail: max.musterman@example.org
2748
2752
primariyRole: teacher
2753
+
userType: Member
2749
2754
identities:
2750
2755
- issuer: idp.school.com
2751
2756
issuerAssignedId: max.mustermann
@@ -3149,6 +3154,9 @@ components:
3149
3154
displayName:
3150
3155
type: string
3151
3156
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.'
3157
+
givenName:
3158
+
type: string
3159
+
description: The user's givenName. Returned by default.
3152
3160
drives:
3153
3161
type: array
3154
3162
items:
@@ -3181,15 +3189,14 @@ components:
3181
3189
surname:
3182
3190
type: string
3183
3191
description: The user's surname (family name or last name). Returned by default.
3184
-
givenName:
3185
-
type: string
3186
-
description: The user's givenName. Returned by default.
3187
3192
primaryRole:
3188
3193
type: string
3194
+
enum: [student, teacher]
3189
3195
description: 'The user`s default role. Such as "student" or "teacher"'
3190
3196
userType:
3191
3197
type: string
3192
-
description: 'The user`s type. This can be either "Member" for regular user, or "Guest" for guest users.'
3198
+
enum: [Member, Guest]
3199
+
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.'
3193
3200
drive:
3194
3201
description: The drive represents a space on the storage.
0 commit comments