This action will set/change the user profile picture on QNAP Device.
- API endpoint slug
- qnap.set_nas_profile_picture
- Filter code method
- Qnap.setNasProfilePicture.skip(string?: reason)
- Runtime method
- runAction("qnap.set_nas_profile_picture", {})
Action fields
- Label
- Device
- Helper text
- The name of your QNAP device
- Slug
- device_id
- Required
- true
- Can have default value
- false
- Label
- Image URL
- Helper text
- Works best with downloadable files or URLs
- Slug
- image_url
- Required
- true
- Can have default value
- true
- Filter code method
- Qnap.setNasProfilePicture.setImageUrl(string: imageUrl)