Skip to content

Commit 18b04f1

Browse files
committed
invite too
1 parent e3f68eb commit 18b04f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

descope/management/user.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ def invite(
250250
additional_login_ids: Optional[List[str]] = None,
251251
sso_app_ids: Optional[List[str]] = None,
252252
template_id: str = "",
253+
test: bool = False,
253254
) -> dict:
254255
"""
255256
Create a new user and invite them via an email / text message.
@@ -278,7 +279,7 @@ def invite(
278279
role_names,
279280
user_tenants,
280281
True,
281-
False,
282+
test,
282283
picture,
283284
custom_attributes,
284285
verified_email,

0 commit comments

Comments
 (0)