Allow adding a UserWithAttributes through CrowdService

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Low
    • 2.9.1
    • Affects Version/s: None
    • Component/s: Embedded
    • None

      CWD-2923 allows users to be created with attributes set. This same functionality needs to be exposed through CrowdService as a new method:

          User addUser(UserWithAttributes user, PasswordCredential credentials)
              throws InvalidUserException, InvalidCredentialException,
                  OperationNotPermittedException, OperationFailedException;
      

      As this is a new method, it's a good opportunity to take PasswordCredential rather than a String.

              Assignee:
              Jeremy Evans
              Reporter:
              joe
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: