Uploaded image for project: 'Crowd Data Center'
  1. Crowd Data Center
  2. CWD-4021

Allow adding a UserWithAttributes through CrowdService

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Low Low
    • 2.9.1
    • None
    • 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.

          Form Name

            [CWD-4021] Allow adding a UserWithAttributes through CrowdService

            joe added a comment -

            This could be implemented without CWD-2923; however, the motivation is to support atomic creation with attributes, so there's not a lot of benefit without.

            joe added a comment - This could be implemented without CWD-2923 ; however, the motivation is to support atomic creation with attributes, so there's not a lot of benefit without.

              jevans@atlassian.com Jeremy Evans
              jwalton joe
              Affected customers:
              0 This affects my team
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: