Connectors
...
Actions
Activate User By ID
5 min
description activates an okta user account using the specified userid a path parameter 'userid' is required endpoint url /api/v1/users/{{userid}}/lifecycle/activate method post inputs path parameters (object) – required path parameters userid (string) – required id of an existing okta user parameters (object) query parameters sendemail (boolean) sends an activation email to the user if true output example \[ { "status code" 200, "response headers" { "content length" "140", "content type" "application/json", "date" "wed, 8 jan 2025 20 37 23 gmt" }, "reason" "ok", "json" { "activationtoken" "xe6we17zmphl3kqapfxo", "activationurl" "https //{youroktadomain}/welcome/xe6we17zmphl3kqapfxo" } } ] output parameters status code (number) reason (string) json (object) activationtoken (string) activationurl (string) response headers header type content length string content type string date string