TermsOfServiceStatus
org.sagebionetworks.repo.model.auth.TermsOfServiceStatus
The status of a user's ToS agreement
| Field | Type | Description |
|---|---|---|
| userId | STRING | The ID of the user. |
| userCurrentTermsOfServiceState | TermsOfServiceState | The user's current ToS state defines what action if any they will need to take to meet ToS requirements. |
| lastAgreementDate | STRING | The date/time when the user last agreed to the ToS. Will be null if the user has never agreed to the ToS. |
| lastAgreementVersion | STRING | The version of ToS that the user last agreed to. Will be null if the user has never agreed to the ToS. |