[ 
https://issues.apache.org/jira/browse/JAMES-2831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tellier Benoit closed JAMES-2831.
---------------------------------
    Fix Version/s: 3.4.0
       Resolution: Fixed

https://github.com/linagora/james-project/pull/2550 solved this

> [Webadmin] corresponding routes for JMX LISTUSERDOMAINMAPPINGS command
> ----------------------------------------------------------------------
>
>                 Key: JAMES-2831
>                 URL: https://issues.apache.org/jira/browse/JAMES-2831
>             Project: James Server
>          Issue Type: Improvement
>            Reporter: Trần Tiến Đức
>            Priority: Minor
>             Fix For: 3.4.0
>
>
> you will implement the **UserMappingRoutes** which does
>  
> {code:java}
> GET /mappings/user/{username}
> eg.
> GET /mappings/user/[email protected]
> {code}
>  
> Return 200 status code with a json body represent for a list of 
> **MappingValueDTO**
> {code:java}
> [
>  {
>    "type": "alias",
>    "mapping": "[email protected]"
>  },
>  {
>    "type": "group",
>    "mapping": "[email protected]"
>  }
> ]{code}
> - Returns 400 status code with invalid parameter values
>  - Returns 500 status code for server error



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to