Suspend user
documentedSuspends a user.
POST /api/v1/users/{id}/lifecycle/suspendUsersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{domain}}/admin/api/v1/users/{{$user_id}}/lifecycle/suspend" \
-X POST \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: SSWS {{OKTA_API_KEY}}"