Skip to content

Commit 5ff2c07

Browse files
Address review comments
1 parent 403b14b commit 5ff2c07

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

en/asgardeo/docs/guides/users/manage-users.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,6 @@ To filter users by account status:
371371
372372
!!! abstract ""
373373
374-
375374
curl -X 'PATCH' \
376375
'https://api.asgardeo.io/t/<org_name>/api/server/v1/identity-governance/VXNlciBPbmJvYXJkaW5n/connectors/dXNlci1lbWFpbC12ZXJpZmljYXRpb24' \
377376
-H 'Authorization: Bearer <access_token>' \
@@ -386,8 +385,7 @@ To filter users by account status:
386385
]
387386
}'
388387
389-
390-
2: Configure email verification method (Optional). Enable this if OTP needs to be received via email.
388+
2: Configure email verification method (Optional). Enable this to send OTP via email.
391389
392390
!!! abstract ""
393391
@@ -405,7 +403,6 @@ To filter users by account status:
405403
]
406404
}'
407405
408-
409406
3: Create user with email verification required
410407
411408
!!! abstract ""
@@ -461,10 +458,9 @@ To filter users by account status:
461458
"HTTP/1.1 201 Created"
462459
```
463460
461+
4: Confirm email or validate OTP (One-Time Password)
464462
465-
4: Confirm email or validate OTP
466-
467-
You can verify the email using the confirmation link, or validate the OTP through the following API.
463+
You can verify the email using the confirmation link, or enter the OTP using the following API.
468464
469465
!!! abstract ""
470466

en/identity-server/next/docs/guides/users/manage-users.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,6 @@ To filter users by account status:
369369
370370
!!! abstract ""
371371
372-
373372
curl -X 'PATCH' \
374373
'https://localhost:9443/api/server/v1/identity-governance/VXNlciBPbmJvYXJkaW5n/connectors/dXNlci1lbWFpbC12ZXJpZmljYXRpb24' \
375374
-H 'Authorization: Bearer <access_token>' \
@@ -384,8 +383,7 @@ To filter users by account status:
384383
]
385384
}'
386385
387-
388-
2: Configure email verification method (Optional). Enable this if OTP needs to be received via email.
386+
2: Configure email verification method (Optional). Enable this to send OTP via email.
389387
390388
!!! abstract ""
391389
@@ -403,7 +401,6 @@ To filter users by account status:
403401
]
404402
}'
405403
406-
407404
3: Create user with email verification required
408405
409406
!!! abstract ""
@@ -459,10 +456,9 @@ To filter users by account status:
459456
"HTTP/1.1 201 Created"
460457
```
461458
459+
4: Confirm email or validate OTP (One-Time Password)
462460
463-
4: Confirm email or validate OTP
464-
465-
You can verify the email using the confirmation link, or validate the OTP through the following API.
461+
You can verify the email using the confirmation link, or enter the OTP using the following API.
466462
467463
!!! abstract ""
468464

0 commit comments

Comments
 (0)