User Management
Overview
Syndeia Cloud out of the box has a user management system with permissions to allow/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)Â
By default Syndeia Cloud has an administrator (super user)Â named super.user@intercax.com
 with a password of syn45ia
 . Â
To prevent accidental system lock-outs, the designated super user account cannot be deleted.Â
 To change who the designated super user is, edit the application.conf
 file and alter the super.user.email = "super.user@intercax.com"
 line. Â
 For enhanced security we recommend changing the username and password from the default (see the How To Reset a Password section in the Web Interface (Swagger REST API) page for more information). Â
Usage
There are two main methods of methods of managing users in Syndeia Cloud:Â Â
- Syndeia Cloud User Manager : a small tool bundled with the Syndeia client: Â
Â
which can be launched as a standalone application or via the Syndeia plugin in an app, ie: MagicDraw:Â Â - Syndeia Cloud Web Interface (Swagger REST API) :Â This is a web interface to the REST API in the form of an interactive documentation.Â
 Â