core.inviterequest
Home > @medplum/core > InviteRequest
InviteRequest interface
Signature:
export interface InviteRequest
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| access? | ProjectMembershipAccess[] | (Optional) | |
| accessPolicy? | Reference<AccessPolicy> | (Optional) | |
| admin? | boolean | (Optional) | |
| email? | string | (Optional) | |
| externalId? | string | (Optional) | |
| firstName | string | ||
| lastName | string | ||
| membership? | Partial<ProjectMembership> | (Optional) | |
| password? | string | (Optional) | |
| resourceType | 'Patient' | 'Practitioner' | 'RelatedPerson' | ||
| sendEmail? | boolean | (Optional) | |
| upsert? | boolean | (Optional) |