MicroStrategy 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:

  • true(default)
  • false

Share → Invite User

Specifies whether the Invite User feature is available

  • When set to "true", the Invite User feature is enabled and visible.
  • When set to "false", the Invite User feature is disabled and hidden

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