List account type permissions
Returns all feature permissions for a specific account type.
### Usage notes
- Retrieve the **accountTypeId** by calling the [/v2/accountTypes](https://help.sigmacomputing.com/reference/list-account-types) endpoint.
- To perform this operation, you must use API credentials owned by a user assigned the Admin account type.
### Usage scenarios
- Display permission details in an admin interface.
- Validate user capabilities based on account type.
- Compare permissions across different account types.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
accountTypeId
Response
The response body.
permission
The permission name. For example, “view-worksheet”.
description
A human-readable description of what this permission allows.

