Versions Compared

Key

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

SOAJS gives you the ability to manage tenant users and groups in all environments from the console from under Manage tab Tenant Users UI. SOAJS also gives you the ability to manage the invited users to all sub tenants as well as manage their groups and pin login information if pin login is turned on. Below is a snapshot that shows the UI.

Image RemovedImage Added

To be able to do this you need to add the iURAC app to any tenant you want to manage its users and groups from SOAJS console.

Here is what you need to do step by step:

Step1:

iURAC product: under manage tag productization Manage tab Productization make sure you have the iurac URAC Integration product with code IURAC

Step2:

Make sure the right ACL is set for the environment you want to access its users

Image RemovedImage AddedImage RemovedImage Added

You need the following APIs:

Code Block
languagejson
get: 
  "/admin/all"    with access: private
  "/admin/users"  with access: private
  "/admin/groups" with access: private
post:
  "/admin/user"   with access: private
  "/admin/group"  with access: private
put:
  "/admin/user/status"          with access: private
  "/admin/user"                 with access: private
  "/admin/group"                with access: private
  "/admin/groups/environments"  with access: private
delete:
  "/admin/group"  with access: private

Step3:

Add the product to the tenant you want to manage its users and create an external key with label IURAC

Image RemovedImage Added