List account types
Returns a list of all account types available in the organization.
### Usage notes
- Use the **accountTypeId** with the [/v2/accountTypes/:accountTypeId/permissions](https://help.sigmacomputing.com/reference/list-account-type-permissions) endpoint to retrieve more detailed permissions.
- To perform this operation, you must use API credentials owned by a user assigned the Admin account type.
### Usage scenarios
- Display available account types in an admin interface.
- Show an overview of account types for management.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Query parameters
pageToken
pageSize
Response
The response body.
entries
Array of results returned by the endpoint
nextPageToken
A string that can be passed to the pageToken parameter in the next request to fetch the next page of results. Not present in the last page of results.
Must be treated as an opaque string.

