Table of Contents | ||
---|---|---|
|
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
...
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).
...
USER_CREATE
USER_READ
USER_MODIFY
USER_REMOVE
...
To create (add) a new user
3. Click the Add a user button
4. Fill out the form as required.
...
The following is a description of the possible Role value combinations:
Role Value | Description |
---|---|
Admin | Admin Role- allows access to the User Management page |
User | User Role- doesn't have access to the User Management page |
Admin, User |
Admin & User Role - Allows access to User Management page |
5. Click Save to create (add) a new user (or Cancel to cancel).
...
To Update permissions
6. Click on the specified username and you should get a form window with a set of attributes / fields you can update for that user:
...
8. Click Save to update or (or Cancel to cancel).
...
To Update permissions in bulk
9. Click on the checkboxes next to each username you wish to update.
...
12. Click OK to update or (or Cancel to cancel).
...
To disable a user
13. Click on the specified username and you should get the Update user page.
...
15. Click Disable User to disable the user (or Cancel to cancel).
...
To enable a user
16. Click on the specified username and you should get the Update user page.
...
18. Type the new password then click Enable User to enable the user (or Cancel to cancel).
...
To reset user passwords
19. Click on the specified username and you should get the Update user page.
...