How to delete a user ?

// Get a user var tempUser = runtime.Membership.GetUser("tempUser"); //Delete user runtime.Membership.DeleteUser(tempUser);

How to get a users ?

Get Users from VGRepository Find users by user information (ex. email, username, locked, approved, user attributes etc) Find users by profile attributes

How to update an user ?

How to update the basic information of the user ? Update user details (like Firstname,Lastname, email, Description etc) How to update an user profile ? Get the value of the profile Update the profile values of the user

How to initialize the VGSecurityRuntime ?

The VGSecurityRuntime is a crucial component of the Visual-Guard .NET API. It provides access to various functionalities of the API, such as user management, role management, and permission management. To use the VGSecurityRuntime, you first need to add the following

How to change the password ?

In Visual-Guard, maintaining secure and updated user credentials is vital. The Visual-Guard .NET API provides methods to change a user’s password, either by the user themselves or by an administrator. Here’s a brief overview of each method: Administrator Forcing a

How to create a user ?

In Visual-Guard, user management is a key aspect of maintaining secure access to your applications. The Visual-Guard .NET API provides methods to create users in different contexts, including Visual-Guard users, Windows account users, and Database account users. Here’s a brief

How to authenticate a user?

Introduction In Visual-Guard, user authentication is a crucial step that verifies the identity of a user trying to gain access to an application. The Visual-Guard .NET API provides various methods to authenticate a user, including VisualGuard authentication, Database authentication, Windows

Update List – Visual-Guard 2020.X

Update list of Visual-Guard

How to get more information of the user ?

Visual-Guard Identity server provide user information method. Url: https://<your VG Identity Server>/connect/userinfo This method return many information like VGToken, user information, profile of the user, roles, permissions and etc… Inside of your get http you need insert Authorization with bearer

How to authenticate a Visual Guard User?

To authenticate a Visual Guard user, you need a POST request