# CreateServiceAccountRequest
## Properties
**username** | **String** | |
**is_admin** | Option<**bool**> | Grant the service account workspace admin. Defaults to false. Cannot be combined with operator=true. | [optional]
**operator** | Option<**bool**> | Make the service account an operator. Defaults to true for backward compatibility. Set to false to count as a developer (1 seat) instead of 0.5 seat. | [optional]
**add_to_deployers** | Option<**bool**> | Add the service account to the workspace `wm_deployers` group on creation. Recommended when the account will be used as a CLI sync / CI deploy identity so it can deploy on behalf of other users. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)