# CreateInvitationRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **email_address** | **String** | The email address the invitation will be sent to | **public_metadata** | Option<[**serde_json::Value**](.md)> | Metadata that will be attached to the newly created invitation. The value of this property should be a well-formed JSON object. Once the user accepts the invitation and signs up, these metadata will end up in the user's public metadata. | [optional] **redirect_url** | Option<**String**> | Optional URL which specifies where to redirect the user once they click the invitation link. This is only required if you have implemented a [custom flow](https://clerk.com/docs/authentication/invitations#custom-flow) and you're not using Clerk Hosted Pages or Clerk Components. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)