Describes the user status response body
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
is_active_user |
Optional[bool] | ➖ | Whether the user is active or not | true |
upload_status |
Optional[models.UploadStatusEnum] | ➖ | Upload status, enum of NOT_UPLOADED, UPLOADED, STATUS_UNKNOWN | UPLOADED |
last_uploaded_at |
Optional[str] | ➖ | Time of last successful upload for the user, in ISO 8601 format | 2021-08-06T17:58:01.000Z |