Creates a terms of service status record for a user who has not previously accepted or rejected the terms. This action records whether a user has accepted or rejected a specific terms of service. Use this for users who are encountering the terms of service for the first time. Fo…
tos__idRequiredstringThe unique identifier (ID) of the terms of service to set the user's status for. Obtain this ID from the list_terms_of_services action.
user__idRequiredstringThe unique identifier (ID) of the user to set the terms of service status for. Obtain this ID from list_enterprise_users or get_current_user actions.
tos__typestringThe type of the terms of service object. Must be 'terms_of_service'.
user__typestringThe type of the user object. Must be 'user'.
is_acceptedRequiredbooleanWhether the user has accepted the terms of service. Set to true if the user has accepted, false if they have rejected or not yet accepted.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.