# CreateUserRequestBody ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **username** | **String** | Username of the user | **auth** | [**AuthEnum**](#AuthEnum) | Authentication type | **email** | **String** | Email of the user | **firstName** | **String** | First name of the user | **lastName** | **String** | Last name of the user | **roleGroups** | **List<String>** | List of roles' refs to assign to the user. Can be an empty list. | ## Enum: AuthEnum Name | Value ---- | ----- LDAP | "ldap" SAML | "saml"