Benoit Tellier created JAMES-4136:
-------------------------------------
Summary: Improve group managements
Key: JAMES-4136
URL: https://issues.apache.org/jira/browse/JAMES-4136
Project: James Server
Issue Type: Improvement
Components: RRT, webadmin
Reporter: Benoit Tellier
h3. Why?
-> Complicated to easily audit which groups a user is part of.
-> Complicated to remove a user from all the groups he belong
-> Complicated to remove all groups when migrating to an alternative
h3. What?
Add additional webadmin routes
{code:java}
curl -XGET /users/[email protected]/groups
{code}
Will list all groups this user belong to:
{code:java}
["[email protected]", "[email protected]", "[email protected]"]
{code}
{code:java}
curl -XDELETE /users/[email protected]/groups
{code}
Will remove the users from all the groups he belong to.
{code:java}
curl -XDELETE /address/groups
{code}
Will remove all groups.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]