The Okta Features API provides operations to manage self-service Early Access (EA) and Beta features in your org.
Note: Important background information for this API is available on the Feature Lifecycle Management page.
okta.features.read
Lists all features
Success
Forbidden
Too Many Requests
[- {
- "description": "string",
- "id": "string",
- "name": "string",
- "stage": {
- "state": "CLOSED",
- "value": "BETA"
}, - "status": "DISABLED",
- "type": "self-service",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
]
okta.features.read
Retrieves a feature
Success
Forbidden
Not Found
Too Many Requests
{- "description": "string",
- "id": "string",
- "name": "string",
- "stage": {
- "state": "CLOSED",
- "value": "BETA"
}, - "status": "DISABLED",
- "type": "self-service",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
okta.features.read
Lists all dependencies
Success
Forbidden
Not Found
Too Many Requests
[- {
- "description": "string",
- "id": "string",
- "name": "string",
- "stage": {
- "state": "CLOSED",
- "value": "BETA"
}, - "status": "DISABLED",
- "type": "self-service",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
]
okta.features.read
Lists all dependents
Success
Forbidden
Not Found
Too Many Requests
[- {
- "description": "string",
- "id": "string",
- "name": "string",
- "stage": {
- "state": "CLOSED",
- "value": "BETA"
}, - "status": "DISABLED",
- "type": "self-service",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}
]
okta.features.manage
Updates a feature lifecycle
Success
Forbidden
Not Found
Too Many Requests
{- "description": "string",
- "id": "string",
- "name": "string",
- "stage": {
- "state": "CLOSED",
- "value": "BETA"
}, - "status": "DISABLED",
- "type": "self-service",
- "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "type": "string"
}
}
}