Versions Compared

Key

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

Table of Contents
outlinetrue

Overview

The User Management page is a section in the Syndeia Cloud web admin portal app to allow Syndeia Cloud administrators to manager users in Syndeia Cloud. Specifically it will allow you to:

  • List (get) users,
  • Create (add) users,
  • Update permissions,
  • Update permissions in bulk,
  • Disable/Enable users,
  • Reset user passwords

...

Minimum Requirements

You must have a web browser capable of running Ecmascript ("Javascript") v6+ , ex:  Chrome v76+, Firefox v77+, or Edge v77+ installed

...

Roles and Grants

Syndeia Cloud's user management system offers roles to grant or deny various operations which include:  

  • user read (enumeration of user list)

  • user creation (signup),

  • user modification (ie: update to assign permissions or change/reset passwords), and 

  • user remove (currently implemented by "disabling" to prevent any breakage of historical references) 

Usage

1. To access the User Management page, launch a web browser and navigate to http(s)://<your_syndeia_cloud_FQDN>:<port>/user-management , where <your_syndeia_cloud_FQDN> = your admin portal URL, ex: mycompany.domain.com and <port> = 9000 | 9443 (for HTTPS).  

...