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/oktacURL Example
curl -X POST \
https://api.nulayers.com/execute/okta \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"action": "users"}'