Describes the user status response body
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
isActiveUser |
Optional<Boolean> | ➖ | Whether the user is active or not | true |
uploadStatus |
Optional<UploadStatusEnum> | ➖ | Upload status, enum of NOT_UPLOADED, UPLOADED, STATUS_UNKNOWN | UPLOADED |
lastUploadedAt |
Optional<String> | ➖ | Time of last successful upload for the user, in ISO 8601 format | 2021-08-06T17:58:01.000Z |