Skip to content

Latest commit

 

History

History
1295 lines (1280 loc) · 158 KB

API_README.md

File metadata and controls

1295 lines (1280 loc) · 158 KB

Documentation for API Endpoints

All URIs are relative to https://subdomain.okta.com

Class Method HTTP request Description
OktaAgentPoolsApi Invoke-OktaActivateAgentPoolsUpdate POST /api/v1/agentPools/{poolId}/updates/{updateId}/activate Activate an Agent Pool update
OktaAgentPoolsApi New-OktaAgentPoolsUpdate POST /api/v1/agentPools/{poolId}/updates Create an Agent Pool update
OktaAgentPoolsApi Invoke-OktaDeactivateAgentPoolsUpdate POST /api/v1/agentPools/{poolId}/updates/{updateId}/deactivate Deactivate an Agent Pool update
OktaAgentPoolsApi Invoke-OktaDeleteAgentPoolsUpdate DELETE /api/v1/agentPools/{poolId}/updates/{updateId} Delete an Agent Pool update
OktaAgentPoolsApi Get-OktaAgentPools GET /api/v1/agentPools List all Agent Pools
OktaAgentPoolsApi Get-OktaAgentPoolsUpdateInstance GET /api/v1/agentPools/{poolId}/updates/{updateId} Retrieve an Agent Pool update by id
OktaAgentPoolsApi Get-OktaAgentPoolsUpdateSettings GET /api/v1/agentPools/{poolId}/updates/settings Retrieve an Agent Pool update's settings
OktaAgentPoolsApi Get-OktaAgentPoolsUpdates GET /api/v1/agentPools/{poolId}/updates List all Agent Pool updates
OktaAgentPoolsApi Suspend-OktaAgentPoolsUpdate POST /api/v1/agentPools/{poolId}/updates/{updateId}/pause Pause an Agent Pool update
OktaAgentPoolsApi Resume-OktaAgentPoolsUpdate POST /api/v1/agentPools/{poolId}/updates/{updateId}/resume Resume an Agent Pool update
OktaAgentPoolsApi Invoke-OktaRetryAgentPoolsUpdate POST /api/v1/agentPools/{poolId}/updates/{updateId}/retry Retry an Agent Pool update
OktaAgentPoolsApi Set-OktaAgentPoolsUpdateSettings POST /api/v1/agentPools/{poolId}/updates/settings Update an Agent Pool update settings
OktaAgentPoolsApi Stop-OktaAgentPoolsUpdate POST /api/v1/agentPools/{poolId}/updates/{updateId}/stop Stop an Agent Pool update
OktaAgentPoolsApi Update-OktaAgentPoolsUpdate POST /api/v1/agentPools/{poolId}/updates/{updateId} Update an Agent Pool update by id
OktaApiTokenApi Get-OktaApiToken GET /api/v1/api-tokens/{apiTokenId} Retrieve an API Token's Metadata
OktaApiTokenApi Invoke-OktaListApiTokens GET /api/v1/api-tokens List all API Token Metadata
OktaApiTokenApi Revoke-OktaApiToken DELETE /api/v1/api-tokens/{apiTokenId} Revoke an API Token
OktaApiTokenApi Revoke-OktaCurrentApiToken DELETE /api/v1/api-tokens/current Revoke the Current API Token
OktaApplicationApi Invoke-OktaActivateApplication POST /api/v1/apps/{appId}/lifecycle/activate Activate an Application
OktaApplicationApi Invoke-OktaActivateDefaultProvisioningConnectionForApplication POST /api/v1/apps/{appId}/connections/default/lifecycle/activate Activate the default Provisioning Connection
OktaApplicationApi Set-OktaApplicationPolicy PUT /api/v1/apps/{appId}/policies/{policyId} Assign an application to a specific policy
OktaApplicationApi Set-OktaUserToApplication POST /api/v1/apps/{appId}/users Assign a User
OktaApplicationApi Copy-OktaApplicationKey POST /api/v1/apps/{appId}/credentials/keys/{keyId}/clone Clone a Key Credential
OktaApplicationApi New-OktaApplication POST /api/v1/apps Create an Application
OktaApplicationApi New-OktaApplicationGroupAssignment PUT /api/v1/apps/{appId}/groups/{groupId} Assign a Group
OktaApplicationApi Invoke-OktaDeactivateApplication POST /api/v1/apps/{appId}/lifecycle/deactivate Deactivate an Application
OktaApplicationApi Invoke-OktaDeactivateDefaultProvisioningConnectionForApplication POST /api/v1/apps/{appId}/connections/default/lifecycle/deactivate Deactivate the default Provisioning Connection for an Application
OktaApplicationApi Invoke-OktaDeleteApplication DELETE /api/v1/apps/{appId} Delete an Application
OktaApplicationApi Invoke-OktaDeleteApplicationGroupAssignment DELETE /api/v1/apps/{appId}/groups/{groupId} Unassign a Group
OktaApplicationApi Invoke-OktaDeleteApplicationUser DELETE /api/v1/apps/{appId}/users/{userId} Unassign a User
OktaApplicationApi New-OktaApplicationKey POST /api/v1/apps/{appId}/credentials/keys/generate Generate a Key Credential
OktaApplicationApi New-OktaCsrForApplication POST /api/v1/apps/{appId}/credentials/csrs Generate a Certificate Signing Request
OktaApplicationApi Get-OktaApplication GET /api/v1/apps/{appId} Retrieve an Application
OktaApplicationApi Get-OktaApplicationGroupAssignment GET /api/v1/apps/{appId}/groups/{groupId} Retrieve an Assigned Group
OktaApplicationApi Get-OktaApplicationKey GET /api/v1/apps/{appId}/credentials/keys/{keyId} Retrieve a Key Credential
OktaApplicationApi Get-OktaApplicationUser GET /api/v1/apps/{appId}/users/{userId} Retrieve an Assigned User
OktaApplicationApi Get-OktaCsrForApplication GET /api/v1/apps/{appId}/credentials/csrs/{csrId} Retrieve a Certificate Signing Request
OktaApplicationApi Get-OktaDefaultProvisioningConnectionForApplication GET /api/v1/apps/{appId}/connections/default Retrieve the default Provisioning Connection
OktaApplicationApi Get-OktaFeatureForApplication GET /api/v1/apps/{appId}/features/{name} Retrieve a Feature
OktaApplicationApi Get-OktaOAuth2TokenForApplication GET /api/v1/apps/{appId}/tokens/{tokenId} Retrieve an OAuth 2.0 Token
OktaApplicationApi Get-OktaScopeConsentGrant GET /api/v1/apps/{appId}/grants/{grantId} Retrieve a Scope Consent Grant
OktaApplicationApi Grant-OktaConsentToScope POST /api/v1/apps/{appId}/grants Grant Consent to Scope
OktaApplicationApi Invoke-OktaListApplicationGroupAssignments GET /api/v1/apps/{appId}/groups List all Assigned Groups
OktaApplicationApi Invoke-OktaListApplicationKeys GET /api/v1/apps/{appId}/credentials/keys List all Key Credentials
OktaApplicationApi Invoke-OktaListApplicationUsers GET /api/v1/apps/{appId}/users List all Assigned Users
OktaApplicationApi Invoke-OktaListApplications GET /api/v1/apps List all Applications
OktaApplicationApi Invoke-OktaListCsrsForApplication GET /api/v1/apps/{appId}/credentials/csrs List all Certificate Signing Requests
OktaApplicationApi Invoke-OktaListFeaturesForApplication GET /api/v1/apps/{appId}/features List all Features
OktaApplicationApi Invoke-OktaListOAuth2TokensForApplication GET /api/v1/apps/{appId}/tokens List all OAuth 2.0 Tokens
OktaApplicationApi Invoke-OktaListScopeConsentGrants GET /api/v1/apps/{appId}/grants List all Scope Consent Grants
OktaApplicationApi Publish-OktaCsrFromApplication POST /api/v1/apps/{appId}/credentials/csrs/{csrId}/lifecycle/publish Publish a Certificate Signing Request
OktaApplicationApi Revoke-OktaCsrFromApplication DELETE /api/v1/apps/{appId}/credentials/csrs/{csrId} Revoke a Certificate Signing Request
OktaApplicationApi Revoke-OktaOAuth2TokenForApplication DELETE /api/v1/apps/{appId}/tokens/{tokenId} Revoke an OAuth 2.0 Token
OktaApplicationApi Revoke-OktaOAuth2TokensForApplication DELETE /api/v1/apps/{appId}/tokens Revoke all OAuth 2.0 Tokens
OktaApplicationApi Revoke-OktaScopeConsentGrant DELETE /api/v1/apps/{appId}/grants/{grantId} Revoke a Scope Consent Grant
OktaApplicationApi Set-OktaDefaultProvisioningConnectionForApplication POST /api/v1/apps/{appId}/connections/default Update the default Provisioning Connection
OktaApplicationApi Update-OktaApplication PUT /api/v1/apps/{appId} Replace an Application
OktaApplicationApi Update-OktaApplicationUser POST /api/v1/apps/{appId}/users/{userId} Update an Application Profile for Assigned User
OktaApplicationApi Update-OktaFeatureForApplication PUT /api/v1/apps/{appId}/features/{name} Update a Feature
OktaApplicationApi Invoke-OktaUploadApplicationLogo POST /api/v1/apps/{appId}/logo Upload a Logo
OktaAuthenticatorApi Invoke-OktaActivateAuthenticator POST /api/v1/authenticators/{authenticatorId}/lifecycle/activate Activate an Authenticator
OktaAuthenticatorApi New-OktaAuthenticator POST /api/v1/authenticators Create an Authenticator
OktaAuthenticatorApi Invoke-OktaDeactivateAuthenticator POST /api/v1/authenticators/{authenticatorId}/lifecycle/deactivate Deactivate an Authenticator
OktaAuthenticatorApi Get-OktaAuthenticator GET /api/v1/authenticators/{authenticatorId} Retrieve an Authenticator
OktaAuthenticatorApi Invoke-OktaListAuthenticators GET /api/v1/authenticators List all Authenticators
OktaAuthenticatorApi Update-OktaAuthenticator PUT /api/v1/authenticators/{authenticatorId} Replace an Authenticator
OktaAuthorizationServerApi Invoke-OktaActivateAuthorizationServer POST /api/v1/authorizationServers/{authServerId}/lifecycle/activate Activate an Authorization Server
OktaAuthorizationServerApi Invoke-OktaActivateAuthorizationServerPolicy POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/activate Activate a Policy
OktaAuthorizationServerApi Invoke-OktaActivateAuthorizationServerPolicyRule POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/activate Activate a Policy Rule
OktaAuthorizationServerApi New-OktaAuthorizationServer POST /api/v1/authorizationServers Create an Authorization Server
OktaAuthorizationServerApi New-OktaAuthorizationServerPolicy POST /api/v1/authorizationServers/{authServerId}/policies Create a Policy
OktaAuthorizationServerApi New-OktaAuthorizationServerPolicyRule POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules Create a Policy Rule
OktaAuthorizationServerApi New-OktaOAuth2Claim POST /api/v1/authorizationServers/{authServerId}/claims Create a Custom Token Claim
OktaAuthorizationServerApi New-OktaOAuth2Scope POST /api/v1/authorizationServers/{authServerId}/scopes Create a Custom Token Scope
OktaAuthorizationServerApi Invoke-OktaDeactivateAuthorizationServer POST /api/v1/authorizationServers/{authServerId}/lifecycle/deactivate Deactivate an Authorization Server
OktaAuthorizationServerApi Invoke-OktaDeactivateAuthorizationServerPolicy POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/deactivate Deactivate a Policy
OktaAuthorizationServerApi Invoke-OktaDeactivateAuthorizationServerPolicyRule POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/deactivate Deactivate a Policy Rule
OktaAuthorizationServerApi Invoke-OktaDeleteAuthorizationServer DELETE /api/v1/authorizationServers/{authServerId} Delete an Authorization Server
OktaAuthorizationServerApi Invoke-OktaDeleteAuthorizationServerPolicy DELETE /api/v1/authorizationServers/{authServerId}/policies/{policyId} Delete a Policy
OktaAuthorizationServerApi Invoke-OktaDeleteAuthorizationServerPolicyRule DELETE /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId} Delete a Policy Rule
OktaAuthorizationServerApi Invoke-OktaDeleteOAuth2Claim DELETE /api/v1/authorizationServers/{authServerId}/claims/{claimId} Delete a Custom Token Claim
OktaAuthorizationServerApi Invoke-OktaDeleteOAuth2Scope DELETE /api/v1/authorizationServers/{authServerId}/scopes/{scopeId} Delete a Custom Token Scope
OktaAuthorizationServerApi Get-OktaAuthorizationServer GET /api/v1/authorizationServers/{authServerId} Retrieve an Authorization Server
OktaAuthorizationServerApi Get-OktaAuthorizationServerPolicy GET /api/v1/authorizationServers/{authServerId}/policies/{policyId} Retrieve a Policy
OktaAuthorizationServerApi Get-OktaAuthorizationServerPolicyRule GET /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId} Retrieve a Policy Rule
OktaAuthorizationServerApi Get-OktaOAuth2Claim GET /api/v1/authorizationServers/{authServerId}/claims/{claimId} Retrieve a Custom Token Claim
OktaAuthorizationServerApi Get-OktaOAuth2Scope GET /api/v1/authorizationServers/{authServerId}/scopes/{scopeId} Retrieve a Custom Token Scope
OktaAuthorizationServerApi Get-OktaRefreshTokenForAuthorizationServerAndClient GET /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens/{tokenId} Retrieve a Refresh Token for a Client
OktaAuthorizationServerApi Invoke-OktaListAuthorizationServerKeys GET /api/v1/authorizationServers/{authServerId}/credentials/keys List all Credential Keys
OktaAuthorizationServerApi Invoke-OktaListAuthorizationServerPolicies GET /api/v1/authorizationServers/{authServerId}/policies List all Policies
OktaAuthorizationServerApi Invoke-OktaListAuthorizationServerPolicyRules GET /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules List all Policy Rules
OktaAuthorizationServerApi Invoke-OktaListAuthorizationServers GET /api/v1/authorizationServers List all Authorization Servers
OktaAuthorizationServerApi Invoke-OktaListOAuth2Claims GET /api/v1/authorizationServers/{authServerId}/claims List all Custom Token Claims
OktaAuthorizationServerApi Invoke-OktaListOAuth2ClientsForAuthorizationServer GET /api/v1/authorizationServers/{authServerId}/clients List all Clients
OktaAuthorizationServerApi Invoke-OktaListOAuth2Scopes GET /api/v1/authorizationServers/{authServerId}/scopes List all Custom Token Scopes
OktaAuthorizationServerApi Invoke-OktaListRefreshTokensForAuthorizationServerAndClient GET /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens List all Refresh Tokens for a Client
OktaAuthorizationServerApi Revoke-OktaRefreshTokenForAuthorizationServerAndClient DELETE /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens/{tokenId} Revoke a Refresh Token for a Client
OktaAuthorizationServerApi Revoke-OktaRefreshTokensForAuthorizationServerAndClient DELETE /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens Revoke all Refresh Tokens for a Client
OktaAuthorizationServerApi Invoke-OktaRotateAuthorizationServerKeys POST /api/v1/authorizationServers/{authServerId}/credentials/lifecycle/keyRotate Rotate all Credential Keys
OktaAuthorizationServerApi Update-OktaAuthorizationServer PUT /api/v1/authorizationServers/{authServerId} Replace an Authorization Server
OktaAuthorizationServerApi Update-OktaAuthorizationServerPolicy PUT /api/v1/authorizationServers/{authServerId}/policies/{policyId} Replace a Policy
OktaAuthorizationServerApi Update-OktaAuthorizationServerPolicyRule PUT /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId} Replace a Policy Rule
OktaAuthorizationServerApi Update-OktaOAuth2Claim PUT /api/v1/authorizationServers/{authServerId}/claims/{claimId} Replace a Custom Token Claim
OktaAuthorizationServerApi Update-OktaOAuth2Scope PUT /api/v1/authorizationServers/{authServerId}/scopes/{scopeId} Replace a Custom Token Scope
OktaBehaviorApi Invoke-OktaActivateBehaviorDetectionRule POST /api/v1/behaviors/{behaviorId}/lifecycle/activate Activate a Behavior Detection Rule
OktaBehaviorApi New-OktaBehaviorDetectionRule POST /api/v1/behaviors Create a Behavior Detection Rule
OktaBehaviorApi Invoke-OktaDeactivateBehaviorDetectionRule POST /api/v1/behaviors/{behaviorId}/lifecycle/deactivate Deactivate a Behavior Detection Rule
OktaBehaviorApi Invoke-OktaDeleteBehaviorDetectionRule DELETE /api/v1/behaviors/{behaviorId} Delete a Behavior Detection Rule
OktaBehaviorApi Get-OktaBehaviorDetectionRule GET /api/v1/behaviors/{behaviorId} Retrieve a Behavior Detection Rule
OktaBehaviorApi Invoke-OktaListBehaviorDetectionRules GET /api/v1/behaviors List all Behavior Detection Rules
OktaBehaviorApi Update-OktaBehaviorDetectionRule PUT /api/v1/behaviors/{behaviorId} Replace a Behavior Detection Rule
OktaCAPTCHAApi New-OktaCaptchaInstance POST /api/v1/captchas Create a CAPTCHA instance
OktaCAPTCHAApi Invoke-OktaDeleteCaptchaInstance DELETE /api/v1/captchas/{captchaId} Delete a CAPTCHA Instance
OktaCAPTCHAApi Get-OktaCaptchaInstance GET /api/v1/captchas/{captchaId} Retrieve a CAPTCHA Instance
OktaCAPTCHAApi Invoke-OktaListCaptchaInstances GET /api/v1/captchas List all CAPTCHA instances
OktaCAPTCHAApi Invoke-OktaPartialUpdateCaptchaInstance POST /api/v1/captchas/{captchaId} Update a CAPTCHA instance
OktaCAPTCHAApi Update-OktaCaptchaInstance PUT /api/v1/captchas/{captchaId} Replace a CAPTCHA instance
OktaCustomizationApi New-OktaBrand POST /api/v1/brands Create a Brand
OktaCustomizationApi New-OktaEmailCustomization POST /api/v1/brands/{brandId}/templates/email/{templateName}/customizations Create an Email Customization
OktaCustomizationApi Invoke-OktaDeleteAllCustomizations DELETE /api/v1/brands/{brandId}/templates/email/{templateName}/customizations Delete all Email Customizations
OktaCustomizationApi Invoke-OktaDeleteBrand DELETE /api/v1/brands/{brandId} Delete a brand
OktaCustomizationApi Invoke-OktaDeleteBrandThemeBackgroundImage DELETE /api/v1/brands/{brandId}/themes/{themeId}/background-image Delete the Background Image
OktaCustomizationApi Invoke-OktaDeleteBrandThemeFavicon DELETE /api/v1/brands/{brandId}/themes/{themeId}/favicon Delete the Favicon
OktaCustomizationApi Invoke-OktaDeleteBrandThemeLogo DELETE /api/v1/brands/{brandId}/themes/{themeId}/logo Delete the Logo
OktaCustomizationApi Invoke-OktaDeleteEmailCustomization DELETE /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId} Delete an Email Customization
OktaCustomizationApi Get-OktaBrand GET /api/v1/brands/{brandId} Retrieve a Brand
OktaCustomizationApi Get-OktaBrandDomains GET /api/v1/brands/{brandId}/domains List all Domains associated with a Brand
OktaCustomizationApi Get-OktaBrandTheme GET /api/v1/brands/{brandId}/themes/{themeId} Retrieve a Theme
OktaCustomizationApi Get-OktaCustomizationPreview GET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}/preview Preview an Email Customization
OktaCustomizationApi Get-OktaEmailCustomization GET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId} Retrieve an Email Customization
OktaCustomizationApi Get-OktaEmailDefaultContent GET /api/v1/brands/{brandId}/templates/email/{templateName}/default-content Retrieve an Email Template Default Content
OktaCustomizationApi Get-OktaEmailDefaultPreview GET /api/v1/brands/{brandId}/templates/email/{templateName}/default-content/preview Preview the Email Template Default Content
OktaCustomizationApi Get-OktaEmailSettings GET /api/v1/brands/{brandId}/templates/email/{templateName}/settings Retrieve the Email Template Settings
OktaCustomizationApi Get-OktaEmailTemplate GET /api/v1/brands/{brandId}/templates/email/{templateName} Retrieve an Email Template
OktaCustomizationApi Invoke-OktaLinkBrandDomain POST /api/v1/brands/{brandId}/domains Link a Brand to a Domain
OktaCustomizationApi Invoke-OktaListAllSignInWidgetVersions GET /api/v1/brands/{brandId}/pages/sign-in/widget-versions List all Sign-in Widget Versions
OktaCustomizationApi Invoke-OktaListBrandThemes GET /api/v1/brands/{brandId}/themes List all Themes
OktaCustomizationApi Invoke-OktaListBrands GET /api/v1/brands List all Brands
OktaCustomizationApi Invoke-OktaListEmailCustomizations GET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations List all Email Customizations
OktaCustomizationApi Invoke-OktaListEmailTemplates GET /api/v1/brands/{brandId}/templates/email List all Email Templates
OktaCustomizationApi Invoke-OktaReplaceCustomizedErrorPage PUT /api/v1/brands/{brandId}/pages/error/customized Replace the Customized Error Page
OktaCustomizationApi Invoke-OktaReplaceCustomizedSignInPage PUT /api/v1/brands/{brandId}/pages/sign-in/customized Replace the Customized Sign-in Page
OktaCustomizationApi Invoke-OktaReplacePreviewErrorPage PUT /api/v1/brands/{brandId}/pages/error/preview Replace the Preview Error Page
OktaCustomizationApi Invoke-OktaReplacePreviewSignInPage PUT /api/v1/brands/{brandId}/pages/sign-in/preview Replace the Preview Sign-in Page
OktaCustomizationApi Invoke-OktaReplaceSignOutPageSettings PUT /api/v1/brands/{brandId}/pages/sign-out/customized Replace the Sign-out Page Settings
OktaCustomizationApi Reset-OktaCustomizedErrorPage DELETE /api/v1/brands/{brandId}/pages/error/customized Reset the Customized Error Page
OktaCustomizationApi Reset-OktaCustomizedSignInPage DELETE /api/v1/brands/{brandId}/pages/sign-in/customized Reset the Customized Sign-in Page
OktaCustomizationApi Reset-OktaPreviewErrorPage DELETE /api/v1/brands/{brandId}/pages/error/preview Reset the Preview Error Page
OktaCustomizationApi Reset-OktaPreviewSignInPage DELETE /api/v1/brands/{brandId}/pages/sign-in/preview Reset the Preview Sign-in Page
OktaCustomizationApi Invoke-OktaRetrieveCustomizedErrorPage GET /api/v1/brands/{brandId}/pages/error/customized Retrieve the Customized Error Page
OktaCustomizationApi Invoke-OktaRetrieveCustomizedSignInPage GET /api/v1/brands/{brandId}/pages/sign-in/customized Retrieve the Customized Sign-in Page
OktaCustomizationApi Invoke-OktaRetrieveDefaultErrorPage GET /api/v1/brands/{brandId}/pages/error/default Retrieve the Default Error Page
OktaCustomizationApi Invoke-OktaRetrieveDefaultSignInPage GET /api/v1/brands/{brandId}/pages/sign-in/default Retrieve the Default Sign-in Page
OktaCustomizationApi Invoke-OktaRetrieveErrorPage GET /api/v1/brands/{brandId}/pages/error Retrieve the Error Page
OktaCustomizationApi Invoke-OktaRetrievePreviewErrorPage GET /api/v1/brands/{brandId}/pages/error/preview Retrieve the Preview Error Page Preview
OktaCustomizationApi Invoke-OktaRetrievePreviewSignInPage GET /api/v1/brands/{brandId}/pages/sign-in/preview Retrieve the Preview Sign-in Page Preview
OktaCustomizationApi Invoke-OktaRetrieveSignInPage GET /api/v1/brands/{brandId}/pages/sign-in Retrieve the Sign-in Page
OktaCustomizationApi Invoke-OktaRetrieveSignOutPageSettings GET /api/v1/brands/{brandId}/pages/sign-out/customized Retrieve the Sign-out Page Settings
OktaCustomizationApi Send-OktaTestEmail POST /api/v1/brands/{brandId}/templates/email/{templateName}/test Send a Test Email
OktaCustomizationApi Invoke-OktaUnlinkBrandDomain DELETE /api/v1/brands/{brandId}/domains/{domainId} Unlink a Brand from a Domain
OktaCustomizationApi Update-OktaBrand PUT /api/v1/brands/{brandId} Replace a Brand
OktaCustomizationApi Update-OktaBrandTheme PUT /api/v1/brands/{brandId}/themes/{themeId} Replace a Theme
OktaCustomizationApi Update-OktaEmailCustomization PUT /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId} Replace an Email Customization
OktaCustomizationApi Update-OktaEmailSettings PUT /api/v1/brands/{brandId}/templates/email/{templateName}/settings Replace the Email Template Settings
OktaCustomizationApi Invoke-OktaUploadBrandThemeBackgroundImage POST /api/v1/brands/{brandId}/themes/{themeId}/background-image Upload the Background Image
OktaCustomizationApi Invoke-OktaUploadBrandThemeFavicon POST /api/v1/brands/{brandId}/themes/{themeId}/favicon Upload the Favicon
OktaCustomizationApi Invoke-OktaUploadBrandThemeLogo POST /api/v1/brands/{brandId}/themes/{themeId}/logo Upload the Logo
OktaDeviceApi Invoke-OktaActivateDevice POST /api/v1/devices/{deviceId}/lifecycle/activate Activate a Device
OktaDeviceApi Invoke-OktaDeactivateDevice POST /api/v1/devices/{deviceId}/lifecycle/deactivate Deactivate a Device
OktaDeviceApi Invoke-OktaDeleteDevice DELETE /api/v1/devices/{deviceId} Delete a Device
OktaDeviceApi Get-OktaDevice GET /api/v1/devices/{deviceId} Retrieve a Device
OktaDeviceApi Invoke-OktaListDevices GET /api/v1/devices List all Devices
OktaDeviceApi Suspend-OktaDevice POST /api/v1/devices/{deviceId}/lifecycle/suspend Suspend a Device
OktaDeviceApi Invoke-OktaUnsuspendDevice POST /api/v1/devices/{deviceId}/lifecycle/unsuspend Unsuspend a Device
OktaDeviceAssuranceApi New-OktaDeviceAssurancePolicy POST /api/v1/device-assurances Create a Device Assurance Policy
OktaDeviceAssuranceApi Invoke-OktaDeleteDeviceAssurancePolicy DELETE /api/v1/device-assurances/{deviceAssuranceId} Delete a Device Assurance Policy
OktaDeviceAssuranceApi Get-OktaDeviceAssurancePolicy GET /api/v1/device-assurances/{deviceAssuranceId} Retrieve a Device Assurance Policy
OktaDeviceAssuranceApi Invoke-OktaListDeviceAssurancePolicies GET /api/v1/device-assurances List all Device Assurance Policies
OktaDeviceAssuranceApi Update-OktaDeviceAssurancePolicy PUT /api/v1/device-assurances/{deviceAssuranceId} Replace a Device Assurance Policy
OktaDomainApi New-OktaCertificate PUT /api/v1/domains/{domainId}/certificate Replace the Certificate
OktaDomainApi New-OktaDomain POST /api/v1/domains Create a Domain
OktaDomainApi Invoke-OktaDeleteDomain DELETE /api/v1/domains/{domainId} Delete a Domain
OktaDomainApi Get-OktaDomain GET /api/v1/domains/{domainId} Retrieve a Domain
OktaDomainApi Invoke-OktaListDomains GET /api/v1/domains List all Domains
OktaDomainApi Update-OktaDomain PUT /api/v1/domains/{domainId} Replace a Domain's brandId
OktaDomainApi Test-OktaDomain POST /api/v1/domains/{domainId}/verify Verify a Domain
OktaEmailDomainApi New-OktaEmailDomain POST /api/v1/email-domains Create an Email Domain
OktaEmailDomainApi Invoke-OktaDeleteEmailDomain DELETE /api/v1/email-domains/{emailDomainId} Delete an Email Domain
OktaEmailDomainApi Get-OktaEmailDomain GET /api/v1/email-domains/{emailDomainId} Retrieve a Email Domain
OktaEmailDomainApi Invoke-OktaListEmailDomainBrands GET /api/v1/email-domains/{emailDomainId}/brands List all brands linked to an email domain
OktaEmailDomainApi Invoke-OktaListEmailDomains GET /api/v1/email-domains List all email domains
OktaEmailDomainApi Update-OktaEmailDomain PUT /api/v1/email-domains/{emailDomainId} Replace an Email Domain
OktaEmailDomainApi Test-OktaEmailDomain POST /api/v1/email-domains/{emailDomainId}/verify Verify an Email Domain
OktaEventHookApi Invoke-OktaActivateEventHook POST /api/v1/eventHooks/{eventHookId}/lifecycle/activate Activate an Event Hook
OktaEventHookApi New-OktaEventHook POST /api/v1/eventHooks Create an Event Hook
OktaEventHookApi Invoke-OktaDeactivateEventHook POST /api/v1/eventHooks/{eventHookId}/lifecycle/deactivate Deactivate an Event Hook
OktaEventHookApi Invoke-OktaDeleteEventHook DELETE /api/v1/eventHooks/{eventHookId} Delete an Event Hook
OktaEventHookApi Get-OktaEventHook GET /api/v1/eventHooks/{eventHookId} Retrieve an Event Hook
OktaEventHookApi Invoke-OktaListEventHooks GET /api/v1/eventHooks List all Event Hooks
OktaEventHookApi Update-OktaEventHook PUT /api/v1/eventHooks/{eventHookId} Replace an Event Hook
OktaEventHookApi Test-OktaEventHook POST /api/v1/eventHooks/{eventHookId}/lifecycle/verify Verify an Event Hook
OktaFeatureApi Get-OktaFeature GET /api/v1/features/{featureId} Retrieve a Feature
OktaFeatureApi Invoke-OktaListFeatureDependencies GET /api/v1/features/{featureId}/dependencies List all Dependencies
OktaFeatureApi Invoke-OktaListFeatureDependents GET /api/v1/features/{featureId}/dependents List all Dependents
OktaFeatureApi Invoke-OktaListFeatures GET /api/v1/features List all Features
OktaFeatureApi Update-OktaFeatureLifecycle POST /api/v1/features/{featureId}/{lifecycle} Update a Feature Lifecycle
OktaGroupApi Invoke-OktaActivateGroupRule POST /api/v1/groups/rules/{ruleId}/lifecycle/activate Activate a Group Rule
OktaGroupApi Add-OktaGroupOwner POST /api/v1/groups/{groupId}/owners Assign a Group Owner
OktaGroupApi Add-OktaUserToGroup PUT /api/v1/groups/{groupId}/users/{userId} Assign a User
OktaGroupApi New-OktaGroup POST /api/v1/groups Create a Group
OktaGroupApi New-OktaGroupRule POST /api/v1/groups/rules Create a Group Rule
OktaGroupApi Invoke-OktaDeactivateGroupRule POST /api/v1/groups/rules/{ruleId}/lifecycle/deactivate Deactivate a Group Rule
OktaGroupApi Invoke-OktaDeleteGroup DELETE /api/v1/groups/{groupId} Delete a Group
OktaGroupApi Invoke-OktaDeleteGroupOwner DELETE /api/v1/groups/{groupId}/owners/{ownerId} Delete a Group Owner
OktaGroupApi Invoke-OktaDeleteGroupRule DELETE /api/v1/groups/rules/{ruleId} Delete a group Rule
OktaGroupApi Get-OktaGroup GET /api/v1/groups/{groupId} List all Group Rules
OktaGroupApi Get-OktaGroupOwners GET /api/v1/groups/{groupId}/owners List all Owners
OktaGroupApi Get-OktaGroupRule GET /api/v1/groups/rules/{ruleId} Retrieve a Group Rule
OktaGroupApi Invoke-OktaListAssignedApplicationsForGroup GET /api/v1/groups/{groupId}/apps List all Assigned Applications
OktaGroupApi Invoke-OktaListGroupRules GET /api/v1/groups/rules List all Group Rules
OktaGroupApi Invoke-OktaListGroupUsers GET /api/v1/groups/{groupId}/users List all Member Users
OktaGroupApi Invoke-OktaListGroups GET /api/v1/groups List all Groups
OktaGroupApi Remove-OktaUserFromGroup DELETE /api/v1/groups/{groupId}/users/{userId} Unassign a User
OktaGroupApi Update-OktaGroup PUT /api/v1/groups/{groupId} Replace a Group
OktaGroupApi Update-OktaGroupRule PUT /api/v1/groups/rules/{ruleId} Replace a Group Rule
OktaHookKeyApi Add-OktaHookKey POST /api/v1/hook-keys Create a key
OktaHookKeyApi Invoke-OktaDeleteHookKey DELETE /api/v1/hook-keys/{hookKeyId} Delete a key
OktaHookKeyApi Get-OktaHookKey GET /api/v1/hook-keys/{hookKeyId} Retrieve a key
OktaHookKeyApi Get-OktaPublicKey GET /api/v1/hook-keys/public/{keyId} Retrieve a public key
OktaHookKeyApi Invoke-OktaListHookKeys GET /api/v1/hook-keys List all keys
OktaHookKeyApi Invoke-OktaReplaceHookKey PUT /api/v1/hook-keys/{hookKeyId} Replace a key
OktaIdentityProviderApi Invoke-OktaActivateIdentityProvider POST /api/v1/idps/{idpId}/lifecycle/activate Activate an Identity Provider
OktaIdentityProviderApi Copy-OktaIdentityProviderKey POST /api/v1/idps/{idpId}/credentials/keys/{keyId}/clone Clone a Signing Credential Key
OktaIdentityProviderApi New-OktaIdentityProvider POST /api/v1/idps Create an Identity Provider
OktaIdentityProviderApi New-OktaIdentityProviderKey POST /api/v1/idps/credentials/keys Create an X.509 Certificate Public Key
OktaIdentityProviderApi Invoke-OktaDeactivateIdentityProvider POST /api/v1/idps/{idpId}/lifecycle/deactivate Deactivate an Identity Provider
OktaIdentityProviderApi Invoke-OktaDeleteIdentityProvider DELETE /api/v1/idps/{idpId} Delete an Identity Provider
OktaIdentityProviderApi Invoke-OktaDeleteIdentityProviderKey DELETE /api/v1/idps/credentials/keys/{keyId} Delete a Signing Credential Key
OktaIdentityProviderApi New-OktaCsrForIdentityProvider POST /api/v1/idps/{idpId}/credentials/csrs Generate a Certificate Signing Request
OktaIdentityProviderApi New-OktaIdentityProviderSigningKey POST /api/v1/idps/{idpId}/credentials/keys/generate Generate a new Signing Credential Key
OktaIdentityProviderApi Get-OktaCsrForIdentityProvider GET /api/v1/idps/{idpId}/credentials/csrs/{csrId} Retrieve a Certificate Signing Request
OktaIdentityProviderApi Get-OktaIdentityProvider GET /api/v1/idps/{idpId} Retrieve an Identity Provider
OktaIdentityProviderApi Get-OktaIdentityProviderApplicationUser GET /api/v1/idps/{idpId}/users/{userId} Retrieve a User
OktaIdentityProviderApi Get-OktaIdentityProviderKey GET /api/v1/idps/credentials/keys/{keyId} Retrieve an Credential Key
OktaIdentityProviderApi Get-OktaIdentityProviderSigningKey GET /api/v1/idps/{idpId}/credentials/keys/{keyId} Retrieve a Signing Credential Key
OktaIdentityProviderApi Invoke-OktaLinkUserToIdentityProvider POST /api/v1/idps/{idpId}/users/{userId} Link a User to a Social IdP
OktaIdentityProviderApi Invoke-OktaListCsrsForIdentityProvider GET /api/v1/idps/{idpId}/credentials/csrs List all Certificate Signing Requests
OktaIdentityProviderApi Invoke-OktaListIdentityProviderApplicationUsers GET /api/v1/idps/{idpId}/users List all Users
OktaIdentityProviderApi Invoke-OktaListIdentityProviderKeys GET /api/v1/idps/credentials/keys List all Credential Keys
OktaIdentityProviderApi Invoke-OktaListIdentityProviderSigningKeys GET /api/v1/idps/{idpId}/credentials/keys List all Signing Credential Keys
OktaIdentityProviderApi Invoke-OktaListIdentityProviders GET /api/v1/idps List all Identity Providers
OktaIdentityProviderApi Invoke-OktaListSocialAuthTokens GET /api/v1/idps/{idpId}/users/{userId}/credentials/tokens List all Tokens from a OIDC Identity Provider
OktaIdentityProviderApi Publish-OktaCsrForIdentityProvider POST /api/v1/idps/{idpId}/credentials/csrs/{csrId}/lifecycle/publish Publish a Certificate Signing Request
OktaIdentityProviderApi Revoke-OktaCsrForIdentityProvider DELETE /api/v1/idps/{idpId}/credentials/csrs/{csrId} Revoke a Certificate Signing Request
OktaIdentityProviderApi Invoke-OktaUnlinkUserFromIdentityProvider DELETE /api/v1/idps/{idpId}/users/{userId} Unlink a User from IdP
OktaIdentityProviderApi Update-OktaIdentityProvider PUT /api/v1/idps/{idpId} Replace an Identity Provider
OktaInlineHookApi Invoke-OktaActivateInlineHook POST /api/v1/inlineHooks/{inlineHookId}/lifecycle/activate Activate an Inline Hook
OktaInlineHookApi New-OktaInlineHook POST /api/v1/inlineHooks Create an Inline Hook
OktaInlineHookApi Invoke-OktaDeactivateInlineHook POST /api/v1/inlineHooks/{inlineHookId}/lifecycle/deactivate Deactivate an Inline Hook
OktaInlineHookApi Invoke-OktaDeleteInlineHook DELETE /api/v1/inlineHooks/{inlineHookId} Delete an Inline Hook
OktaInlineHookApi Invoke-OktaExecuteInlineHook POST /api/v1/inlineHooks/{inlineHookId}/execute Execute an Inline Hook
OktaInlineHookApi Get-OktaInlineHook GET /api/v1/inlineHooks/{inlineHookId} Retrieve an Inline Hook
OktaInlineHookApi Invoke-OktaListInlineHooks GET /api/v1/inlineHooks List all Inline Hooks
OktaInlineHookApi Update-OktaInlineHook PUT /api/v1/inlineHooks/{inlineHookId} Replace an Inline Hook
OktaLinkedObjectApi Add-OktaLinkedObjectDefinition POST /api/v1/meta/schemas/user/linkedObjects Create a Linked Object Definition
OktaLinkedObjectApi Invoke-OktaDeleteLinkedObjectDefinition DELETE /api/v1/meta/schemas/user/linkedObjects/{linkedObjectName} Delete a Linked Object Definition
OktaLinkedObjectApi Get-OktaLinkedObjectDefinition GET /api/v1/meta/schemas/user/linkedObjects/{linkedObjectName} Retrieve a Linked Object Definition
OktaLinkedObjectApi Invoke-OktaListLinkedObjectDefinitions GET /api/v1/meta/schemas/user/linkedObjects List all Linked Object Definitions
OktaLogStreamApi Invoke-OktaActivateLogStream POST /api/v1/logStreams/{logStreamId}/lifecycle/activate Activate a Log Stream
OktaLogStreamApi New-OktaLogStream POST /api/v1/logStreams Create a Log Stream
OktaLogStreamApi Invoke-OktaDeactivateLogStream POST /api/v1/logStreams/{logStreamId}/lifecycle/deactivate Deactivate a Log Stream
OktaLogStreamApi Invoke-OktaDeleteLogStream DELETE /api/v1/logStreams/{logStreamId} Delete a Log Stream
OktaLogStreamApi Get-OktaLogStream GET /api/v1/logStreams/{logStreamId} Retrieve a Log Stream
OktaLogStreamApi Invoke-OktaListLogStreams GET /api/v1/logStreams List all Log Streams
OktaLogStreamApi Invoke-OktaReplaceLogStream PUT /api/v1/logStreams/{logStreamId} Replace a Log Stream
OktaNetworkZoneApi Invoke-OktaActivateNetworkZone POST /api/v1/zones/{zoneId}/lifecycle/activate Activate a Network Zone
OktaNetworkZoneApi New-OktaNetworkZone POST /api/v1/zones Create a Network Zone
OktaNetworkZoneApi Invoke-OktaDeactivateNetworkZone POST /api/v1/zones/{zoneId}/lifecycle/deactivate Deactivate a Network Zone
OktaNetworkZoneApi Invoke-OktaDeleteNetworkZone DELETE /api/v1/zones/{zoneId} Delete a Network Zone
OktaNetworkZoneApi Get-OktaNetworkZone GET /api/v1/zones/{zoneId} Retrieve a Network Zone
OktaNetworkZoneApi Invoke-OktaListNetworkZones GET /api/v1/zones List all Network Zones
OktaNetworkZoneApi Update-OktaNetworkZone PUT /api/v1/zones/{zoneId} Replace a Network Zone
OktaOrgSettingApi Invoke-OktaBulkRemoveEmailAddressBounces POST /api/v1/org/email/bounces/remove-list Remove Emails from Email Provider Bounce List
OktaOrgSettingApi Invoke-OktaExtendOktaSupport POST /api/v1/org/privacy/oktaSupport/extend Extend Okta Support Access
OktaOrgSettingApi Get-OktaOktaCommunicationSettings GET /api/v1/org/privacy/oktaCommunication Retreive the Okta Communication Settings
OktaOrgSettingApi Get-OktaOrgContactTypes GET /api/v1/org/contacts Retrieve the Org Contact Types
OktaOrgSettingApi Get-OktaOrgContactUser GET /api/v1/org/contacts/{contactType} Retrieve the User of the Contact Type
OktaOrgSettingApi Get-OktaOrgOktaSupportSettings GET /api/v1/org/privacy/oktaSupport Retrieve the Okta Support Settings
OktaOrgSettingApi Get-OktaOrgPreferences GET /api/v1/org/preferences Retrieve the Org Preferences
OktaOrgSettingApi Get-OktaOrgSettings GET /api/v1/org Retrieve the Org Settings
OktaOrgSettingApi Grant-OktaOktaSupport POST /api/v1/org/privacy/oktaSupport/grant Grant Okta Support Access to your Org
OktaOrgSettingApi Hide-OktaOktaUIFooter POST /api/v1/org/preferences/hideEndUserFooter Update the Preference to Hide the Okta Dashboard Footer
OktaOrgSettingApi Invoke-OktaOptInUsersToOktaCommunicationEmails POST /api/v1/org/privacy/oktaCommunication/optIn Opt in all Users to Okta Communication emails
OktaOrgSettingApi Invoke-OktaOptOutUsersFromOktaCommunicationEmails POST /api/v1/org/privacy/oktaCommunication/optOut Opt out all Users from Okta Communication emails
OktaOrgSettingApi Invoke-OktaPartialUpdateOrgSetting POST /api/v1/org Update the Org Settings
OktaOrgSettingApi Revoke-OktaOktaSupport POST /api/v1/org/privacy/oktaSupport/revoke Revoke Okta Support Access
OktaOrgSettingApi Show-OktaOktaUIFooter POST /api/v1/org/preferences/showEndUserFooter Update the Preference to Show the Okta Dashboard Footer
OktaOrgSettingApi Update-OktaOrgContactUser PUT /api/v1/org/contacts/{contactType} Replace the User of the Contact Type
OktaOrgSettingApi Update-OktaOrgLogo POST /api/v1/org/logo Upload the Org Logo
OktaOrgSettingApi Update-OktaOrgSetting PUT /api/v1/org Replace the Org Settings
OktaOrgSettingApi Invoke-OktaWellknownOrgMetadata GET /.well-known/okta-organization Retrieve the Well-Known Org Metadata
OktaPolicyApi Invoke-OktaActivatePolicy POST /api/v1/policies/{policyId}/lifecycle/activate Activate a Policy
OktaPolicyApi Invoke-OktaActivatePolicyRule POST /api/v1/policies/{policyId}/rules/{ruleId}/lifecycle/activate Activate a Policy Rule
OktaPolicyApi Copy-OktaPolicy POST /api/v1/policies/{policyId}/clone Clone an existing policy
OktaPolicyApi New-OktaPolicy POST /api/v1/policies Create a Policy
OktaPolicyApi New-OktaPolicyRule POST /api/v1/policies/{policyId}/rules Create a Policy Rule
OktaPolicyApi Invoke-OktaDeactivatePolicy POST /api/v1/policies/{policyId}/lifecycle/deactivate Deactivate a Policy
OktaPolicyApi Invoke-OktaDeactivatePolicyRule POST /api/v1/policies/{policyId}/rules/{ruleId}/lifecycle/deactivate Deactivate a Policy Rule
OktaPolicyApi Invoke-OktaDeletePolicy DELETE /api/v1/policies/{policyId} Delete a Policy
OktaPolicyApi Invoke-OktaDeletePolicyRule DELETE /api/v1/policies/{policyId}/rules/{ruleId} Delete a Policy Rule
OktaPolicyApi Get-OktaPolicy GET /api/v1/policies/{policyId} Retrieve a Policy
OktaPolicyApi Get-OktaPolicyRule GET /api/v1/policies/{policyId}/rules/{ruleId} Retrieve a Policy Rule
OktaPolicyApi Invoke-OktaListPolicies GET /api/v1/policies List all Policies
OktaPolicyApi Invoke-OktaListPolicyRules GET /api/v1/policies/{policyId}/rules List all Policy Rules
OktaPolicyApi Update-OktaPolicy PUT /api/v1/policies/{policyId} Replace a Policy
OktaPolicyApi Update-OktaPolicyRule PUT /api/v1/policies/{policyId}/rules/{ruleId} Replace a Policy Rule
OktaPrincipalRateLimitApi New-OktaPrincipalRateLimitEntity POST /api/v1/principal-rate-limits Create a Principal Rate Limit
OktaPrincipalRateLimitApi Get-OktaPrincipalRateLimitEntity GET /api/v1/principal-rate-limits/{principalRateLimitId} Retrieve a Principal Rate Limit
OktaPrincipalRateLimitApi Invoke-OktaListPrincipalRateLimitEntities GET /api/v1/principal-rate-limits List all Principal Rate Limits
OktaPrincipalRateLimitApi Update-OktaPrincipalRateLimitEntity PUT /api/v1/principal-rate-limits/{principalRateLimitId} Replace a Principal Rate Limit
OktaProfileMappingApi Get-OktaProfileMapping GET /api/v1/mappings/{mappingId} Retrieve a Profile Mapping
OktaProfileMappingApi Invoke-OktaListProfileMappings GET /api/v1/mappings List all Profile Mappings
OktaProfileMappingApi Update-OktaProfileMapping POST /api/v1/mappings/{mappingId} Update a Profile Mapping
OktaPushProviderApi New-OktaPushProvider POST /api/v1/push-providers Create a Push Provider
OktaPushProviderApi Invoke-OktaDeletePushProvider DELETE /api/v1/push-providers/{pushProviderId} Delete a Push Provider
OktaPushProviderApi Get-OktaPushProvider GET /api/v1/push-providers/{pushProviderId} Retrieve a Push Provider
OktaPushProviderApi Invoke-OktaListPushProviders GET /api/v1/push-providers List all Push Providers
OktaPushProviderApi Update-OktaPushProvider PUT /api/v1/push-providers/{pushProviderId} Replace a Push Provider
OktaRateLimitSettingsApi Get-OktaRateLimitSettingsAdminNotifications GET /api/v1/rate-limit-settings/admin-notifications Retrieve the Rate Limit Admin Notification Settings
OktaRateLimitSettingsApi Get-OktaRateLimitSettingsPerClient GET /api/v1/rate-limit-settings/per-client Retrieve the Per-Client Rate Limit Settings
OktaRateLimitSettingsApi Invoke-OktaReplaceRateLimitSettingsAdminNotifications PUT /api/v1/rate-limit-settings/admin-notifications Replace the Rate Limit Admin Notification Settings
OktaRateLimitSettingsApi Invoke-OktaReplaceRateLimitSettingsPerClient PUT /api/v1/rate-limit-settings/per-client Replace the Per-Client Rate Limit Settings
OktaResourceSetApi Add-OktaMembersToBinding PATCH /api/v1/iam/resource-sets/{resourceSetId}/bindings/{roleIdOrLabel}/members Add more Members to a binding
OktaResourceSetApi Add-OktaResourceSetResource PATCH /api/v1/iam/resource-sets/{resourceSetId}/resources Add a Resource to a resource set
OktaResourceSetApi New-OktaResourceSet POST /api/v1/iam/resource-sets Create a Resource Set
OktaResourceSetApi New-OktaResourceSetBinding POST /api/v1/iam/resource-sets/{resourceSetId}/bindings Create a Resource Set Binding
OktaResourceSetApi Invoke-OktaDeleteBinding DELETE /api/v1/iam/resource-sets/{resourceSetId}/bindings/{roleIdOrLabel} Delete a Binding
OktaResourceSetApi Invoke-OktaDeleteResourceSet DELETE /api/v1/iam/resource-sets/{resourceSetId} Delete a Resource Set
OktaResourceSetApi Invoke-OktaDeleteResourceSetResource DELETE /api/v1/iam/resource-sets/{resourceSetId}/resources/{resourceId} Delete a Resource from a resource set
OktaResourceSetApi Get-OktaBinding GET /api/v1/iam/resource-sets/{resourceSetId}/bindings/{roleIdOrLabel} Retrieve a Binding
OktaResourceSetApi Get-OktaMemberOfBinding GET /api/v1/iam/resource-sets/{resourceSetId}/bindings/{roleIdOrLabel}/members/{memberId} Retrieve a Member of a binding
OktaResourceSetApi Get-OktaResourceSet GET /api/v1/iam/resource-sets/{resourceSetId} Retrieve a Resource Set
OktaResourceSetApi Invoke-OktaListBindings GET /api/v1/iam/resource-sets/{resourceSetId}/bindings List all Bindings
OktaResourceSetApi Invoke-OktaListMembersOfBinding GET /api/v1/iam/resource-sets/{resourceSetId}/bindings/{roleIdOrLabel}/members List all Members of a binding
OktaResourceSetApi Invoke-OktaListResourceSetResources GET /api/v1/iam/resource-sets/{resourceSetId}/resources List all Resources of a resource set
OktaResourceSetApi Invoke-OktaListResourceSets GET /api/v1/iam/resource-sets List all Resource Sets
OktaResourceSetApi Invoke-OktaReplaceResourceSet PUT /api/v1/iam/resource-sets/{resourceSetId} Replace a Resource Set
OktaResourceSetApi Invoke-OktaUnassignMemberFromBinding DELETE /api/v1/iam/resource-sets/{resourceSetId}/bindings/{roleIdOrLabel}/members/{memberId} Unassign a Member from a binding
OktaRiskEventApi Send-OktaRiskEvents POST /api/v1/risk/events/ip Send multiple Risk Events
OktaRiskProviderApi New-OktaRiskProvider POST /api/v1/risk/providers Create a Risk Provider
OktaRiskProviderApi Invoke-OktaDeleteRiskProvider DELETE /api/v1/risk/providers/{riskProviderId} Delete a Risk Provider
OktaRiskProviderApi Get-OktaRiskProvider GET /api/v1/risk/providers/{riskProviderId} Retrieve a Risk Provider
OktaRiskProviderApi Invoke-OktaListRiskProviders GET /api/v1/risk/providers List all Risk Providers
OktaRiskProviderApi Update-OktaRiskProvider PUT /api/v1/risk/providers/{riskProviderId} Replace a Risk Provider
OktaRoleApi Add-OktaRolePermission POST /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType} Create a Permission
OktaRoleApi New-OktaRole POST /api/v1/iam/roles Create a Role
OktaRoleApi Invoke-OktaDeleteRole DELETE /api/v1/iam/roles/{roleIdOrLabel} Delete a Role
OktaRoleApi Invoke-OktaDeleteRolePermission DELETE /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType} Delete a Permission
OktaRoleApi Get-OktaRole GET /api/v1/iam/roles/{roleIdOrLabel} Retrieve a Role
OktaRoleApi Get-OktaRolePermission GET /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType} Retrieve a Permission
OktaRoleApi Invoke-OktaListRolePermissions GET /api/v1/iam/roles/{roleIdOrLabel}/permissions List all Permissions
OktaRoleApi Invoke-OktaListRoles GET /api/v1/iam/roles List all Roles
OktaRoleApi Invoke-OktaReplaceRole PUT /api/v1/iam/roles/{roleIdOrLabel} Replace a Role
OktaRoleAssignmentApi Set-OktaRoleToGroup POST /api/v1/groups/{groupId}/roles Assign a Role to a Group
OktaRoleAssignmentApi Set-OktaRoleToUser POST /api/v1/users/{userId}/roles Assign a Role to a User
OktaRoleAssignmentApi Get-OktaGroupAssignedRole GET /api/v1/groups/{groupId}/roles/{roleId} Retrieve a Role assigned to Group
OktaRoleAssignmentApi Get-OktaUserAssignedRole GET /api/v1/users/{userId}/roles/{roleId} Retrieve a Role assigned to a User
OktaRoleAssignmentApi Invoke-OktaListAssignedRolesForUser GET /api/v1/users/{userId}/roles List all Roles assigned to a User
OktaRoleAssignmentApi Invoke-OktaListGroupAssignedRoles GET /api/v1/groups/{groupId}/roles List all Assigned Roles of Group
OktaRoleAssignmentApi Invoke-OktaUnassignRoleFromGroup DELETE /api/v1/groups/{groupId}/roles/{roleId} Unassign a Role from a Group
OktaRoleAssignmentApi Invoke-OktaUnassignRoleFromUser DELETE /api/v1/users/{userId}/roles/{roleId} Unassign a Role from a User
OktaRoleTargetApi Add-OktaAllAppsAsTargetToRole PUT /api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps Assign all Apps as Target to Role
OktaRoleTargetApi Add-OktaApplicationInstanceTargetToAppAdminRoleGivenToGroup PUT /api/v1/groups/{groupId}/roles/{roleId}/targets/catalog/apps/{appName}/{applicationId} Assign an Application Instance Target to Application Administrator Role
OktaRoleTargetApi Add-OktaApplicationTargetToAdminRoleForUser PUT /api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps/{appName} Assign an Application Target to Administrator Role
OktaRoleTargetApi Add-OktaApplicationTargetToAdminRoleGivenToGroup PUT /api/v1/groups/{groupId}/roles/{roleId}/targets/catalog/apps/{appName} Assign an Application Target to Administrator Role
OktaRoleTargetApi Add-OktaApplicationTargetToAppAdminRoleForUser PUT /api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps/{appName}/{applicationId} Assign an Application Instance Target to an Application Administrator Role
OktaRoleTargetApi Add-OktaGroupTargetToGroupAdministratorRoleForGroup PUT /api/v1/groups/{groupId}/roles/{roleId}/targets/groups/{targetGroupId} Assign a Group Target for Group Role
OktaRoleTargetApi Add-OktaGroupTargetToRole PUT /api/v1/users/{userId}/roles/{roleId}/targets/groups/{groupId} Assign a Group Target to Role
OktaRoleTargetApi Invoke-OktaListApplicationTargetsForApplicationAdministratorRoleForGroup GET /api/v1/groups/{groupId}/roles/{roleId}/targets/catalog/apps List all Application Targets for an Application Administrator Role
OktaRoleTargetApi Invoke-OktaListApplicationTargetsForApplicationAdministratorRoleForUser GET /api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps List all Application Targets for Application Administrator Role
OktaRoleTargetApi Invoke-OktaListGroupTargetsForGroupRole GET /api/v1/groups/{groupId}/roles/{roleId}/targets/groups List all Group Targets for a Group Role
OktaRoleTargetApi Invoke-OktaListGroupTargetsForRole GET /api/v1/users/{userId}/roles/{roleId}/targets/groups List all Group Targets for Role
OktaRoleTargetApi Remove-OktaApplicationTargetFromAdministratorRoleForUser DELETE /api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps/{appName}/{applicationId} Unassign an Application Instance Target to Application Administrator Role
OktaRoleTargetApi Remove-OktaApplicationTargetFromAdministratorRoleGivenToGroup DELETE /api/v1/groups/{groupId}/roles/{roleId}/targets/catalog/apps/{appName}/{applicationId} Delete an Application Instance Target to Application Administrator Role
OktaRoleTargetApi Remove-OktaApplicationTargetFromApplicationAdministratorRoleForUser DELETE /api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps/{appName} Unassign an Application Target from Application Administrator Role
OktaRoleTargetApi Remove-OktaApplicationTargetFromApplicationAdministratorRoleGivenToGroup DELETE /api/v1/groups/{groupId}/roles/{roleId}/targets/catalog/apps/{appName} Delete an Application Target from Application Administrator Role
OktaRoleTargetApi Remove-OktaGroupTargetFromGroupAdministratorRoleGivenToGroup DELETE /api/v1/groups/{groupId}/roles/{roleId}/targets/groups/{targetGroupId} Delete a Group Target for Group Role
OktaRoleTargetApi Remove-OktaGroupTargetFromRole DELETE /api/v1/users/{userId}/roles/{roleId}/targets/groups/{groupId} Unassign a Group Target from Role
OktaSchemaApi Get-OktaApplicationLayout GET /api/v1/meta/layouts/apps/{appName} Retrieve the UI Layout for an Application
OktaSchemaApi Get-OktaApplicationUserSchema GET /api/v1/meta/schemas/apps/{appInstanceId}/default Retrieve the default Application User Schema for an Application
OktaSchemaApi Get-OktaGroupSchema GET /api/v1/meta/schemas/group/default Retrieve the default Group Schema
OktaSchemaApi Get-OktaLogStreamSchema GET /api/v1/meta/schemas/logStream/{logStreamType} Retrieve the Log Stream Schema for the schema type
OktaSchemaApi Get-OktaUserSchema GET /api/v1/meta/schemas/user/{schemaId} Retrieve a User Schema
OktaSchemaApi Invoke-OktaListLogStreamSchemas GET /api/v1/meta/schemas/logStream List the Log Stream Schemas
OktaSchemaApi Update-OktaApplicationUserProfile POST /api/v1/meta/schemas/apps/{appInstanceId}/default Update the default Application User Schema for an Application
OktaSchemaApi Update-OktaGroupSchema POST /api/v1/meta/schemas/group/default Update the default Group Schema
OktaSchemaApi Update-OktaUserProfile POST /api/v1/meta/schemas/user/{schemaId} Update a User Schema
OktaSessionApi New-OktaSession POST /api/v1/sessions Create a Session with Session Token
OktaSessionApi Stop-OktaSession DELETE /api/v1/sessions/{sessionId} Delete a Session
OktaSessionApi Get-OktaSession GET /api/v1/sessions/{sessionId} Retrieve a Session
OktaSessionApi Invoke-OktaRefreshSession POST /api/v1/sessions/{sessionId}/lifecycle/refresh Refresh a Session
OktaSubscriptionApi Get-OktaRoleSubscriptionByNotificationType GET /api/v1/roles/{roleTypeOrRoleId}/subscriptions/{notificationType} List all Subscriptions of a Custom Role with a specific notification type
OktaSubscriptionApi Get-OktaUserSubscriptionByNotificationType GET /api/v1/users/{userId}/subscriptions/{notificationType} List all Subscriptions by type
OktaSubscriptionApi Invoke-OktaListRoleSubscriptions GET /api/v1/roles/{roleTypeOrRoleId}/subscriptions List all Subscriptions of a Custom Role
OktaSubscriptionApi Invoke-OktaListUserSubscriptions GET /api/v1/users/{userId}/subscriptions List all Subscriptions
OktaSubscriptionApi Invoke-OktaSubscribeRoleSubscriptionByNotificationType POST /api/v1/roles/{roleTypeOrRoleId}/subscriptions/{notificationType}/subscribe Subscribe a Custom Role to a specific notification type
OktaSubscriptionApi Invoke-OktaSubscribeUserSubscriptionByNotificationType POST /api/v1/users/{userId}/subscriptions/{notificationType}/subscribe Subscribe to a specific notification type
OktaSubscriptionApi Invoke-OktaUnsubscribeRoleSubscriptionByNotificationType POST /api/v1/roles/{roleTypeOrRoleId}/subscriptions/{notificationType}/unsubscribe Unsubscribe a Custom Role from a specific notification type
OktaSubscriptionApi Invoke-OktaUnsubscribeUserSubscriptionByNotificationType POST /api/v1/users/{userId}/subscriptions/{notificationType}/unsubscribe Unsubscribe from a specific notification type
OktaSystemLogApi Get-OktaLogs GET /api/v1/logs List all System Log Events
OktaTemplateApi New-OktaSmsTemplate POST /api/v1/templates/sms Create an SMS Template
OktaTemplateApi Invoke-OktaDeleteSmsTemplate DELETE /api/v1/templates/sms/{templateId} Delete an SMS Template
OktaTemplateApi Get-OktaSmsTemplate GET /api/v1/templates/sms/{templateId} Retrieve an SMS Template
OktaTemplateApi Invoke-OktaListSmsTemplates GET /api/v1/templates/sms List all SMS Templates
OktaTemplateApi Invoke-OktaPartialUpdateSmsTemplate POST /api/v1/templates/sms/{templateId} Update an SMS Template
OktaTemplateApi Update-OktaSmsTemplate PUT /api/v1/templates/sms/{templateId} Replace an SMS Template
OktaThreatInsightApi Get-OktaCurrentConfiguration GET /api/v1/threats/configuration Retrieve the ThreatInsight Configuration
OktaThreatInsightApi Update-OktaConfiguration POST /api/v1/threats/configuration Update the ThreatInsight Configuration
OktaTrustedOriginApi Invoke-OktaActivateOrigin POST /api/v1/trustedOrigins/{trustedOriginId}/lifecycle/activate Activate a Trusted Origin
OktaTrustedOriginApi New-OktaOrigin POST /api/v1/trustedOrigins Create a Trusted Origin
OktaTrustedOriginApi Invoke-OktaDeactivateOrigin POST /api/v1/trustedOrigins/{trustedOriginId}/lifecycle/deactivate Deactivate a Trusted Origin
OktaTrustedOriginApi Invoke-OktaDeleteOrigin DELETE /api/v1/trustedOrigins/{trustedOriginId} Delete a Trusted Origin
OktaTrustedOriginApi Get-OktaOrigin GET /api/v1/trustedOrigins/{trustedOriginId} Retrieve a Trusted Origin
OktaTrustedOriginApi Invoke-OktaListOrigins GET /api/v1/trustedOrigins List all Trusted Origins
OktaTrustedOriginApi Update-OktaOrigin PUT /api/v1/trustedOrigins/{trustedOriginId} Replace a Trusted Origin
OktaUserApi Invoke-OktaActivateUser POST /api/v1/users/{userId}/lifecycle/activate Activate a User
OktaUserApi Rename-OktaPassword POST /api/v1/users/{userId}/credentials/change_password Change Password
OktaUserApi Rename-OktaRecoveryQuestion POST /api/v1/users/{userId}/credentials/change_recovery_question Change Recovery Question
OktaUserApi Clear-OktaUserSessions DELETE /api/v1/users/{userId}/sessions Delete all User Sessions
OktaUserApi New-OktaUser POST /api/v1/users Create a User
OktaUserApi Invoke-OktaDeactivateOrDeleteUser DELETE /api/v1/users/{userId} Delete a User
OktaUserApi Invoke-OktaDeactivateUser POST /api/v1/users/{userId}/lifecycle/deactivate Deactivate a User
OktaUserApi Invoke-OktaExpirePassword POST /api/v1/users/{userId}/lifecycle/expire_password Expire Password
OktaUserApi Invoke-OktaExpirePasswordAndGetTemporaryPassword POST /api/v1/users/{userId}/lifecycle/expire_password_with_temp_password Expire Password and Set Temporary Password
OktaUserApi Invoke-OktaForgotPassword POST /api/v1/users/{userId}/credentials/forgot_password Initiate Forgot Password
OktaUserApi Invoke-OktaForgotPasswordSetNewPassword POST /api/v1/users/{userId}/credentials/forgot_password_recovery_question Reset Password with Recovery Question
OktaUserApi Get-OktaLinkedObjectsForUser GET /api/v1/users/{userId}/linkedObjects/{relationshipName} List all Linked Objects
OktaUserApi Get-OktaRefreshTokenForUserAndClient GET /api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId} Retrieve a Refresh Token for a Client
OktaUserApi Get-OktaUser GET /api/v1/users/{userId} Retrieve a User
OktaUserApi Get-OktaUserGrant GET /api/v1/users/{userId}/grants/{grantId} Retrieve a User Grant
OktaUserApi Invoke-OktaListAppLinks GET /api/v1/users/{userId}/appLinks List all Assigned Application Links
OktaUserApi Invoke-OktaListGrantsForUserAndClient GET /api/v1/users/{userId}/clients/{clientId}/grants List all Grants for a Client
OktaUserApi Invoke-OktaListRefreshTokensForUserAndClient GET /api/v1/users/{userId}/clients/{clientId}/tokens List all Refresh Tokens for a Client
OktaUserApi Invoke-OktaListUserClients GET /api/v1/users/{userId}/clients List all Clients
OktaUserApi Invoke-OktaListUserGrants GET /api/v1/users/{userId}/grants List all User Grants
OktaUserApi Invoke-OktaListUserGroups GET /api/v1/users/{userId}/groups List all Groups
OktaUserApi Invoke-OktaListUserIdentityProviders GET /api/v1/users/{userId}/idps List all Identity Providers
OktaUserApi Invoke-OktaListUsers GET /api/v1/users List all Users
OktaUserApi Invoke-OktaPartialUpdateUser POST /api/v1/users/{userId} Update a User
OktaUserApi Invoke-OktaReactivateUser POST /api/v1/users/{userId}/lifecycle/reactivate Reactivate a User
OktaUserApi Remove-OktaLinkedObjectForUser DELETE /api/v1/users/{userId}/linkedObjects/{relationshipName} Delete a Linked Object
OktaUserApi Reset-OktaFactors POST /api/v1/users/{userId}/lifecycle/reset_factors Reset all Factors
OktaUserApi Reset-OktaPassword POST /api/v1/users/{userId}/lifecycle/reset_password Reset Password
OktaUserApi Revoke-OktaGrantsForUserAndClient DELETE /api/v1/users/{userId}/clients/{clientId}/grants Revoke all Grants for a Client
OktaUserApi Revoke-OktaTokenForUserAndClient DELETE /api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId} Revoke a Token for a Client
OktaUserApi Revoke-OktaTokensForUserAndClient DELETE /api/v1/users/{userId}/clients/{clientId}/tokens Revoke all Refresh Tokens for a Client
OktaUserApi Revoke-OktaUserGrant DELETE /api/v1/users/{userId}/grants/{grantId} Revoke a User Grant
OktaUserApi Revoke-OktaUserGrants DELETE /api/v1/users/{userId}/grants Revoke all User Grants
OktaUserApi Set-OktaLinkedObjectForUser PUT /api/v1/users/{associatedUserId}/linkedObjects/{primaryRelationshipName}/{primaryUserId} Create a Linked Object for two User
OktaUserApi Suspend-OktaUser POST /api/v1/users/{userId}/lifecycle/suspend Suspend a User
OktaUserApi Unlock-OktaUser POST /api/v1/users/{userId}/lifecycle/unlock Unlock a User
OktaUserApi Invoke-OktaUnsuspendUser POST /api/v1/users/{userId}/lifecycle/unsuspend Unsuspend a User
OktaUserApi Update-OktaUser PUT /api/v1/users/{userId} Replace a User
OktaUserFactorApi Invoke-OktaActivateFactor POST /api/v1/users/{userId}/factors/{factorId}/lifecycle/activate Activate a Factor
OktaUserFactorApi Invoke-OktaDeleteFactor DELETE /api/v1/users/{userId}/factors/{factorId} Delete a Factor
OktaUserFactorApi Invoke-OktaEnrollFactor POST /api/v1/users/{userId}/factors Enroll a Factor
OktaUserFactorApi Get-OktaFactor GET /api/v1/users/{userId}/factors/{factorId} Retrieve a Factor
OktaUserFactorApi Get-OktaFactorTransactionStatus GET /api/v1/users/{userId}/factors/{factorId}/transactions/{transactionId} Retrieve a Factor Transaction Status
OktaUserFactorApi Invoke-OktaListFactors GET /api/v1/users/{userId}/factors List all Factors
OktaUserFactorApi Invoke-OktaListSupportedFactors GET /api/v1/users/{userId}/factors/catalog List all Supported Factors
OktaUserFactorApi Invoke-OktaListSupportedSecurityQuestions GET /api/v1/users/{userId}/factors/questions List all Supported Security Questions
OktaUserFactorApi Invoke-OktaResendEnrollFactor POST /api/v1/users/{userId}/factors/{factorId}/resend Resend factor enrollment
OktaUserFactorApi Test-OktaFactor POST /api/v1/users/{userId}/factors/{factorId}/verify Verify an MFA Factor
OktaUserTypeApi New-OktaUserType POST /api/v1/meta/types/user Create a User Type
OktaUserTypeApi Invoke-OktaDeleteUserType DELETE /api/v1/meta/types/user/{typeId} Delete a User Type
OktaUserTypeApi Get-OktaUserType GET /api/v1/meta/types/user/{typeId} Retrieve a User Type
OktaUserTypeApi Invoke-OktaListUserTypes GET /api/v1/meta/types/user List all User Types
OktaUserTypeApi Invoke-OktaReplaceUserType PUT /api/v1/meta/types/user/{typeId} Replace a User Type
OktaUserTypeApi Update-OktaUserType POST /api/v1/meta/types/user/{typeId} Update a User Type

Documentation for Models

Documentation for Authorization

Authentication schemes defined for the API:

apiToken

  • Type: API key

  • API key parameter name: Authorization

  • Location: HTTP header

oauth2

  • Type: OAuth
  • Flow: accessCode
  • Authorization URL: /oauth2/v1/authorize
  • Scopes:
    • okta.agentPools.manage: Allows the app to create and manage agent pools in your Okta organization.
    • okta.agentPools.read: Allows the app to read agent pools in your Okta organization.
    • okta.apiToken.manage: Allows the app to manage API Tokens in your Okta organization.
    • okta.apiToken.read: Allows the app to read API Tokens in your Okta organization.
    • okta.apps.manage: Allows the app to create and manage Apps in your Okta organization.
    • okta.apps.read: Allows the app to read information about Apps in your Okta organization.
    • okta.authenticators.manage: Allows the app to manage all authenticators (e.g. enrollments, reset).
    • okta.authenticators.read: Allows the app to read org authenticators information.
    • okta.authorizationServers.manage: Allows the app to create and manage Authorization Servers in your Okta organization.
    • okta.authorizationServers.read: Allows the app to read information about Authorization Servers in your Okta organization.
    • okta.behaviors.manage: Allows the app to create and manage behavior detection rules in your Okta organization.
    • okta.behaviors.read: Allows the app to read behavior detection rules in your Okta organization.
    • okta.brands.manage: Allows the app to create and manage Brands and Themes in your Okta organization.
    • okta.brands.read: Allows the app to read information about Brands and Themes in your Okta organization.
    • okta.captchas.manage: Allows the app to create and manage CAPTCHAs in your Okta organization.
    • okta.captchas.read: Allows the app to read information about CAPTCHAs in your Okta organization.
    • okta.deviceAssurance.manage: Allows the app to manage device assurances.
    • okta.deviceAssurance.read: Allows the app to read device assurances.
    • okta.devices.manage: Allows the app to manage device status transitions and delete a device.
    • okta.devices.read: Allows the app to read the existing device's profile and search devices.
    • okta.domains.manage: Allows the app to manage custom Domains for your Okta organization.
    • okta.domains.read: Allows the app to read information about custom Domains for your Okta organization.
    • okta.eventHooks.manage: Allows the app to create and manage Event Hooks in your Okta organization.
    • okta.eventHooks.read: Allows the app to read information about Event Hooks in your Okta organization.
    • okta.groups.manage: Allows the app to manage existing groups in your Okta organization.
    • okta.groups.read: Allows the app to read information about groups and their members in your Okta organization.
    • okta.idps.manage: Allows the app to create and manage Identity Providers in your Okta organization.
    • okta.idps.read: Allows the app to read information about Identity Providers in your Okta organization.
    • okta.inlineHooks.manage: Allows the app to create and manage Inline Hooks in your Okta organization.
    • okta.inlineHooks.read: Allows the app to read information about Inline Hooks in your Okta organization.
    • okta.linkedObjects.manage: Allows the app to manage linked object definitions in your Okta organization.
    • okta.linkedObjects.read: Allows the app to read linked object definitions in your Okta organization.
    • okta.logStreams.manage: Allows the app to create and manage log streams in your Okta organization.
    • okta.logStreams.read: Allows the app to read information about log streams in your Okta organization.
    • okta.logs.read: Allows the app to read information about System Log entries in your Okta organization.
    • okta.orgs.manage: Allows the app to manage organization-specific details for your Okta organization.
    • okta.orgs.read: Allows the app to read organization-specific details about your Okta organization.
    • okta.policies.manage: Allows the app to manage policies in your Okta organization.
    • okta.policies.read: Allows the app to read information about policies in your Okta organization.
    • okta.principalRateLimits.manage: Allows the app to create and manage Principal Rate Limits in your Okta organization.
    • okta.principalRateLimits.read: Allows the app to read information about Principal Rate Limits in your Okta organization.
    • okta.profileMappings.manage: Allows the app to manage user profile mappings in your Okta organization.
    • okta.profileMappings.read: Allows the app to read user profile mappings in your Okta organization.
    • okta.pushProviders.manage: Allows the app to create and manage push notification providers such as APNs and FCM.
    • okta.pushProviders.read: Allows the app to read push notification providers such as APNs and FCM.
    • okta.rateLimits.manage: Allows the app to create and manage rate limits in your Okta organization.
    • okta.rateLimits.read: Allows the app to read information about rate limits in your Okta organization.
    • okta.riskEvents.manage: Allows the app to publish risk events to your Okta organization.
    • okta.riskProviders.manage: Allows the app to create and manage risk provider integrations in your Okta organization.
    • okta.riskProviders.read: Allows the app to read all risk provider integrations in your Okta organization.
    • okta.roles.manage: Allows the app to manage administrative role assignments for users in your Okta organization.
    • okta.roles.read: Allows the app to read administrative role assignments for users in your Okta organization.
    • okta.schemas.manage: Allows the app to create and manage Schemas in your Okta organization.
    • okta.schemas.read: Allows the app to read information about Schemas in your Okta organization.
    • okta.sessions.manage: Allows the app to manage all sessions in your Okta organization.
    • okta.sessions.read: Allows the app to read all sessions in your Okta organization.
    • okta.templates.manage: Allows the app to manage all custom templates in your Okta organization.
    • okta.templates.read: Allows the app to read all custom templates in your Okta organization.
    • okta.trustedOrigins.manage: Allows the app to manage all Trusted Origins in your Okta organization.
    • okta.trustedOrigins.read: Allows the app to read all Trusted Origins in your Okta organization.
    • okta.userTypes.manage: Allows the app to manage user types in your Okta organization.
    • okta.userTypes.read: Allows the app to read user types in your Okta organization.
    • okta.users.manage: Allows the app to create new users and to manage all users' profile and credentials information.
    • okta.users.read: Allows the app to read the existing users' profiles and credentials.