Skip to content

Commit e669f17

Browse files
Address comments
1 parent bebee93 commit e669f17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -504,6 +504,7 @@ To filter users by account status:
504504
curl -X 'POST' \
505505
'https://api.asgardeo.io/t/<org_name>/api/identity/user/v1.0/resend-code' \
506506
-H 'accept: application/json' \
507+
-H 'Authorization: Bearer <access_token>' \
507508
-H 'Content-Type: application/json' \
508509
-d '{
509510
"user": {
@@ -524,6 +525,7 @@ To filter users by account status:
524525
curl -X 'POST' \
525526
'https://api.asgardeo.io/t/<org_name>/api/identity/user/v1.0/resend-code' \
526527
-H 'accept: application/json' \
528+
-H 'Authorization: Bearer <access_token>' \
527529
-H 'Content-Type: application/json' \
528530
-d '{
529531
"user": {

0 commit comments

Comments
 (0)