Connectors
...
Actions
Generic Task
3 min
description execute a generic task in okta identity management, offering complete control over the request parameters inputs endpoint (string) path to the endpoint after url in asset use double brackets with path parameters for dynamic urls method (string) method of the request such as post, get, put, patch, delete (note, others are available to use) path parameters (object) path parameters to mustache into the endpoint input parameters (object) url query parameters that get appended and url encoded json body (object) body to send as a json payload, this automatically sets content type application/json in the headers data body (object) body to send as data, this allows you to set the content type in the headers manually headers (object) request headers to send with the individual request output output parameters status code (number) the http response status code data (object) the json response body response text (string) reason (string) the http reason, often times an error message can be here ok means success