Skip to main content

The association between a Terms of Service and a user.

id
string
required

The unique identifier for this terms of service user status.

Example:

"11446498"

type
enum<string>
required

The value will always be terms_of_service_user_status.

Available options:
terms_of_service_user_status
Example:

"terms_of_service_user_status"

tos
Terms of service (Base) · object

The terms of service.

user
User (Mini) · object

The user.

is_accepted
boolean

If the user has accepted the terms of services.

Example:

true

created_at
string<date-time>

When the legal item was created.

Example:

"2012-12-12T10:53:43-08:00"

modified_at
string<date-time>

When the legal item was modified.

Example:

"2012-12-12T10:53:43-08:00"