Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: https://github.com/wso2/product-apim/issues/2222

Users are consumers who interact with your enterprise's applications, databases or any other systems. These users can be persons, devices or applications/programs within or outside of the enterprise's network. Since these users interact with internal systems and access data, the need to define which user is allowed to do what is critical. This is called user management.

Follow the steps below to create users and assign them to roles via the admin console. Also, if you want to authenticate users via e-mailsocial mediamultiple user store attributes, see Maintaining Logins and Passwords

  1. Log on in to the Management Console and select and click Add under Users and Roles from the Configure menu. 
    Image Removed

  2. Click Users in the User Management window that opens.
    Image Removed

    Note

    The Users link is only visible to admins.

  3.  in the Main menu.
    Image Added

  4. Click Add New User.
    Image Removed Image Added

  5. The Add User p age page opens. Provide the username and password and click Next. Image Removed
    Image Added

    Info

    Tip: The Domain drop-down list contains all user stores configured in the system. By default, you only have the PRIMARY user store. To configure secondary user stores, see Configuring Secondary User Stores.

  6. Select the roles you want to assign to the user. In this example, we assign the creator role defined in the previous section.
    Image Added

    Info

    By default, all WSO2 products have the following roles configured:

    • Admin - Provides full access to all features and controls. By default, the admin user is assigned to both the Admin and the Everyone roles.
    • Internal/Everyone - Every new user is assigned to this role by default.

    Image Removed
    • It does not include any permissions.
    • Internal/System - This role is not visible in the Management Console.

    More roles may be configured by default, depending on the type of features installed in your product. 

  7. Click Finish to complete. The new use appears in the Users list.

    Image RemovedImage Added

From here, you can change the user's password, assign different roles or delete it.

Info
iconfalse

You cannot change the user name of an existing user.

Note

To add users using APIs, you can use the RemoteUserStoreManagerService (an admin service of the WSO2 Carbon platform).