Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

User inbound interface is designed to load data into the following DB tables:

...

Microstrategy Model Processing Details

microstrategyRole can get the following valid values (MSTR_ROLE code category):

  • 1 - Consumer;
  • 2 - Writer;
  • 3 - Administrator.

microstrategyUserStatus can get the following valid values (MSTR_USR_STATUS code category):

  • 1 - ACTIVE;
  • 2 - INACTIVE;
  • 3 - DELETED.

Deleting User

To delete a user, make sure you have set header/action = ‘DELETE’, the User will be deleted, and the followings elements:

  • userId
  • updateSource

Switch Off Password Encryption

If you load data thru the panel, user password is encrypted by default. To switch of encryption, you should add a header/processingOptions element with "APPLY_NO_RULE_password" value.