AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
FingFing

Pause Internet access

Suspend the access to internet for a given user or category.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
Suspend the access to internet for a given user or category.
API endpoint slug
fing.user_pause
Filter code method
Fing.userPause.skip(string?: reason)
Runtime method
runAction("fing.user_pause", {})

Action fields

User name Dropdown list

Label
Which user?
Helper text
The user that to suspend the internet access to.
Slug
user_name
Required
true
Can have default value
false

Duration Dropdown list

Label
For how long?
Helper text
How long the internet will be suspended for this user
Slug
duration
Required
false
Can have default value
true
Filter code method
Fing.userPause.setDuration(string: duration)