# UMPlugin

The "UM" plugin comes with a range of services to let you effortlessly manage users, their accounts, and their information within your app. These are the different services available to manage data from the app's user repo:

* Create User
* Get All Users
* Get User by LoginId
* Get User by RoleId
* Get Users Count
* Get Active Users Count
* Get Deactivated Users Count
* Get Role by LoginId
* Get All Roles
* Get Roles Count
* Activate User
* Deactivate User
* Lock User
* Unlock User
* Delete User
* Change Password
* Check User Availability
* Update User
* Get the last login time
* Get hint question
* Validate hint answer

### How to Use?

Drag and drop to include the plugin in your API, select the required service, and configure the necessary parameters in the Input and Output Configuration tabs.

### Use cases

This is commonly used in apps that use the Admin console to manage user accounts, such as creating a user, editing a user's information, and so on.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.reasy.ai/help/getting-started/workspace/tools/data-driven-plugins/data-sources/umplugin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
