Assigning the Integration User Role

In Customer-Specific Environment, users can be assigned the Integration User role without being assigned an integration.

This role allows the users to view objects created and managed by X-CAD Design Management, but does not give them the ability to checkin or otherwise operate on those objects.

  1. Run the following MQL commands.
    Run MQL from the Live Collaboration Server folder or from 3DSpace. For more information, see Installation and Setup | Administrate | 3DEXPERIENCE Platform | 3DSpace | Collaboration and Approvals | Administrative Utilities | Running MQL
  2. Locate the needed user

    MQL>list person <USER_NAME>;

  3. Assign role to user

    MQL>modify person <USER_NAME> assign role 'Integration User' assign role Designer assign role 'Exchange User';

    For example:

    MQL>modify person user1 assign role 'Integration User' assign role Designer assign role 'Exchange User';