Select Page
How to use the URL API to directly log into to a project in MicroStrategy Web 8.1.x


Administrators may want to create a link that will allow users to login and then be taken directly to a project. To do this, Administrators will want to use the following example based off of the out of the box deployments to do so:
J2EE:
    http://WEBSERVERNMAE:PORTNUMBER/MicroStrategy/servlet/mstrWeb?evt=3010&server=I-SERVERNAME&p
    roject=PROJECTNAME&src=mstrWeb.3010&mstrWeb=I-SERVERNAME.PROJECTNAME.0
ASP.NET:
    http://WEBSERVERNAME/MicroStrategy/asp/Main.aspx?evt=3010&server=I-SERVERNAME&project=PROJECT
    NAME&src=mstrWeb.3010&mstrWeb=I-SERVERNAME.PROJECTNAME.0
NOTE: For project names that may have a space involved, use the ‘+’ sign.
Hope it helps!!
Have a Good Day!!
Secured By miniOrange