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

# Overview

> You can manage users, teams, roles and API Keys in the Apinizer platform. You can configure role-based authorization and perform external identity provider integrations. You can perform user addition, deletion, update and password management operations.

<Info>
  User Access Management forms the foundation of the authentication and authorization system in the Apinizer platform. With this module, you can perform centralized management of users, teams and roles, creating and managing credentials (API Keys) for API Proxy access, role-based authorization and access control, as well as integration operations with external identity providers such as LDAP/Active Directory.
</Info>

<Warning>
  Only users with the **Admin** role can access the User Access Management menu.
</Warning>

## Module Components

The User Access Management module consists of the following components:

<CardGroup cols={3}>
  <Card title="Users" icon="users" href="/en/admin/user-access-management/users">
    User creation, editing and deletion operations. Role assignment to users, password management and user status control.
  </Card>

  <Card title="Roles" icon="user-shield" href="/en/admin/user-access-management/roles">
    Managing user roles, default roles and creating new roles. Role-based authorization configuration.
  </Card>

  <Card title="Teams" icon="user-group" href="/en/admin/user-access-management/teams">
    Creating teams to manage users in bulk and assigning roles to team members.
  </Card>

  <Card title="Authorization Matrix" icon="check-double" href="/en/admin/user-access-management/authorization-matrix">
    Role-based authorization configuration with authentication policies and API Proxy/method access control.
  </Card>

  <Card title="LDAP Active Directory" icon="server" href="/en/admin/identity-management/identity-providers/ldap-active-directory">
    Configuring LDAP/Active Directory connection settings and user authentication integration.
  </Card>
</CardGroup>
