Skip to content

[Update] GET /account/users/{username}/grants #315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2088,11 +2088,14 @@ paths:
- Account
summary: View User's grants
description: >
Returns the full grants structure for this User. This includes all
entities on the Account alongside what level of access this User has
to each of them. Individual users may view their own grants at the
[/profile/grants](/api/v4/profile-grants)
endpoint, but will not see entities that they have no access to.
Returns the full grants structure for the specified account User
(other than the account owner, see below for details). This includes all entities
on the Account alongside the level of access this User has to each of them.


The current authenticated User, including the account owner, may view their
own grants at the [/profile/grants](/api/v4/profile-grants)
endpoint, but will not see entities that they do not have access to.
operationId: getUserGrants
x-linode-cli-action: grants
x-linode-cli-skip: true
Expand Down