Skip to content

User Management

Users can be managed through TACTIC Portal.

At present, users are not managed through the API and must be added and managed through the TACTIC interface. However, once a user is created, the API can be used to authenticate the user.

Build a login screen

A login page basically consists of a form with entries for "username" and "password". We are building a simple login screen for a react app here.