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/service-extensions/service-extensions.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Behavior by user type:
32
32
33
33
- Organization users: The pre update password action executes in all password update flows of these users.
34
34
35
-
The following example shows a request sent to an external service configured as a pre-update password action, triggered when an administrator updates the organization user’s password.
35
+
The following example shows a request sent to an external service configured as a preupdate password action, triggered when an administrator updates the organization user’s password.
36
36
37
37
```http
38
38
POST /password-update-action HTTP/1.1
@@ -107,9 +107,9 @@ To learn more, refer to the [Pre update profile action]({{base_path}}/guides/ser
107
107
108
108
Behavior by user type:
109
109
110
-
- Organization users: The pre update profile action runs during all profile update flows for users who resides in the organization.
110
+
- Organization users: The pre update profile action runs during all profile update flows for users created in the organization.
111
111
112
-
The following example shows a request sent to an external service configured as a pre-update profile action, triggered when an administrator updates the organization user’s profile.
112
+
The following example shows a request sent to an external service configured as a preupdate profile action, triggered when an administrator updates the organization user’s profile.
- Shared/ invited users: The pre-update profile action only executes for the profile updates happen for the attributes mentioned in [Customize user attributes in shared user profiles]({{base_path}}/guides/organization-management/share-user-profiles/#customize-user-attributes-in-shared-user-profiles).
170
+
- Shared/ invited users: The preupdate profile action only executes for the profile updates that happen for the attributes mentioned in [Customize user attributes in shared user profiles]({{base_path}}/guides/organization-management/share-user-profiles/#customize-user-attributes-in-shared-user-profiles).
171
171
172
-
The following example shows a request sent to an external service configured as a pre-update profile action, triggered when an administrator updates the shared user’s profile.
172
+
The following example shows a request sent to an external service configured as a preupdate profile action, triggered when an administrator updates the shared user’s profile.
0 commit comments