@ory/client
Version:
OpenAPI client for @ory/client
22 lines (14 loc) • 600 B
Markdown
# CreateProjectMemberInviteBody
Create Project MemberInvite Request Body
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**invitee_email** | **string** | A email to invite | [optional] [default to undefined]
## Example
```typescript
import { CreateProjectMemberInviteBody } from '@ory/client';
const instance: CreateProjectMemberInviteBody = {
invitee_email,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)