We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebee93 commit e669f17Copy full SHA for e669f17
en/asgardeo/docs/guides/users/manage-users.md
@@ -504,6 +504,7 @@ To filter users by account status:
504
curl -X 'POST' \
505
'https://api.asgardeo.io/t/<org_name>/api/identity/user/v1.0/resend-code' \
506
-H 'accept: application/json' \
507
+ -H 'Authorization: Bearer <access_token>' \
508
-H 'Content-Type: application/json' \
509
-d '{
510
"user": {
@@ -524,6 +525,7 @@ To filter users by account status:
524
525
526
527
528
529
530
531
0 commit comments