Class CreateUserRequest

    • Method Detail

      • collectionId

        public final String collectionId()

        The ID of an existing collection to which the new UserID needs to be created.

        Returns:
        The ID of an existing collection to which the new UserID needs to be created.
      • userId

        public final String userId()

        ID for the UserID to be created. This ID needs to be unique within the collection.

        Returns:
        ID for the UserID to be created. This ID needs to be unique within the collection.
      • clientRequestToken

        public final String clientRequestToken()

        Idempotent token used to identify the request to CreateUser. If you use the same token with multiple CreateUser requests, the same response is returned. Use ClientRequestToken to prevent the same request from being processed more than once.

        Returns:
        Idempotent token used to identify the request to CreateUser. If you use the same token with multiple CreateUser requests, the same response is returned. Use ClientRequestToken to prevent the same request from being processed more than once.
      • 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