Records user action when they accept or decline custom terms of service
POST/api/v4/users/:user_id/terms_of_service
Records user action when they accept or decline custom terms of service. Records the action in audit table. Updates user's last accepted terms of service ID if they accepted it.
Minimum server version: 5.4
Permissions
Must be logged in as the user being acted on.
Request
Responses
- 200
- 400
- 401
- 403
Terms of service action recorded successfully
Invalid or missing parameters in URL or request body
No access token provided
Do not have appropriate permissions