Skip to content

Commit 528411f

Browse files
authored
add invite url example to readme (#487)
* add invite url example to readme * indentation fix * Update README.md
1 parent e1327bb commit 528411f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,9 @@ descope_client.mgmt.user.invite(
586586
user_tenants=[
587587
AssociatedTenant("my-tenant-id", ["role-name1"]),
588588
],
589-
sso_app_ids=["appId1"],
589+
sso_app_ids=["appId1"],
590+
# You can override the project's User Invitation Redirect URL with this parameter
591+
invite_url="invite.me"
590592
)
591593

592594
# Batch invite

0 commit comments

Comments
 (0)