<!-- WARNING: This documentation is auto-generated from the confluentinc/cli repository and should not be manually edited. -->

<a id="confluent-stream-share-provider-invite-create"></a>

# confluent stream-share provider invite create

## Description

Invite a consumer with email.

```none
confluent stream-share provider invite create [flags]
```

## Flags

```none
    --email string                       REQUIRED: Email of the user with whom to share the topic.
    --topic string                       REQUIRED: Topic to be shared.
    --environment string                 REQUIRED: Environment ID.
    --cluster string                     REQUIRED: Kafka cluster ID.
    --schema-registry-subjects strings   A comma-separated list of Schema Registry subjects.
-o, --output string                      Specify the output format as "human", "json", or "yaml". (default "human")
```

## Global Flags

```none
-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
```

## Examples

Invite a user with email “[user@example.com](mailto:user@example.com)”:

```none
confluent stream-share provider invite create --email user@example.com --topic topic-12345 --environment env-123456 --cluster lkc-12345
```

## See Also

* [confluent stream-share provider invite](index.md#confluent-stream-share-provider-invite) - Manage invites.
