supertokens-node
Preparing search index...
recipe/multitenancy
disassociateUserFromTenant
Variable disassociateUserFromTenant
disassociateUserFromTenant
:
(
tenantId
:
string
,
recipeUserId
:
RecipeUserId
,
userContext
?:
Record
<
string
,
any
>
,
)
=>
Promise
<
{
status
:
"OK"
;
wasAssociated
:
boolean
}
>
= Wrapper.disassociateUserFromTenant
Type declaration
(
tenantId
:
string
,
recipeUserId
:
RecipeUserId
,
userContext
?:
Record
<
string
,
any
>
,
)
:
Promise
<
{
status
:
"OK"
;
wasAssociated
:
boolean
}
>
Parameters
tenantId
:
string
recipeUserId
:
RecipeUserId
Optional
userContext
:
Record
<
string
,
any
>
Returns
Promise
<
{
status
:
"OK"
;
wasAssociated
:
boolean
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
supertokens-node
Loading...