Set who can open an app
set_app_accessChange who can open an app: restricted (only the owner and named people), org_link (anyone signed in to the organization), or public_link (anyone with the URL). A password and an expiry apply to a public link only. Owner only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| level | Yes | ||
| app_id | Yes | The app id, as returned by search_apps or create_app. Starts with app_. | |
| password | No | Set a password on a public link. | |
| expires_at | No | RFC 3339 timestamp after which a public link stops working. | |
| clear_expiry | No | Remove the expiry. | |
| clear_password | No | Remove the password. |