okta.realms.read
Lists all Realms
limit | integer <int32> Default: 200 Specifies the number of results returned. Defaults to 10 if |
after | string The cursor to use for pagination. It is an opaque string that specifies your current location in the list and is obtained from the |
search | string Searches for Realms with a supported filtering expression for most properties |
sortBy | string Specifies field to sort by and can be any single property (for search queries only). Example: sortBy=profile.name |
sortOrder | string Default: "asc" Specifies sort order |
OK
Forbidden
Too Many Requests
[- {
- "id": "guox9jQ16k9V8IFEL0g3",
- "created": "2022-04-04T15:56:05.000Z",
- "lastUpdated": "2022-05-05T18:15:44.000Z",
- "isDefault": false,
- "profile": {
- "name": "Car Co",
- "realmType": "PARTNER"
}, - "_links": {
- "self": {
- "rel": "self",
- "method": "GET"
}
}
}
]
okta.realms.manage
Creates a new Realm
Success
Bad Request
Forbidden
Too Many Requests
{- "profile": {
- "name": "string",
- "realmType": "PARTNER"
}
}
{- "created": "2019-08-24T14:15:22Z",
- "id": "string",
- "isDefault": true,
- "lastUpdated": "2019-08-24T14:15:22Z",
- "profile": {
- "name": "string",
- "realmType": "PARTNER"
}, - "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "templated": true,
- "type": "string"
}
}
}
okta.realms.read
Retrieves a Realm
Success
Bad Request
Forbidden
Not Found
Too Many Requests
{- "id": "guox9jQ16k9V8IQWL0g3",
- "created": "2022-04-04T15:56:05.000Z",
- "lastUpdated": "2022-05-05T18:15:44.000Z",
- "isDefault": true,
- "profile": {
- "name": "Default Realm"
}, - "_links": {
- "self": {
- "rel": "self",
- "method": "GET"
}
}
}
okta.realms.manage
Replaces the realm profile
Success
Bad Request
Forbidden
Not Found
Too Many Requests
{- "profile": {
- "name": "string",
- "realmType": "PARTNER"
}
}
{- "created": "2019-08-24T14:15:22Z",
- "id": "string",
- "isDefault": true,
- "lastUpdated": "2019-08-24T14:15:22Z",
- "profile": {
- "name": "string",
- "realmType": "PARTNER"
}, - "_links": {
- "self": {
- "hints": {
- "allow": [
- "DELETE"
]
}, - "href": "string",
- "name": "string",
- "templated": true,
- "type": "string"
}
}
}
okta.realms.manage
Deletes a Realm permanently. This operation can only be performed after disassociating other entities like Users and Identity Providers from a Realm.
No Content
Bad Request
Forbidden
Not Found
Too Many Requests
{- "errorCauses": [
- {
- "errorSummary": "string"
}
], - "errorCode": "string",
- "errorId": "string",
- "errorLink": "string",
- "errorSummary": "string"
}