List account type permissions

View as MarkdownOpen in Claude
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

accountTypeIdstringRequired

Response

The response body.
permissionstring

The permission name. For example, “view-worksheet”.

descriptionstring

A human-readable description of what this permission allows.