This returns a GrantsResponse describing what the acting User has been granted access to. For unrestricted users, this will return a 204 and no body because unrestricted users have access to everything without grants. This will not return information about entities you do not have access to. This operation is useful when writing third-party OAuth applications to see what options you should present to the acting User.
For example, if they do not have global.add_linodes, you might not display a button to deploy a new Linode.
Any client may run this operation; no OAuth scopes are required.
Permissions and scopes
To call this operation, you need permissions, based on the model you're using:
- Identity and access permissions. Your user needs a role with these permissions. Learn more.
- Permissions:
list_profile_grants
- Permissions:
204This is an unrestricted User, who has no grants. This User can access everything on the Account.
