Skip to main content

User Management

The user management functionalities within an Identity Provider (IDP) system specifically focus on local user management, administrative tasks, and impersonation capabilities. Users are stored permanently in the IDP platform, and administrators can perform various actions.

User Management GUI

Admin REST API

  • User-related Functions
    • Updating Users
    • Enabling/Disabling Users
    • Removing Users
  • Interaction via Specific Endpoints
  • Providing Relevant JSON Payloads

You can also utilize the Admin REST API for user-related functions, by interacting with specific endpoints and providing relevant JSON payloads.

For more details, you can refer to the User Management section of the IDP documentation and explore further details here.