Files
medusa-store/www/apps/docs/content/references/js-client/classes/internal-8.internal.AdminPostInvitesInviteAcceptReq.md
github-actions[bot] daea35fe73 chore(docs): Generated JS Client Reference (#5334)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2023-10-10 17:47:07 +00:00

1.2 KiB

displayed_sidebar
displayed_sidebar
jsClientSidebar

Class: AdminPostInvitesInviteAcceptReq

internal.internal.AdminPostInvitesInviteAcceptReq

Schema

AdminPostInvitesInviteAcceptReq type: object required:

  • token
  • user properties: token: description: "The token of the invite to accept. This is a unique token generated when the invite was created or resent." type: string user: description: "The details of the user to create." type: object required:
    • first_name
    • last_name
    • password properties: first_name: type: string description: the first name of the User last_name: type: string description: the last name of the User password: description: The password for the User type: string format: password

Properties

token

token: string

Defined in

packages/medusa/dist/api/routes/admin/invites/accept-invite.d.ts:108


user

user: AdminPostInvitesInviteAcceptUserReq

Defined in

packages/medusa/dist/api/routes/admin/invites/accept-invite.d.ts:109