Skip to content

User Management

Julie John edited this page Oct 24, 2016 · 8 revisions

Overview

User Management allows to create new users in OAuth server.

Functional Requirement

A user can only be created by a user if they have admin role in OAuth system. An admin user can create many users but with different Names

A new user can be created with the following details

  • First Name : First Name of the user (Required)
  • Last Name : First Name of the user (Required)
  • Email : Email Id of the user (It is a required field and needs to be unique)
  • Slack User Name : Slack User Name of the user (It is a required field which needs to be unique and exactly same as the username in Slack)
  • User Role : Role of the user in OAuth (Required)
  • Date of Joining : Date of joining of the user (Required)

The administrator can update any user and change First Name,Last Name,Slack User Name and User Role.

Test Cases

Clone this wiki locally