Strategy ONE
Enabling the Invite User feature
The following parameter and value are used to specify whether the Invite User feature is enabled and visible.
This is a feature-level setting. Feature-level settings override UI settings and also imply UI settings when they are associated with UI elements.
| Parameter | Setting Level | Value | Target Component | Behavior | 
|---|---|---|---|---|
| 
                                                             feature.share.invite  | 
                                                        
                                                             Feature  | 
                                                        
                                                             Possible values include: 
  | 
                                                        
                                                             Share → Invite User  | 
                                                        
                                                             Specifies whether the Invite User feature is available 
  | 
                                                    
The sample URLs below show how to enable and explicitly disable the Invite User feature.
Sample URL for enabling the Invite User feature
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?feature.share.invite=true
Sample URL for explicitly disabling the Invite User feature
http(s)://webserver:port/webapp/app/<projectId>/<dashboardId>/[<pagekey>]?feature.share.invite=false
