Uploaded image for project: 'Openmeetings'
  1. Openmeetings
  2. OPENMEETINGS-1842

Add User API Problem

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Bug
    • 4.0.2
    • None
    • SOAP/REST API
    • None

    Description

      Given API to Add User :
      @POST
      @Path(value="/")
      public UserDTO add(@QueryParam(value="sid")
      String sid,
      @FormParam(value="user")
      UserDTO user,
      @FormParam(value="confirm")
      Boolean confirm)

      URL: /user?sid="+sid

      Problem in API Call : In UserDTO, External id and External type are unknown values.
      How to set the External Id and External Type for the User.

      Attachments

        Activity

          People

            solomax Maxim Solodovnik
            Shinde Tushar Shinde
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: