# Manage users

You can access your user data using Admin Console or Management API.

With the help of them can do something like these:

* Search users by username, full name, phone number, or email; view their profile, including avatar, social connections, etc.
* Unlink a user's social identity from Facebook, or even delete their account directly in extreme cases.
* Help a user reset the password.
* Assign Groups and Roles


---

# 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://authdocs.skill-mine.com/licentio-documentation/manage-users.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.
