Back to Tools

Okta

Security

Okta workforce identity. Manage users, groups, applications, and authentication policies.

Available Actions
usersgroupsappspolicies
Input Schema
{
  "type": "object",
  "required": [
    "resource",
    "action"
  ],
  "properties": {
    "data": {
      "type": "object"
    },
    "action": {
      "type": "string"
    },
    "resource": {
      "type": "string"
    }
  }
}
Output Schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}
Quick Start

API Endpoint

POST /api/execute/okta

cURL Example

curl -X POST \
  https://api.nulayers.com/execute/okta \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"action": "users"}'
Integration

Get your API key from the dashboard to start using this tool in your AI applications.