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.
- is blocked by
-
CWD-2923 Creating new users using Crowd REST ignores <attributes> element
- Closed
- is related to
-
CWD-4188 Attributes for new user creation are not passed through RemoteCrowdDirectory
- Closed
- relates to
-
CLOUD-7545 Newly created Service Desk users are not able to access open Confluence pages as attributes are not synced with crowd
- Closed