Directus / @directus/sdk / rest / acceptUserInvite
Function: acceptUserInvite() ​
acceptUserInvite<
Schema
>(token
,password
):RestCommand
<void
,Schema
>
Accept your invite. The invite user endpoint sends the email a link to the Admin App.
Type Parameters ​
• Schema
Parameters ​
• token: string
Accept invite token.
• password: string
Password for the user.
Returns ​
RestCommand
<void
, Schema
>
Nothing