We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e3968 commit 7e2e379Copy full SHA for 7e2e379
okapi/services/users/user.xml
@@ -26,8 +26,10 @@
26
<li><b>uuid</b> - ID of the user,</li>
27
<li><b>username</b> - username (login) of the user,</li>
28
<li><b>profile_url</b> - URL of the user's Opencaching profile page,</li>
29
- <li>
30
- <p><b>is_admin</b> - boolean; true is user has admin privileges.</p>
+ <li class='deprecated'>
+ <p><b>is_admin</b> - deprecated
31
+ (<a href='https://github.com/opencaching/okapi/issues/410'>why?</a>).
32
+ boolean, true is user has admin privileges.</p>
33
<p>This value can be accessed only with <b>Level 3</b> Authentication
34
and only for the user of your Access Token. For all other reads, is_admin
35
will equal <b>null</b>.</p>
0 commit comments