Skip to content

Commit c0fda6e

Browse files
committed
Minor correction
1 parent 7f361c8 commit c0fda6e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

en/includes/guides/organization-management/service-extensions/service-extensions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Behavior by user type:
3232

3333
- Organization users: The pre update password action executes in all password update flows of these users.
3434

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 pre update password action, triggered when an administrator updates the organization user’s password.
3636

3737
```http
3838
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
107107

108108
Behavior by user type:
109109

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.
111111

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 pre update profile action, triggered when an administrator updates the organization user’s profile.
113113

114114
```http
115115
POST /profile-update-action HTTP/1.1
@@ -167,9 +167,9 @@ Content-Type: application/json
167167
}
168168
```
169169

170-
- 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 pre update 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).
171171

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 pre update profile action, triggered when an administrator updates the shared user’s profile.
173173

174174
```http
175175
POST /profile-update-action HTTP/1.1

0 commit comments

Comments
 (0)