Skip to content

Commit fd79c56

Browse files
Merge pull request #315 from hzoppetti/account-grants-read
[Update] GET /account/users/{username}/grants
2 parents c24ba43 + 102abab commit fd79c56

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

openapi.yaml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2088,11 +2088,14 @@ paths:
20882088
- Account
20892089
summary: View User's grants
20902090
description: >
2091-
Returns the full grants structure for this User. This includes all
2092-
entities on the Account alongside what level of access this User has
2093-
to each of them. Individual users may view their own grants at the
2094-
[/profile/grants](/api/v4/profile-grants)
2095-
endpoint, but will not see entities that they have no access to.
2091+
Returns the full grants structure for the specified account User
2092+
(other than the account owner, see below for details). This includes all entities
2093+
on the Account alongside the level of access this User has to each of them.
2094+
2095+
2096+
The current authenticated User, including the account owner, may view their
2097+
own grants at the [/profile/grants](/api/v4/profile-grants)
2098+
endpoint, but will not see entities that they do not have access to.
20962099
operationId: getUserGrants
20972100
x-linode-cli-action: grants
20982101
x-linode-cli-skip: true

0 commit comments

Comments
 (0)