-
-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
There is an API endpoint for /account/applications/{applicationUuid}/has-permission which returns basically true or false if the account has access to a specific permission on a specific application.
Should this be a method in Account? Or in Permissions? Or… It doesn't really return an operation result, but an access response… Do we need a new AccessResponse class? Might be useful as there are other has-permission endpoints as well /account/teams/{teamUuid}/has-permission but those seem to be the only two.
They're both on the Account stub but might be more appropriate under Applications and Teams Endpoints respectively.
So before working on a PR, I figured I'd set a direction first.
Metadata
Metadata
Assignees
Labels
No labels