> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt
> Use this file to discover all available pages before exploring further.

# Identity APIs

With the **Identity APIs**, you can create and manage user accounts, configure M2M applications, and query permission groups.

## Available Endpoints

***

### Groups API

Query predefined permission groups:

* [**List Groups**](/en/reference/access-manager/list-groups) - Retrieve all available groups in the system.
* [**Retrieve Group Details**](/en/reference/access-manager/retrieve-group-details) - Get detailed information about a specific group, including assigned users.

### Applications API

Manage M2M application credentials:

* [**Create an Application**](/en/reference/access-manager/create-an-application) - Register a new application for machine-to-machine authentication.
* [**List Applications**](/en/reference/access-manager/list-applications) - Retrieve all registered applications.
* [**Retrieve Application Details**](/en/reference/access-manager/retrieve-application-details) - Get detailed information about a specific application.
* [**Delete an Application**](/en/reference/access-manager/delete-application) - Remove an application and its credentials.

### Users API

Manage user accounts and credentials:

* [**Create a User**](/en/reference/access-manager/create-user) - Create a new user account with group assignments.
* [**List Users**](/en/reference/access-manager/list-users) - Retrieve all users in the system.
* [**Retrieve User Details**](/en/reference/access-manager/retrieve-user-details) - Get detailed information about a specific user.
* [**Update a User**](/en/reference/access-manager/update-user) - Modify user information and group memberships.
* [**Delete a User**](/en/reference/access-manager/delete-user) - Remove a user from the system.
* [**Reset a User Password**](/en/reference/access-manager/reset-user-password) - Reset a user's password (admin action).
* [**Update a User Password**](/en/reference/access-manager/update-user-password) - Change a user's password with current password verification.
