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
- Label
- Which user?
- Helper text
- The user that to suspend the internet access to.
- Slug
- user_name
- Required
- true
- Can have default value
- false
- 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)