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
@@ -136,7 +138,7 @@ The response to a successful request returns a list of all the IdP accounts that
136
138
{
137
139
"id": "elly",
138
140
"given_name": "Elly",
139
-
"name": "Elly",
141
+
"username": "lamaduro",
140
142
"email": "Elly@idp.example",
141
143
"picture": "https://idp.example/profile/456",
142
144
"approved_clients": ["abc", "def", "ghi"],
@@ -148,14 +150,18 @@ The response to a successful request returns a list of all the IdP accounts that
148
150
}
149
151
```
150
152
151
-
This includes the following information:
153
+
This includes the following information where `name`, `email`, `username`, and `tel` are optional but at least one of them must be present and nonempty.
152
154
153
155
-`id`
154
156
- : The unique ID of the user.
155
-
-`name`
157
+
-`name` {{optional_inline}}
156
158
- : The family name of the user.
157
-
-`email`
159
+
-`email` {{optional_inline}}
158
160
- : The email address of the user.
161
+
-`tel` {{optional_inline}}
162
+
- : The telephone number of the user. Can be in any format.
0 commit comments