| accessAllOrganization | Boolean | A user can access to all organization or not. | [optional] [default to null] |
| displayName | String | | [optional] [default to null] |
| email | String | | [optional] [default to null] |
| expiration | Long | The unix timestamp for the user expiration. If 0, then it does not expire | [optional] [default to null] |
| internalOrganizationID | UUID | | [optional] [default to null] |
| inviteRequested | Boolean | | [optional] [default to null] |
| inviteURL | String | | [optional] [default to null] |
| isSuperAdmin | Boolean | This can be only updated to true by another super admin. | [optional] [default to null] |
| kvpJSON | String | | [optional] [default to null] |
| organizationIDs | List | This is a list of Org ID that the user can access to. | [optional] [default to null] |
| password | String | | [optional] [default to null] |
| passwordChangeRequired | Boolean | | [optional] [default to null] |
| roleIDs | List | | [optional] [default to null] |
| status | UserStatusEnum | | [optional] [default to null] |
| userID | UUID | | [optional] [default to null] |
| userSettingsJSON | String | | [optional] [default to null] |