Skip to content

Commit b3d1610

Browse files
Merge pull request #5969 from PasinduYeshan/fix/scim2-me
Update SCIM 2.0 Me endpoint references for email and mobile verificat…
2 parents 45d15d0 + 6a09be2 commit b3d1610

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

en/includes/guides/users/attributes/email-verification-on-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you only support a single email address and wish to update the email address
3434

3535
4. Click **Update** to save the changes. An email will be sent to the specified address for verification. The user needs to click the link provided in the email to verify the email address.
3636

37-
Alternatively, you may update the email address via a PATCH operation to the [SCIM 2.0 Me endpoint]({{base_path}}/apis/scim2/scim2-me-rest-api/) as shown below.
37+
Alternatively, you may update the email address via a PATCH operation to the {% if product_name == "WSO2 Identity Server" %}[SCIM 2.0 Me endpoint]({{base_path}}/apis/scim2-me-rest-apis/){% else %}[SCIM 2.0 Me endpoint]({{base_path}}/apis/scim2-me/){% endif %} as shown below.
3838

3939
!!! abstract ""
4040

@@ -137,7 +137,7 @@ To verify an email address,
137137

138138
An email will be sent to the specified address for verification. The user needs to click the link provided in the email to verify the email address.
139139

140-
Alternatively, you may update the email addresses via a PATCH operation to the [SCIM 2.0 Me endpoint]({{base_path}}/apis/scim2/scim2-me-rest-api/) as shown below.
140+
Alternatively, you may update the email addresses via a PATCH operation to the {% if product_name == "WSO2 Identity Server" %}[SCIM 2.0 Me endpoint]({{base_path}}/apis/scim2-me-rest-apis/){% else %}[SCIM 2.0 Me endpoint]({{base_path}}/apis/scim2-me/){% endif %} as shown below.
141141

142142
!!! abstract ""
143143

en/includes/guides/users/attributes/mobile-verification-on-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you only support a single mobile number and wish to update the mobile number
3232

3333
4. Click **Update** to save the changes. An SMS OTP will be sent to the specified mobile number for verification. The user needs to enter the SMS OTP to verify the mobile number.
3434

35-
Alternatively, you may update the mobile number via a PATCH operation to the [SCIM 2.0 Me endpoint]({{base_path}}/apis/scim2/scim2-me-rest-api/) as shown below.
35+
Alternatively, you may update the mobile number via a PATCH operation to the {% if product_name == "WSO2 Identity Server" %}[SCIM 2.0 Me endpoint]({{base_path}}/apis/scim2-me-rest-apis/){% else %}[SCIM 2.0 Me endpoint]({{base_path}}/apis/scim2-me/){% endif %} as shown below.
3636

3737
!!! abstract ""
3838

@@ -132,7 +132,7 @@ A verification code will be sent to your mobile number.
132132

133133
An SMS OTP will be sent to the specified mobile number for verification. The user needs to provide the OTP to verify the mobile number.
134134

135-
Alternatively, you may update the mobile numbers via a PATCH operation to the [SCIM 2.0 Me endpoint]({{base_path}}/apis/scim2/scim2-me-rest-api/) as shown below.
135+
Alternatively, you may update the mobile numbers via a PATCH operation to the {% if product_name == "WSO2 Identity Server" %}[SCIM 2.0 Me endpoint]({{base_path}}/apis/scim2-me-rest-apis/){% else %}[SCIM 2.0 Me endpoint]({{base_path}}/apis/scim2-me/){% endif %} as shown below.
136136

137137
!!! abstract ""
138138

0 commit comments

Comments
 (0)