MicroStrategy ONE

Create User Profile statement

Creates a user profile for an existing user in an existing project.

Copy
CREATE [USER] PROFILE [FOR [USER]] "login_name" [IN FOLDER] "location_path" FOR [PROJECT] "project_name";

where:

  • USER "login_name" is the login name of the user for whom the profile is to be created, of type string.

  • FOLDER "location_path" is the location path where the profile is to be placed, of type string.

  • PROJECT "project_name" is the name of the project in which the user profile is to be created, of type string.

Examples

Copy
CREATE USER PROFILE FOR "jdoe" IN FOLDER 
 "\Profiles" FOR PROJECT "MicroStrategy Tutorial";
Copy
CREATE USER PROFILE FOR USER "baoter 
 \Public Objects FOR MicroStrategy Tutorial;