Class CreateUserRequest

    • Method Detail

      • organizationId

        public final String organizationId()

        The ID of the organization.

        Returns:
        The ID of the organization.
      • username

        public final String username()

        The login name of the user.

        Returns:
        The login name of the user.
      • emailAddress

        public final String emailAddress()

        The email address of the user.

        Returns:
        The email address of the user.
      • givenName

        public final String givenName()

        The given name of the user.

        Returns:
        The given name of the user.
      • surname

        public final String surname()

        The surname of the user.

        Returns:
        The surname of the user.
      • password

        public final String password()

        The password of the user.

        Returns:
        The password of the user.
      • timeZoneId

        public final String timeZoneId()

        The time zone ID of the user.

        Returns:
        The time zone ID of the user.
      • storageRule

        public final StorageRuleType storageRule()

        The amount of storage for the user.

        Returns:
        The amount of storage for the user.
      • authenticationToken

        public final String authenticationToken()

        Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

        Returns:
        Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object