Class B2BUsersController


  • @Controller
    public class B2BUsersController
    extends BaseController
    Main Controller for Users
    • Field Detail

      • API_COMPATIBILITY_B2B_CHANNELS

        protected static final java.lang.String API_COMPATIBILITY_B2B_CHANNELS
        See Also:
        Constant Field Values
    • Constructor Detail

      • B2BUsersController

        public B2BUsersController()
    • Method Detail

      • getOrgUser

        @Secured({"ROLE_CUSTOMERGROUP","ROLE_TRUSTED_CLIENT","ROLE_CUSTOMERMANAGERGROUP"})
        @RequestMapping(value="#{ ${occ.rewrite.overlapping.paths.enabled:false} ? \'/{baseSiteId}/orgUsers/{userId}\' : \'/{baseSiteId}/users/{userId}\'}",
                        method=GET)
        @SiteChannelRestriction(allowedSiteChannelsProperty="api.compatibility.b2b.channels")
        @ResponseBody
        public UserWsDTO getOrgUser​(@RequestParam(required=false,defaultValue="DEFAULT")
                                    java.lang.String fields)