10 lines
746 B
Plaintext
10 lines
746 B
Plaintext
import { TypeList } from "docs-ui"
|
|
|
|
# AdminPostInvitesInviteAcceptUserReq
|
|
|
|
Details of the use accepting the invite.
|
|
|
|
## Properties
|
|
|
|
<TypeList types={[{"name":"first_name","type":"`string`","description":"The invite's first name.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"last_name","type":"`string`","description":"The invite's last name.","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"password","type":"`string`","description":"The invite's password","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/development/entities/repositories#retrieving-a-list-of-records" sectionTitle="AdminPostInvitesInviteAcceptUserReq"/>
|