Security Module
Manage users, groups, and permissions through the EPMware REST API.
Overview
The Security module provides comprehensive APIs for user management, group assignments, and access control. It enables automated provisioning, role management, and security administration.
Available Endpoints
User Management
http(s)://<EPMWARE_URL>/service/api/security/users/sso/create- Create SSO userhttp(s)://<EPMWARE_URL>/service/api/security/users/sso/update/{username}- Update user detailshttp(s)://<EPMWARE_URL>/service/api/security/users/sso/enable/{username}- Enable userhttp(s)://<EPMWARE_URL>/service/api/security/users/sso/disable/{username}- Disable userhttp(s)://<EPMWARE_URL>/service/api/security/users- Get all users
Group Management
http(s)://<EPMWARE_URL>/service/api/security/users/sso/assign_groups- Assign groups to userhttp(s)://<EPMWARE_URL>/service/api/security/users/sso/unassign_groups- Remove groups from userhttp(s)://<EPMWARE_URL>/service/api/security/groups- Get all groupshttp(s)://<EPMWARE_URL>/service/api/security/users/groups?userName=<usernanme>- Get user's groupshttp(s)://<EPMWARE_URL>/service/api/security/groups/users- Get group members