Uploaded image for project: 'James Server'
  1. James Server
  2. JAMES-2831

[Webadmin] corresponding routes for JMX LISTUSERDOMAINMAPPINGS command

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 3.4.0
    • None
    • None

    Description

      you will implement the *UserMappingRoutes* which does

       

      GET /mappings/user/{username}
      eg.
      GET /mappings/user/blob@james.org
      

       

      Return 200 status code with a json body represent for a list of *MappingValueDTO*

      [
       {
         "type": "alias",
         "mapping": "destination12@address1.domain"
       },
       {
         "type": "group",
         "mapping": "destination12@address2.domain"
       }
      ]
      • Returns 400 status code with invalid parameter values
      • Returns 500 status code for server error

      Attachments

        Activity

          People

            Unassigned Unassigned
            trantienduchn Trần Tiến Đức
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: