Fetches user's latest terms of service action if the latest action was for acceptance.
GET/api/v4/users/:user_id/terms_of_service
Will be deprecated in v6.0 Fetches user's latest terms of service action if the latest action was for acceptance.
Minimum server version: 5.6
Permissions
Must be logged in as the user being acted on.
Request
Responses
- 200
- 400
- 401
- 404
User's accepted terms of service action
Invalid or missing parameters in URL or request body
No access token provided
User hasn't performed an action or the latest action was a rejection.