You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/includes/guides/organization-management/onboard-users.md
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,12 @@ In order to invite users from the parent organization, get to know the usernames
48
48
49
49
If a user of the organization with {{ product_name }} Console access needs to invite a user from the parent organization, follow the steps below.
50
50
51
-
1. Login to your organization using the link `https://{{console_host_name}}/t/{{ root_organization_path_param | default('{root_organization_name}') }}/o/{organization-id}{{console_path}}`.
51
+
1. Login to your organization using the link
52
+
{%- if product_name == "WSO2 Identity Server" and is_version > "7.1.0" -%}
2. Go to **User Management > Users** and click **Add user**. From there, select **Invite Parent User**.
53
58
3. Enter the usernames of the user that you want to invite to the organization. You can enter multiple usernames by pressing enter after each username input.
54
59
4. Select the groups that you want to assign to the invited users.
@@ -115,7 +120,12 @@ property can be set to false in Parent Organization's User Invitation API. The f
115
120
used to obtain the confirmation code without sending email notifications.
@@ -163,7 +173,12 @@ Sample Response will contain the confirmation code as follows.
163
173
If you are sending the invitation email through an external service, include this confirmation code, which need to be accepted through following invitation accepting API. If your applications wants to proceed parent user invitation flow without any email sending, applications can invoke the following API call as the next step.
0 commit comments