Create an account type
Create a custom account type with specified permissions.
### Usage notes
- To perform this operation, you must use API credentials owned by a user assigned the Admin account type.
- Use the permission names from the [/v2/accountTypes/:accountTypeId/permissions](https://help.sigmacomputing.com/reference/list-account-type-permissions) endpoint.
### Usage scenarios
- Create custom account types to define specific permission sets for your organization's users.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Request
The request body.
name
The name of the account type.
description
A description of the account type.
permissions
An array of permissions to enable for this account type. Use the permission names from the [/v2/accountTypes/:accountTypeId/permissions](https://help.sigmacomputing.com/reference/list-account-type-permissions) endpoint.
Response
The response body.
accountTypeId
The unique identifier of the account type.
accountTypeName
The name of the account type.
description
A human-readable description of the permissions and capabilities provided by this account type.
isCustom
Whether this is a custom account type created by the organization (true) or a default Sigma account type (false).

