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
-**account.public_profile**: Provides access to the basic person's public profile. Education profiles may be anonymized with this scope, you can request the scope `education_profile` to access to the a basic education account profile.
250
+
-**account.email**: Provices access to the person's email.
254
251
-**account.education_profile**: Provides access to the basic person's education profile and public organization information.
255
252
-**scores.readonly**: Allows read-only access to all a user's scores. You won't need this scope to read public scores.
256
253
-**scores.social**: Allow to post comments and like scores
Copy file name to clipboardExpand all lines: docs/AccountApi.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ Get current user profile
15
15
Get details about the current authenticated User.
16
16
17
17
### Example
18
+
19
+
* OAuth Authentication (OAuth2):
18
20
```python
19
21
from__future__import print_function
20
22
import time
@@ -50,7 +52,7 @@ This endpoint does not need any parameter.
50
52
51
53
### HTTP request headers
52
54
53
-
-**Content-Type**: application/json
55
+
-**Content-Type**: Not defined
54
56
-**Accept**: application/json
55
57
56
58
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments