Table of Contents

Class Routes.Admin

Namespace
Api.Constants
Assembly
Authentica.Service.Identity.dll

Routes related to administrative operations.

public static class Routes.Admin
Inheritance
Routes.Admin
Inherited Members

Fields

Create

Allows the admin to create a new admin user.

public const string Create = "admin/register"

Field Value

string

DisableMultiFactor

Allows the admin to reset a password of any user.

public const string DisableMultiFactor = "admin/mfa/disable"

Field Value

string

ReadAllActivities

Reads all the activities in the system.

public const string ReadAllActivities = "admin/activities"

Field Value

string

ReadAllApplications

Reads all the applications.

public const string ReadAllApplications = "admin/applications"

Field Value

string

ReadAllUsers

Reads all the users in the database.

public const string ReadAllUsers = "admin/users"

Field Value

string

ResetPassword

Allows the admin to reset a password of any user.

public const string ResetPassword = "admin/reset-password"

Field Value

string