File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,7 @@ endpoints:
319
319
group : Users
320
320
type : resource
321
321
description : >
322
- Manage grants for restricted users. It is an error to call this endpoint for unrestrcited users. Only unrestricted
322
+ Manage grants for restricted users. It is an error to call this endpoint for unrestricted users. Only unrestricted
323
323
users may access this endpoint.
324
324
methods :
325
325
GET :
Original file line number Diff line number Diff line change @@ -32,27 +32,27 @@ schema:
32
32
code :
33
33
type : String
34
34
value : rcg3340777c21fa49a5beb971ca1aec44bc584333
35
- description : an alphanumeric code unique to each user for use in creating referral URLs.
35
+ description : An alphanumeric code unique to each user for use in creating referral URLs.
36
36
url :
37
37
type : String
38
38
value : https://www.linode.com/?r=rcg3340777c21fa49a5beb971ca1aec44bc584333
39
39
description : referral URL based on `code`.
40
40
total :
41
41
type : Integer
42
42
value : 10
43
- description : otal number of referrals attributed to user.
43
+ description : Total number of referrals attributed to user.
44
44
completed :
45
45
type : Integer
46
46
value : 8
47
- description : otal number of referrals attributed to user that have converted to full accounts.
47
+ description : Total number of referrals attributed to user that have converted to full accounts.
48
48
pending :
49
49
type : Integer
50
50
value : 2
51
- description : otal number of referrals attributed to user that have not yet converted to full accounts.
51
+ description : Total number of referrals attributed to user that have not yet converted to full accounts.
52
52
credit :
53
53
type : Integer
54
54
value : 160
55
- description : dollar amount of credit based on completed referrals.
55
+ description : US Dollar amount of credit based on completed referrals.
56
56
ip_whitelist_enabled :
57
57
type : Boolean
58
58
value : true
@@ -77,6 +77,12 @@ schema:
77
77
value : true
78
78
description : Toggles whether two factor authentication (TFA) is enabled or disabled.
79
79
editable : true
80
+ restricted :
81
+ type : Boolean
82
+ description : Whether or not this user is restricted. Restricted users are granted access to specific
83
+ resources with grants.
84
+ seeAlso : ["/reference/endpoints/account/users/$username/grants"]
85
+ value : False
80
86
enums :
81
87
LishSetting :
82
88
password_keys : Allow both password and key authentication
You can’t perform that action at this time.
0 commit comments