User Management API for OutSystems 11
This Forge component provides a RESTful API layer to manage users in OutSystems version 11. It allows external systems or applications to integrate seamlessly with your OutSystems environment for common user management tasks.
Key Features:
• Get, Create, Update, and delete users programmatically
• Retrieve user details by username
• Manage user roles and group assignments
• Activate/deactivate user accounts
• Extended Organization grouping options, Create organization, Add user to Organization
• Fully documented API with example payloads
Use Cases:
• Integrate OutSystems user management with external identity providers
• Automate user provisioning from third-party systems (e.g., HR or CRM)
• Build custom admin portals or management dashboards
Compatibility:
OutSystems Platform Version: 11
Supports both Traditional and Reactive Web Apps
Note: This component utilizes built-in OutSystems User entity operations and adheres to best practices for secure API exposure. Ensure proper authentication and authorization is in place when integrating externally. Additional author credit to João Pêgas and Pedro Queiros.