# Enumeration List

> Enumerations define a set of distinct and predefined values that serve as accepted options for specific attributes or fields in API requests and responses.

Enumerations define a set of distinct and predefined values that serve as accepted options for specific attributes or fields in API requests and responses.

Platform management APIs expose several enums, as follows:

| Enum | Values |
| --- | --- |
| GroupType | `builtIn` = `0`  `custom` = `1` |
| UserType | `user`  `robot`  `directoryUser`  `directoryGroup`  `robotAccount` |
| LoginAttemptResult | `success`  `invalidPassword`  `userIsNotActive`  `invalidUserNameTenancyName`  `tenantIsNotActive`  `userEmailIsNotConfirmed`  `unknownExternalLogin`  `lockedOut`  `externalFailedAuthentication`  `adLogin` |
