Skip to content

Latest commit

 

History

History
2817 lines (2795 loc) · 280 KB

File metadata and controls

2817 lines (2795 loc) · 280 KB

Okta.Sdk - the C# library for the Okta Admin Management

Allows customers to easily access the Okta Management APIs

This C# SDK is automatically generated by the OpenAPI Generator project:

  • API version: 5.1.0
  • SDK version: 10.0.3
  • Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen For more information, please visit https://developer.okta.com/

Frameworks supported

  • .NET Core >=1.0
  • .NET Framework >=4.6
  • Mono/Xamarin >=vNext

Dependencies

The DLLs included in the package may not be the latest version. We recommend using NuGet to obtain the latest version of the packages:

Install-Package RestSharp
Install-Package Newtonsoft.Json
Install-Package JsonSubTypes

NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See RestSharp#742. NOTE: RestSharp for .Net Core creates a new socket for each api call, which can lead to a socket exhaustion problem. See RestSharp#1406.

Documentation for API Endpoints

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

Class Method HTTP request Description
AgentPoolsApi ActivateAgentPoolsUpdate POST /api/v1/agentPools/{poolId}/updates/{updateId}/activate Activate an agent pool update
AgentPoolsApi CreateAgentPoolsUpdate POST /api/v1/agentPools/{poolId}/updates Create an agent pool update
AgentPoolsApi DeactivateAgentPoolsUpdate POST /api/v1/agentPools/{poolId}/updates/{updateId}/deactivate Deactivate an agent pool update
AgentPoolsApi DeleteAgentPoolsUpdate DELETE /api/v1/agentPools/{poolId}/updates/{updateId} Delete an agent pool update
AgentPoolsApi GetAgentPoolsUpdateInstance GET /api/v1/agentPools/{poolId}/updates/{updateId} Retrieve an agent pool update by ID
AgentPoolsApi GetAgentPoolsUpdateSettings GET /api/v1/agentPools/{poolId}/updates/settings Retrieve an agent pool update's settings
AgentPoolsApi ListAgentPools GET /api/v1/agentPools List all agent pools
AgentPoolsApi ListAgentPoolsUpdates GET /api/v1/agentPools/{poolId}/updates List all agent pool updates
AgentPoolsApi PauseAgentPoolsUpdate POST /api/v1/agentPools/{poolId}/updates/{updateId}/pause Pause an agent pool update
AgentPoolsApi ResumeAgentPoolsUpdate POST /api/v1/agentPools/{poolId}/updates/{updateId}/resume Resume an agent pool update
AgentPoolsApi RetryAgentPoolsUpdate POST /api/v1/agentPools/{poolId}/updates/{updateId}/retry Retry an agent pool update
AgentPoolsApi StopAgentPoolsUpdate POST /api/v1/agentPools/{poolId}/updates/{updateId}/stop Stop an agent pool update
AgentPoolsApi UpdateAgentPoolsUpdate POST /api/v1/agentPools/{poolId}/updates/{updateId} Update an agent pool update by ID
AgentPoolsApi UpdateAgentPoolsUpdateSettings POST /api/v1/agentPools/{poolId}/updates/settings Update an agent pool update settings
ApiServiceIntegrationsApi ActivateApiServiceIntegrationInstanceSecret POST /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets/{secretId}/lifecycle/activate Activate an API service integration instance secret
ApiServiceIntegrationsApi CreateApiServiceIntegrationInstance POST /integrations/api/v1/api-services Create an API service integration instance
ApiServiceIntegrationsApi CreateApiServiceIntegrationInstanceSecret POST /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets Create an API service integration instance secret
ApiServiceIntegrationsApi DeactivateApiServiceIntegrationInstanceSecret POST /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets/{secretId}/lifecycle/deactivate Deactivate an API service integration instance secret
ApiServiceIntegrationsApi DeleteApiServiceIntegrationInstance DELETE /integrations/api/v1/api-services/{apiServiceId} Delete an API service integration instance
ApiServiceIntegrationsApi DeleteApiServiceIntegrationInstanceSecret DELETE /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets/{secretId} Delete an API service integration instance secret
ApiServiceIntegrationsApi GetApiServiceIntegrationInstance GET /integrations/api/v1/api-services/{apiServiceId} Retrieve an API service integration instance
ApiServiceIntegrationsApi ListApiServiceIntegrationInstanceSecrets GET /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets List all API service integration instance secrets
ApiServiceIntegrationsApi ListApiServiceIntegrationInstances GET /integrations/api/v1/api-services List all API service integration instances
ApiTokenApi GetApiToken GET /api/v1/api-tokens/{apiTokenId} Retrieve an API token's metadata
ApiTokenApi ListApiTokens GET /api/v1/api-tokens List all API token metadata
ApiTokenApi RevokeApiToken DELETE /api/v1/api-tokens/{apiTokenId} Revoke an API token
ApiTokenApi RevokeCurrentApiToken DELETE /api/v1/api-tokens/current Revoke the current API token
ApiTokenApi UpsertApiToken PUT /api/v1/api-tokens/{apiTokenId} Upsert an API token network condition
ApplicationApi ActivateApplication POST /api/v1/apps/{appId}/lifecycle/activate Activate an application
ApplicationApi CreateApplication POST /api/v1/apps Create an application
ApplicationApi DeactivateApplication POST /api/v1/apps/{appId}/lifecycle/deactivate Deactivate an application
ApplicationApi DeleteApplication DELETE /api/v1/apps/{appId} Delete an application
ApplicationApi GetApplication GET /api/v1/apps/{appId} Retrieve an application
ApplicationApi ListApplications GET /api/v1/apps List all applications
ApplicationApi ReplaceApplication PUT /api/v1/apps/{appId} Replace an application
ApplicationConnectionsApi ActivateDefaultProvisioningConnectionForApplication POST /api/v1/apps/{appId}/connections/default/lifecycle/activate Activate the default provisioning connection
ApplicationConnectionsApi DeactivateDefaultProvisioningConnectionForApplication POST /api/v1/apps/{appId}/connections/default/lifecycle/deactivate Deactivate the default provisioning connection
ApplicationConnectionsApi GetDefaultProvisioningConnectionForApplication GET /api/v1/apps/{appId}/connections/default Retrieve the default provisioning connection
ApplicationConnectionsApi GetUserProvisioningConnectionJWKS GET /api/v1/apps/{appId}/connections/default/jwks Retrieve a JSON Web Key Set (JWKS) for the default provisioning connection
ApplicationConnectionsApi UpdateDefaultProvisioningConnectionForApplication POST /api/v1/apps/{appId}/connections/default Update the default provisioning connection
ApplicationConnectionsApi VerifyProvisioningConnectionForApplication POST /api/v1/apps/{appName}/{appId}/oauth2/callback Verify the provisioning connection
ApplicationCrossAppAccessConnectionsApi CreateCrossAppAccessConnection POST /api/v1/apps/{appId}/cwo/connections Create a Cross App Access connection
ApplicationCrossAppAccessConnectionsApi DeleteCrossAppAccessConnection DELETE /api/v1/apps/{appId}/cwo/connections/{connectionId} Delete a Cross App Access connection
ApplicationCrossAppAccessConnectionsApi GetAllCrossAppAccessConnections GET /api/v1/apps/{appId}/cwo/connections Retrieve all Cross App Access connections
ApplicationCrossAppAccessConnectionsApi GetCrossAppAccessConnection GET /api/v1/apps/{appId}/cwo/connections/{connectionId} Retrieve a Cross App Access connection
ApplicationCrossAppAccessConnectionsApi UpdateCrossAppAccessConnection PATCH /api/v1/apps/{appId}/cwo/connections/{connectionId} Update a Cross App Access connection
ApplicationFeaturesApi GetFeatureForApplication GET /api/v1/apps/{appId}/features/{featureName} Retrieve a feature
ApplicationFeaturesApi ListFeaturesForApplication GET /api/v1/apps/{appId}/features List all features
ApplicationFeaturesApi UpdateFeatureForApplication PUT /api/v1/apps/{appId}/features/{featureName} Update a feature
ApplicationGrantsApi GetScopeConsentGrant GET /api/v1/apps/{appId}/grants/{grantId} Retrieve an app grant
ApplicationGrantsApi GrantConsentToScope POST /api/v1/apps/{appId}/grants Grant consent to scope
ApplicationGrantsApi ListScopeConsentGrants GET /api/v1/apps/{appId}/grants List all app grants
ApplicationGrantsApi RevokeScopeConsentGrant DELETE /api/v1/apps/{appId}/grants/{grantId} Revoke an app grant
ApplicationGroupsApi AssignGroupToApplication PUT /api/v1/apps/{appId}/groups/{groupId} Assign an application group
ApplicationGroupsApi GetApplicationGroupAssignment GET /api/v1/apps/{appId}/groups/{groupId} Retrieve an application group
ApplicationGroupsApi ListApplicationGroupAssignments GET /api/v1/apps/{appId}/groups List all application groups
ApplicationGroupsApi UnassignApplicationFromGroup DELETE /api/v1/apps/{appId}/groups/{groupId} Unassign an application group
ApplicationGroupsApi UpdateGroupAssignmentToApplication PATCH /api/v1/apps/{appId}/groups/{groupId} Update an application group
ApplicationLogosApi UploadApplicationLogo POST /api/v1/apps/{appId}/logo Upload an application logo
ApplicationPoliciesApi AssignApplicationPolicy PUT /api/v1/apps/{appId}/policies/{policyId} Assign an authentication policy
ApplicationSSOApi PreviewSAMLmetadataForApplication GET /api/v1/apps/{appId}/sso/saml/metadata Preview the application SAML metadata
ApplicationSSOCredentialKeyApi CloneApplicationKey POST /api/v1/apps/{appId}/credentials/keys/{keyId}/clone Clone a key credential
ApplicationSSOCredentialKeyApi GenerateApplicationKey POST /api/v1/apps/{appId}/credentials/keys/generate Generate a key credential
ApplicationSSOCredentialKeyApi GenerateCsrForApplication POST /api/v1/apps/{appId}/credentials/csrs Generate a certificate signing request
ApplicationSSOCredentialKeyApi GetApplicationKey GET /api/v1/apps/{appId}/credentials/keys/{keyId} Retrieve a key credential
ApplicationSSOCredentialKeyApi GetCsrForApplication GET /api/v1/apps/{appId}/credentials/csrs/{csrId} Retrieve a certificate signing request
ApplicationSSOCredentialKeyApi ListApplicationKeys GET /api/v1/apps/{appId}/credentials/keys List all key credentials
ApplicationSSOCredentialKeyApi ListCsrsForApplication GET /api/v1/apps/{appId}/credentials/csrs List all certificate signing requests
ApplicationSSOCredentialKeyApi PublishCsrFromApplication POST /api/v1/apps/{appId}/credentials/csrs/{csrId}/lifecycle/publish Publish a certificate signing request
ApplicationSSOCredentialKeyApi RevokeCsrFromApplication DELETE /api/v1/apps/{appId}/credentials/csrs/{csrId} Revoke a certificate signing request
ApplicationSSOFederatedClaimsApi CreateFederatedClaim POST /api/v1/apps/{appId}/federated-claims Create a federated claim
ApplicationSSOFederatedClaimsApi DeleteFederatedClaim DELETE /api/v1/apps/{appId}/federated-claims/{claimId} Delete a federated claim
ApplicationSSOFederatedClaimsApi GetFederatedClaim GET /api/v1/apps/{appId}/federated-claims/{claimId} Retrieve a federated claim
ApplicationSSOFederatedClaimsApi ListFederatedClaims GET /api/v1/apps/{appId}/federated-claims List all configured federated claims
ApplicationSSOFederatedClaimsApi ReplaceFederatedClaim PUT /api/v1/apps/{appId}/federated-claims/{claimId} Replace a federated claim
ApplicationSSOPublicKeysApi ActivateOAuth2ClientJsonWebKey POST /api/v1/apps/{appId}/credentials/jwks/{keyId}/lifecycle/activate Activate an OAuth 2.0 client JSON Web Key
ApplicationSSOPublicKeysApi ActivateOAuth2ClientSecret POST /api/v1/apps/{appId}/credentials/secrets/{secretId}/lifecycle/activate Activate an OAuth 2.0 client secret
ApplicationSSOPublicKeysApi AddJwk POST /api/v1/apps/{appId}/credentials/jwks Add a JSON Web Key
ApplicationSSOPublicKeysApi CreateOAuth2ClientSecret POST /api/v1/apps/{appId}/credentials/secrets Create an OAuth 2.0 client secret
ApplicationSSOPublicKeysApi DeactivateOAuth2ClientJsonWebKey POST /api/v1/apps/{appId}/credentials/jwks/{keyId}/lifecycle/deactivate Deactivate an OAuth 2.0 client JSON Web Key
ApplicationSSOPublicKeysApi DeactivateOAuth2ClientSecret POST /api/v1/apps/{appId}/credentials/secrets/{secretId}/lifecycle/deactivate Deactivate an OAuth 2.0 client secret
ApplicationSSOPublicKeysApi DeleteOAuth2ClientSecret DELETE /api/v1/apps/{appId}/credentials/secrets/{secretId} Delete an OAuth 2.0 client secret
ApplicationSSOPublicKeysApi Deletejwk DELETE /api/v1/apps/{appId}/credentials/jwks/{keyId} Delete an OAuth 2.0 client JSON Web Key
ApplicationSSOPublicKeysApi GetJwk GET /api/v1/apps/{appId}/credentials/jwks/{keyId} Retrieve an OAuth 2.0 client JSON Web Key
ApplicationSSOPublicKeysApi GetOAuth2ClientSecret GET /api/v1/apps/{appId}/credentials/secrets/{secretId} Retrieve an OAuth 2.0 client secret
ApplicationSSOPublicKeysApi ListJwk GET /api/v1/apps/{appId}/credentials/jwks List all the OAuth 2.0 client JSON Web Keys
ApplicationSSOPublicKeysApi ListOAuth2ClientSecrets GET /api/v1/apps/{appId}/credentials/secrets List all OAuth 2.0 client secrets
ApplicationTokensApi GetOAuth2TokenForApplication GET /api/v1/apps/{appId}/tokens/{tokenId} Retrieve an application token
ApplicationTokensApi ListOAuth2TokensForApplication GET /api/v1/apps/{appId}/tokens List all application refresh tokens
ApplicationTokensApi RevokeOAuth2TokenForApplication DELETE /api/v1/apps/{appId}/tokens/{tokenId} Revoke an application token
ApplicationTokensApi RevokeOAuth2TokensForApplication DELETE /api/v1/apps/{appId}/tokens Revoke all application tokens
ApplicationUsersApi AssignUserToApplication POST /api/v1/apps/{appId}/users Assign an application user
ApplicationUsersApi GetApplicationUser GET /api/v1/apps/{appId}/users/{userId} Retrieve an application user
ApplicationUsersApi ListApplicationUsers GET /api/v1/apps/{appId}/users List all application users
ApplicationUsersApi UnassignUserFromApplication DELETE /api/v1/apps/{appId}/users/{userId} Unassign an application user
ApplicationUsersApi UpdateApplicationUser POST /api/v1/apps/{appId}/users/{userId} Update an application user
AssociatedDomainCustomizationsApi GetAllWellKnownURIs GET /api/v1/brands/{brandId}/well-known-uris Retrieve all the well-known URIs
AssociatedDomainCustomizationsApi GetAppleAppSiteAssociationWellKnownURI GET /.well-known/apple-app-site-association Retrieve the customized apple-app-site-association URI content
AssociatedDomainCustomizationsApi GetAssetLinksWellKnownURI GET /.well-known/assetlinks.json Retrieve the customized assetlinks.json URI content
AssociatedDomainCustomizationsApi GetBrandWellKnownURI GET /api/v1/brands/{brandId}/well-known-uris/{path}/customized Retrieve the customized content of the specified well-known URI
AssociatedDomainCustomizationsApi GetRootBrandWellKnownURI GET /api/v1/brands/{brandId}/well-known-uris/{path} Retrieve the well-known URI of a specific brand
AssociatedDomainCustomizationsApi GetWebAuthnWellKnownURI GET /.well-known/webauthn Retrieve the customized webauthn URI content
AssociatedDomainCustomizationsApi ReplaceBrandWellKnownURI PUT /api/v1/brands/{brandId}/well-known-uris/{path}/customized Replace the customized well-known URI of the specific path
AttackProtectionApi GetAuthenticatorSettings GET /attack-protection/api/v1/authenticator-settings Retrieve the authenticator settings
AttackProtectionApi GetUserLockoutSettings GET /attack-protection/api/v1/user-lockout-settings Retrieve the user lockout settings
AttackProtectionApi ReplaceAuthenticatorSettings PUT /attack-protection/api/v1/authenticator-settings Replace the authenticator settings
AttackProtectionApi ReplaceUserLockoutSettings PUT /attack-protection/api/v1/user-lockout-settings Replace the user lockout settings
AuthenticatorApi ActivateAuthenticator POST /api/v1/authenticators/{authenticatorId}/lifecycle/activate Activate an authenticator
AuthenticatorApi ActivateAuthenticatorMethod POST /api/v1/authenticators/{authenticatorId}/methods/{methodType}/lifecycle/activate Activate an authenticator method
AuthenticatorApi CreateAuthenticator POST /api/v1/authenticators Create an authenticator
AuthenticatorApi CreateCustomAAGUID POST /api/v1/authenticators/{authenticatorId}/aaguids Create a custom AAGUID
AuthenticatorApi DeactivateAuthenticator POST /api/v1/authenticators/{authenticatorId}/lifecycle/deactivate Deactivate an authenticator
AuthenticatorApi DeactivateAuthenticatorMethod POST /api/v1/authenticators/{authenticatorId}/methods/{methodType}/lifecycle/deactivate Deactivate an authenticator method
AuthenticatorApi DeleteCustomAAGUID DELETE /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid} Delete a custom AAGUID
AuthenticatorApi GetAuthenticator GET /api/v1/authenticators/{authenticatorId} Retrieve an authenticator
AuthenticatorApi GetAuthenticatorMethod GET /api/v1/authenticators/{authenticatorId}/methods/{methodType} Retrieve an authenticator method
AuthenticatorApi GetCustomAAGUID GET /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid} Retrieve a custom AAGUID
AuthenticatorApi GetWellKnownAppAuthenticatorConfiguration GET /.well-known/app-authenticator-configuration Retrieve the well-known app authenticator configuration
AuthenticatorApi ListAllCustomAAGUIDs GET /api/v1/authenticators/{authenticatorId}/aaguids List all custom AAGUIDs
AuthenticatorApi ListAuthenticatorMethods GET /api/v1/authenticators/{authenticatorId}/methods List all methods of an authenticator
AuthenticatorApi ListAuthenticators GET /api/v1/authenticators List all authenticators
AuthenticatorApi ReplaceAuthenticator PUT /api/v1/authenticators/{authenticatorId} Replace an authenticator
AuthenticatorApi ReplaceAuthenticatorMethod PUT /api/v1/authenticators/{authenticatorId}/methods/{methodType} Replace an authenticator method
AuthenticatorApi ReplaceCustomAAGUID PUT /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid} Replace a custom AAGUID
AuthenticatorApi UpdateCustomAAGUID PATCH /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid} Update a custom AAGUID
AuthorizationServerApi ActivateAuthorizationServer POST /api/v1/authorizationServers/{authServerId}/lifecycle/activate Activate an authorization server
AuthorizationServerApi CreateAuthorizationServer POST /api/v1/authorizationServers Create an authorization server
AuthorizationServerApi DeactivateAuthorizationServer POST /api/v1/authorizationServers/{authServerId}/lifecycle/deactivate Deactivate an authorization server
AuthorizationServerApi DeleteAuthorizationServer DELETE /api/v1/authorizationServers/{authServerId} Delete an authorization server
AuthorizationServerApi GetAuthorizationServer GET /api/v1/authorizationServers/{authServerId} Retrieve an authorization server
AuthorizationServerApi ListAuthorizationServers GET /api/v1/authorizationServers List all authorization servers
AuthorizationServerApi ReplaceAuthorizationServer PUT /api/v1/authorizationServers/{authServerId} Replace an authorization server
AuthorizationServerAssocApi CreateAssociatedServers POST /api/v1/authorizationServers/{authServerId}/associatedServers Create an associated authorization server
AuthorizationServerAssocApi DeleteAssociatedServer DELETE /api/v1/authorizationServers/{authServerId}/associatedServers/{associatedServerId} Delete an associated authorization server
AuthorizationServerAssocApi ListAssociatedServersByTrustedType GET /api/v1/authorizationServers/{authServerId}/associatedServers List all associated authorization servers
AuthorizationServerClaimsApi CreateOAuth2Claim POST /api/v1/authorizationServers/{authServerId}/claims Create a custom token claim
AuthorizationServerClaimsApi DeleteOAuth2Claim DELETE /api/v1/authorizationServers/{authServerId}/claims/{claimId} Delete a custom token claim
AuthorizationServerClaimsApi GetOAuth2Claim GET /api/v1/authorizationServers/{authServerId}/claims/{claimId} Retrieve a custom token claim
AuthorizationServerClaimsApi ListOAuth2Claims GET /api/v1/authorizationServers/{authServerId}/claims List all custom token claims
AuthorizationServerClaimsApi ReplaceOAuth2Claim PUT /api/v1/authorizationServers/{authServerId}/claims/{claimId} Replace a custom token claim
AuthorizationServerClientsApi GetRefreshTokenForAuthorizationServerAndClient GET /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens/{tokenId} Retrieve a refresh token for a client
AuthorizationServerClientsApi ListOAuth2ClientsForAuthorizationServer GET /api/v1/authorizationServers/{authServerId}/clients List all client resources for an authorization server
AuthorizationServerClientsApi ListRefreshTokensForAuthorizationServerAndClient GET /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens List all refresh tokens for a client
AuthorizationServerClientsApi RevokeRefreshTokenForAuthorizationServerAndClient DELETE /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens/{tokenId} Revoke a refresh token for a client
AuthorizationServerClientsApi RevokeRefreshTokensForAuthorizationServerAndClient DELETE /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens Revoke all refresh tokens for a client
AuthorizationServerKeysApi GetAuthorizationServerKey GET /api/v1/authorizationServers/{authServerId}/credentials/keys/{keyId} Retrieve an authorization server key
AuthorizationServerKeysApi ListAuthorizationServerKeys GET /api/v1/authorizationServers/{authServerId}/credentials/keys List all credential keys
AuthorizationServerKeysApi RotateAuthorizationServerKeys POST /api/v1/authorizationServers/{authServerId}/credentials/lifecycle/keyRotate Rotate all credential keys
AuthorizationServerPoliciesApi ActivateAuthorizationServerPolicy POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/activate Activate a policy
AuthorizationServerPoliciesApi CreateAuthorizationServerPolicy POST /api/v1/authorizationServers/{authServerId}/policies Create a policy
AuthorizationServerPoliciesApi DeactivateAuthorizationServerPolicy POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/deactivate Deactivate a policy
AuthorizationServerPoliciesApi DeleteAuthorizationServerPolicy DELETE /api/v1/authorizationServers/{authServerId}/policies/{policyId} Delete a policy
AuthorizationServerPoliciesApi GetAuthorizationServerPolicy GET /api/v1/authorizationServers/{authServerId}/policies/{policyId} Retrieve a policy
AuthorizationServerPoliciesApi ListAuthorizationServerPolicies GET /api/v1/authorizationServers/{authServerId}/policies List all policies
AuthorizationServerPoliciesApi ReplaceAuthorizationServerPolicy PUT /api/v1/authorizationServers/{authServerId}/policies/{policyId} Replace a policy
AuthorizationServerRulesApi ActivateAuthorizationServerPolicyRule POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/activate Activate a policy rule
AuthorizationServerRulesApi CreateAuthorizationServerPolicyRule POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules Create a policy rule
AuthorizationServerRulesApi DeactivateAuthorizationServerPolicyRule POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/deactivate Deactivate a policy rule
AuthorizationServerRulesApi DeleteAuthorizationServerPolicyRule DELETE /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId} Delete a policy rule
AuthorizationServerRulesApi GetAuthorizationServerPolicyRule GET /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId} Retrieve a policy rule
AuthorizationServerRulesApi ListAuthorizationServerPolicyRules GET /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules List all policy rules
AuthorizationServerRulesApi ReplaceAuthorizationServerPolicyRule PUT /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId} Replace a policy rule
AuthorizationServerScopesApi CreateOAuth2Scope POST /api/v1/authorizationServers/{authServerId}/scopes Create a custom token scope
AuthorizationServerScopesApi DeleteOAuth2Scope DELETE /api/v1/authorizationServers/{authServerId}/scopes/{scopeId} Delete a custom token scope
AuthorizationServerScopesApi GetOAuth2Scope GET /api/v1/authorizationServers/{authServerId}/scopes/{scopeId} Retrieve a custom token scope
AuthorizationServerScopesApi ListOAuth2Scopes GET /api/v1/authorizationServers/{authServerId}/scopes List all custom token scopes
AuthorizationServerScopesApi ReplaceOAuth2Scope PUT /api/v1/authorizationServers/{authServerId}/scopes/{scopeId} Replace a custom token scope
BehaviorApi ActivateBehaviorDetectionRule POST /api/v1/behaviors/{behaviorId}/lifecycle/activate Activate a behavior detection rule
BehaviorApi CreateBehaviorDetectionRule POST /api/v1/behaviors Create a behavior detection rule
BehaviorApi DeactivateBehaviorDetectionRule POST /api/v1/behaviors/{behaviorId}/lifecycle/deactivate Deactivate a behavior detection rule
BehaviorApi DeleteBehaviorDetectionRule DELETE /api/v1/behaviors/{behaviorId} Delete a behavior detection rule
BehaviorApi GetBehaviorDetectionRule GET /api/v1/behaviors/{behaviorId} Retrieve a behavior detection rule
BehaviorApi ListBehaviorDetectionRules GET /api/v1/behaviors List all behavior detection rules
BehaviorApi ReplaceBehaviorDetectionRule PUT /api/v1/behaviors/{behaviorId} Replace a behavior detection rule
BrandsApi CreateBrand POST /api/v1/brands Create a brand
BrandsApi DeleteBrand DELETE /api/v1/brands/{brandId} Delete a brand
BrandsApi GetBrand GET /api/v1/brands/{brandId} Retrieve a brand
BrandsApi ListBrandDomains GET /api/v1/brands/{brandId}/domains List all domains associated with a brand
BrandsApi ListBrands GET /api/v1/brands List all brands
BrandsApi ReplaceBrand PUT /api/v1/brands/{brandId} Replace a brand
CAPTCHAApi CreateCaptchaInstance POST /api/v1/captchas Create a CAPTCHA instance
CAPTCHAApi DeleteCaptchaInstance DELETE /api/v1/captchas/{captchaId} Delete a CAPTCHA instance
CAPTCHAApi DeleteOrgCaptchaSettings DELETE /api/v1/org/captcha Delete the org-wide CAPTCHA settings
CAPTCHAApi GetCaptchaInstance GET /api/v1/captchas/{captchaId} Retrieve a CAPTCHA instance
CAPTCHAApi GetOrgCaptchaSettings GET /api/v1/org/captcha Retrieve the org-wide CAPTCHA settings
CAPTCHAApi ListCaptchaInstances GET /api/v1/captchas List all CAPTCHA instances
CAPTCHAApi ReplaceCaptchaInstance PUT /api/v1/captchas/{captchaId} Replace a CAPTCHA instance
CAPTCHAApi ReplacesOrgCaptchaSettings PUT /api/v1/org/captcha Replace the org-wide CAPTCHA settings
CAPTCHAApi UpdateCaptchaInstance POST /api/v1/captchas/{captchaId} Update a CAPTCHA instance
CustomDomainApi CreateCustomDomain POST /api/v1/domains Create a Custom Domain
CustomDomainApi DeleteCustomDomain DELETE /api/v1/domains/{domainId} Delete a custom domain
CustomDomainApi GetCustomDomain GET /api/v1/domains/{domainId} Retrieve a custom domain
CustomDomainApi ListCustomDomains GET /api/v1/domains List all Custom Domains
CustomDomainApi ReplaceCustomDomain PUT /api/v1/domains/{domainId} Replace a custom domain's brand
CustomDomainApi UpsertCertificate PUT /api/v1/domains/{domainId}/certificate Upsert the custom domain's certificate
CustomDomainApi VerifyDomain POST /api/v1/domains/{domainId}/verify Verify a custom domain
CustomPagesApi DeleteCustomizedErrorPage DELETE /api/v1/brands/{brandId}/pages/error/customized Delete the customized error page
CustomPagesApi DeleteCustomizedSignInPage DELETE /api/v1/brands/{brandId}/pages/sign-in/customized Delete the customized sign-in page
CustomPagesApi DeletePreviewErrorPage DELETE /api/v1/brands/{brandId}/pages/error/preview Delete the preview error page
CustomPagesApi DeletePreviewSignInPage DELETE /api/v1/brands/{brandId}/pages/sign-in/preview Delete the preview sign-in page
CustomPagesApi GetCustomizedErrorPage GET /api/v1/brands/{brandId}/pages/error/customized Retrieve the customized error page
CustomPagesApi GetCustomizedSignInPage GET /api/v1/brands/{brandId}/pages/sign-in/customized Retrieve the customized sign-in page
CustomPagesApi GetDefaultErrorPage GET /api/v1/brands/{brandId}/pages/error/default Retrieve the default error page
CustomPagesApi GetDefaultSignInPage GET /api/v1/brands/{brandId}/pages/sign-in/default Retrieve the default sign-in page
CustomPagesApi GetErrorPage GET /api/v1/brands/{brandId}/pages/error Retrieve the error page sub-resources
CustomPagesApi GetPreviewErrorPage GET /api/v1/brands/{brandId}/pages/error/preview Retrieve the preview error page preview
CustomPagesApi GetPreviewSignInPage GET /api/v1/brands/{brandId}/pages/sign-in/preview Retrieve the preview sign-in page preview
CustomPagesApi GetSignInPage GET /api/v1/brands/{brandId}/pages/sign-in Retrieve the sign-in page sub-resources
CustomPagesApi GetSignOutPageSettings GET /api/v1/brands/{brandId}/pages/sign-out/customized Retrieve the sign-out page settings
CustomPagesApi ListAllSignInWidgetVersions GET /api/v1/brands/{brandId}/pages/sign-in/widget-versions List all Sign-In Widget versions
CustomPagesApi ReplaceCustomizedErrorPage PUT /api/v1/brands/{brandId}/pages/error/customized Replace the customized error page
CustomPagesApi ReplaceCustomizedSignInPage PUT /api/v1/brands/{brandId}/pages/sign-in/customized Replace the customized sign-in page
CustomPagesApi ReplacePreviewErrorPage PUT /api/v1/brands/{brandId}/pages/error/preview Replace the preview error page
CustomPagesApi ReplacePreviewSignInPage PUT /api/v1/brands/{brandId}/pages/sign-in/preview Replace the preview sign-in page
CustomPagesApi ReplaceSignOutPageSettings PUT /api/v1/brands/{brandId}/pages/sign-out/customized Replace the sign-out page settings
CustomTemplatesApi CreateEmailCustomization POST /api/v1/brands/{brandId}/templates/email/{templateName}/customizations Create an email customization
CustomTemplatesApi DeleteAllCustomizations DELETE /api/v1/brands/{brandId}/templates/email/{templateName}/customizations Delete all email customizations
CustomTemplatesApi DeleteEmailCustomization DELETE /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId} Delete an email customization
CustomTemplatesApi GetCustomizationPreview GET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}/preview Retrieve a preview of an email customization
CustomTemplatesApi GetEmailCustomization GET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId} Retrieve an email customization
CustomTemplatesApi GetEmailDefaultContent GET /api/v1/brands/{brandId}/templates/email/{templateName}/default-content Retrieve an email template default content
CustomTemplatesApi GetEmailDefaultPreview GET /api/v1/brands/{brandId}/templates/email/{templateName}/default-content/preview Retrieve a preview of the email template default content
CustomTemplatesApi GetEmailSettings GET /api/v1/brands/{brandId}/templates/email/{templateName}/settings Retrieve the email template settings
CustomTemplatesApi GetEmailTemplate GET /api/v1/brands/{brandId}/templates/email/{templateName} Retrieve an email template
CustomTemplatesApi ListEmailCustomizations GET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations List all email customizations
CustomTemplatesApi ListEmailTemplates GET /api/v1/brands/{brandId}/templates/email List all email templates
CustomTemplatesApi ReplaceEmailCustomization PUT /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId} Replace an email customization
CustomTemplatesApi ReplaceEmailSettings PUT /api/v1/brands/{brandId}/templates/email/{templateName}/settings Replace the email template settings
CustomTemplatesApi SendTestEmail POST /api/v1/brands/{brandId}/templates/email/{templateName}/test Send a test email
DeviceApi ActivateDevice POST /api/v1/devices/{deviceId}/lifecycle/activate Activate a device
DeviceApi DeactivateDevice POST /api/v1/devices/{deviceId}/lifecycle/deactivate Deactivate a device
DeviceApi DeleteDevice DELETE /api/v1/devices/{deviceId} Delete a device
DeviceApi GetDevice GET /api/v1/devices/{deviceId} Retrieve a device
DeviceApi ListDeviceUsers GET /api/v1/devices/{deviceId}/users List all users for a device
DeviceApi ListDevices GET /api/v1/devices List all devices
DeviceApi SuspendDevice POST /api/v1/devices/{deviceId}/lifecycle/suspend Suspend a Device
DeviceApi UnsuspendDevice POST /api/v1/devices/{deviceId}/lifecycle/unsuspend Unsuspend a Device
DeviceAccessApi GetDesktopMFAEnforceNumberMatchingChallengeOrgSetting GET /device-access/api/v1/desktop-mfa/enforce-number-matching-challenge-settings Retrieve the Desktop MFA Enforce Number Matching Challenge org setting
DeviceAccessApi GetDesktopMFARecoveryPinOrgSetting GET /device-access/api/v1/desktop-mfa/recovery-pin-settings Retrieve the Desktop MFA Recovery PIN org setting
DeviceAccessApi ReplaceDesktopMFAEnforceNumberMatchingChallengeOrgSetting PUT /device-access/api/v1/desktop-mfa/enforce-number-matching-challenge-settings Replace the Desktop MFA Enforce Number Matching Challenge org setting
DeviceAccessApi ReplaceDesktopMFARecoveryPinOrgSetting PUT /device-access/api/v1/desktop-mfa/recovery-pin-settings Replace the Desktop MFA Recovery PIN org setting
DeviceAssuranceApi CreateDeviceAssurancePolicy POST /api/v1/device-assurances Create a device assurance policy
DeviceAssuranceApi DeleteDeviceAssurancePolicy DELETE /api/v1/device-assurances/{deviceAssuranceId} Delete a device assurance policy
DeviceAssuranceApi GetDeviceAssurancePolicy GET /api/v1/device-assurances/{deviceAssuranceId} Retrieve a device assurance policy
DeviceAssuranceApi ListDeviceAssurancePolicies GET /api/v1/device-assurances List all device assurance policies
DeviceAssuranceApi ReplaceDeviceAssurancePolicy PUT /api/v1/device-assurances/{deviceAssuranceId} Replace a device assurance policy
DeviceIntegrationsApi ActivateDeviceIntegration POST /api/v1/device-integrations/{deviceIntegrationId}/lifecycle/activate Activate a device integration
DeviceIntegrationsApi DeactivateDeviceIntegration POST /api/v1/device-integrations/{deviceIntegrationId}/lifecycle/deactivate Deactivate a device integration
DeviceIntegrationsApi GetDeviceIntegration GET /api/v1/device-integrations/{deviceIntegrationId} Retrieve a device integration
DeviceIntegrationsApi ListDeviceIntegrations GET /api/v1/device-integrations List all device integrations
DevicePostureCheckApi CreateDevicePostureCheck POST /api/v1/device-posture-checks Create a device posture check
DevicePostureCheckApi DeleteDevicePostureCheck DELETE /api/v1/device-posture-checks/{postureCheckId} Delete a device posture check
DevicePostureCheckApi GetDevicePostureCheck GET /api/v1/device-posture-checks/{postureCheckId} Retrieve a device posture check
DevicePostureCheckApi ListDefaultDevicePostureChecks GET /api/v1/device-posture-checks/default List all default device posture checks
DevicePostureCheckApi ListDevicePostureChecks GET /api/v1/device-posture-checks List all device posture checks
DevicePostureCheckApi ReplaceDevicePostureCheck PUT /api/v1/device-posture-checks/{postureCheckId} Replace a device posture check
DirectoriesIntegrationApi UpdateADGroupMembership POST /api/v1/directories/{appInstanceId}/groups/modify Update an Active Directory group membership
EmailCustomizationApi BulkRemoveEmailAddressBounces POST /api/v1/org/email/bounces/remove-list Remove bounced emails
EmailDomainApi CreateEmailDomain POST /api/v1/email-domains Create an email domain
EmailDomainApi DeleteEmailDomain DELETE /api/v1/email-domains/{emailDomainId} Delete an email domain
EmailDomainApi GetEmailDomain GET /api/v1/email-domains/{emailDomainId} Retrieve an email domain
EmailDomainApi ListEmailDomains GET /api/v1/email-domains List all email domains
EmailDomainApi ReplaceEmailDomain PUT /api/v1/email-domains/{emailDomainId} Replace an email domain
EmailDomainApi VerifyEmailDomain POST /api/v1/email-domains/{emailDomainId}/verify Verify an email domain
EmailServerApi CreateEmailServer POST /api/v1/email-servers Create a custom SMTP server
EmailServerApi DeleteEmailServer DELETE /api/v1/email-servers/{emailServerId} Delete an SMTP server configuration
EmailServerApi GetEmailServer GET /api/v1/email-servers/{emailServerId} Retrieve an SMTP server configuration
EmailServerApi ListEmailServers GET /api/v1/email-servers List all enrolled SMTP servers
EmailServerApi TestEmailServer POST /api/v1/email-servers/{emailServerId}/test Test an SMTP server configuration
EmailServerApi UpdateEmailServer PATCH /api/v1/email-servers/{emailServerId} Update an SMTP server configuration
EventHookApi ActivateEventHook POST /api/v1/eventHooks/{eventHookId}/lifecycle/activate Activate an event hook
EventHookApi CreateEventHook POST /api/v1/eventHooks Create an event hook
EventHookApi DeactivateEventHook POST /api/v1/eventHooks/{eventHookId}/lifecycle/deactivate Deactivate an event hook
EventHookApi DeleteEventHook DELETE /api/v1/eventHooks/{eventHookId} Delete an event hook
EventHookApi GetEventHook GET /api/v1/eventHooks/{eventHookId} Retrieve an event hook
EventHookApi ListEventHooks GET /api/v1/eventHooks List all event hooks
EventHookApi ReplaceEventHook PUT /api/v1/eventHooks/{eventHookId} Replace an event hook
EventHookApi VerifyEventHook POST /api/v1/eventHooks/{eventHookId}/lifecycle/verify Verify an event hook
FeatureApi GetFeature GET /api/v1/features/{featureId} Retrieve a feature
FeatureApi ListFeatureDependencies GET /api/v1/features/{featureId}/dependencies List all dependencies
FeatureApi ListFeatureDependents GET /api/v1/features/{featureId}/dependents List all dependents
FeatureApi ListFeatures GET /api/v1/features List all features
FeatureApi UpdateFeatureLifecycle POST /api/v1/features/{featureId}/{lifecycle} Update a feature lifecycle
GovernanceBundleApi CreateGovernanceBundle POST /api/v1/iam/governance/bundles Create a governance bundle for the Admin Console in RAMP
GovernanceBundleApi DeleteGovernanceBundle DELETE /api/v1/iam/governance/bundles/{bundleId} Delete a governance bundle from RAMP
GovernanceBundleApi GetGovernanceBundle GET /api/v1/iam/governance/bundles/{bundleId} Retrieve a governance bundle from RAMP
GovernanceBundleApi GetOptInStatus GET /api/v1/iam/governance/optIn Retrieve the opt-in status from RAMP
GovernanceBundleApi ListBundleEntitlementValues GET /api/v1/iam/governance/bundles/{bundleId}/entitlements/{entitlementId}/values List all entitlement values for a bundle entitlement
GovernanceBundleApi ListBundleEntitlements GET /api/v1/iam/governance/bundles/{bundleId}/entitlements List all entitlements for a governance bundle
GovernanceBundleApi ListGovernanceBundles GET /api/v1/iam/governance/bundles List all governance bundles for the Admin Console
GovernanceBundleApi OptIn POST /api/v1/iam/governance/optIn Opt in the Admin Console to RAMP
GovernanceBundleApi OptOut POST /api/v1/iam/governance/optOut Opt out the Admin Console from RAMP
GovernanceBundleApi ReplaceGovernanceBundle PUT /api/v1/iam/governance/bundles/{bundleId} Replace a governance bundle in RAMP
GroupApi AddGroup POST /api/v1/groups Add a group
GroupApi AssignUserToGroup PUT /api/v1/groups/{groupId}/users/{userId} Assign a user to a group
GroupApi DeleteGroup DELETE /api/v1/groups/{groupId} Delete a group
GroupApi GetGroup GET /api/v1/groups/{groupId} Retrieve a group
GroupApi ListAssignedApplicationsForGroup GET /api/v1/groups/{groupId}/apps List all assigned apps
GroupApi ListGroupUsers GET /api/v1/groups/{groupId}/users List all member users
GroupApi ListGroups GET /api/v1/groups List all groups
GroupApi ReplaceGroup PUT /api/v1/groups/{groupId} Replace a group
GroupApi UnassignUserFromGroup DELETE /api/v1/groups/{groupId}/users/{userId} Unassign a user from a group
GroupOwnerApi AssignGroupOwner POST /api/v1/groups/{groupId}/owners Assign a group owner
GroupOwnerApi DeleteGroupOwner DELETE /api/v1/groups/{groupId}/owners/{ownerId} Delete a group owner
GroupOwnerApi ListGroupOwners GET /api/v1/groups/{groupId}/owners List all group owners
GroupPushMappingApi CreateGroupPushMapping POST /api/v1/apps/{appId}/group-push/mappings Create a group push mapping
GroupPushMappingApi DeleteGroupPushMapping DELETE /api/v1/apps/{appId}/group-push/mappings/{mappingId} Delete a group push mapping
GroupPushMappingApi GetGroupPushMapping GET /api/v1/apps/{appId}/group-push/mappings/{mappingId} Retrieve a group push mapping
GroupPushMappingApi ListGroupPushMappings GET /api/v1/apps/{appId}/group-push/mappings List all group push mappings
GroupPushMappingApi UpdateGroupPushMapping PATCH /api/v1/apps/{appId}/group-push/mappings/{mappingId} Update a group push mapping
GroupRuleApi ActivateGroupRule POST /api/v1/groups/rules/{groupRuleId}/lifecycle/activate Activate a group rule
GroupRuleApi CreateGroupRule POST /api/v1/groups/rules Create a group rule
GroupRuleApi DeactivateGroupRule POST /api/v1/groups/rules/{groupRuleId}/lifecycle/deactivate Deactivate a group rule
GroupRuleApi DeleteGroupRule DELETE /api/v1/groups/rules/{groupRuleId} Delete a group rule
GroupRuleApi GetGroupRule GET /api/v1/groups/rules/{groupRuleId} Retrieve a group rule
GroupRuleApi ListGroupRules GET /api/v1/groups/rules List all group rules
GroupRuleApi ReplaceGroupRule PUT /api/v1/groups/rules/{groupRuleId} Replace a group rule
HookKeyApi CreateHookKey POST /api/v1/hook-keys Create a key
HookKeyApi DeleteHookKey DELETE /api/v1/hook-keys/{id} Delete a key
HookKeyApi GetHookKey GET /api/v1/hook-keys/{id} Retrieve a key by ID
HookKeyApi GetPublicKey GET /api/v1/hook-keys/public/{keyId} Retrieve a public key
HookKeyApi ListHookKeys GET /api/v1/hook-keys List all keys
HookKeyApi ReplaceHookKey PUT /api/v1/hook-keys/{id} Replace a key
IdentityProviderApi ActivateIdentityProvider POST /api/v1/idps/{idpId}/lifecycle/activate Activate an IdP
IdentityProviderApi CreateIdentityProvider POST /api/v1/idps Create an IdP
IdentityProviderApi DeactivateIdentityProvider POST /api/v1/idps/{idpId}/lifecycle/deactivate Deactivate an IdP
IdentityProviderApi DeleteIdentityProvider DELETE /api/v1/idps/{idpId} Delete an IdP
IdentityProviderApi GetIdentityProvider GET /api/v1/idps/{idpId} Retrieve an IdP
IdentityProviderApi ListIdentityProviders GET /api/v1/idps List all IdPs
IdentityProviderApi ReplaceIdentityProvider PUT /api/v1/idps/{idpId} Replace an IdP
IdentityProviderKeysApi CreateIdentityProviderKey POST /api/v1/idps/credentials/keys Create an IdP key credential
IdentityProviderKeysApi DeleteIdentityProviderKey DELETE /api/v1/idps/credentials/keys/{kid} Delete an IdP key credential
IdentityProviderKeysApi GetIdentityProviderKey GET /api/v1/idps/credentials/keys/{kid} Retrieve an IdP key credential
IdentityProviderKeysApi ListIdentityProviderKeys GET /api/v1/idps/credentials/keys List all IdP key credentials
IdentityProviderKeysApi ReplaceIdentityProviderKey PUT /api/v1/idps/credentials/keys/{kid} Replace an IdP key credential
IdentityProviderSigningKeysApi CloneIdentityProviderKey POST /api/v1/idps/{idpId}/credentials/keys/{kid}/clone Clone a signing key credential for IdP
IdentityProviderSigningKeysApi GenerateCsrForIdentityProvider POST /api/v1/idps/{idpId}/credentials/csrs Generate a certificate signing request
IdentityProviderSigningKeysApi GenerateIdentityProviderSigningKey POST /api/v1/idps/{idpId}/credentials/keys/generate Generate a new signing key credential for IdP
IdentityProviderSigningKeysApi GetCsrForIdentityProvider GET /api/v1/idps/{idpId}/credentials/csrs/{idpCsrId} Retrieve a certificate signing request
IdentityProviderSigningKeysApi GetIdentityProviderSigningKey GET /api/v1/idps/{idpId}/credentials/keys/{kid} Retrieve a signing key credential for IdP
IdentityProviderSigningKeysApi ListActiveIdentityProviderSigningKey GET /api/v1/idps/{idpId}/credentials/keys/active List the active signing key credential for IdP
IdentityProviderSigningKeysApi ListCsrsForIdentityProvider GET /api/v1/idps/{idpId}/credentials/csrs List all certificate signing requests
IdentityProviderSigningKeysApi ListIdentityProviderSigningKeys GET /api/v1/idps/{idpId}/credentials/keys List all signing key credentials for IdP
IdentityProviderSigningKeysApi PublishCsrForIdentityProvider POST /api/v1/idps/{idpId}/credentials/csrs/{idpCsrId}/lifecycle/publish Publish a certificate signing request
IdentityProviderSigningKeysApi RevokeCsrForIdentityProvider DELETE /api/v1/idps/{idpId}/credentials/csrs/{idpCsrId} Revoke a certificate signing request
IdentityProviderUsersApi GetIdentityProviderApplicationUser GET /api/v1/idps/{idpId}/users/{userId} Retrieve a user for IdP
IdentityProviderUsersApi LinkUserToIdentityProvider POST /api/v1/idps/{idpId}/users/{userId} Link a user to IdP
IdentityProviderUsersApi ListIdentityProviderApplicationUsers GET /api/v1/idps/{idpId}/users List all users for IdP
IdentityProviderUsersApi ListSocialAuthTokens GET /api/v1/idps/{idpId}/users/{userId}/credentials/tokens List all tokens from OIDC IdP
IdentityProviderUsersApi ListUserIdentityProviders GET /api/v1/users/{id}/idps List all IdPs for user
IdentityProviderUsersApi UnlinkUserFromIdentityProvider DELETE /api/v1/idps/{idpId}/users/{userId} Unlink a user from IdP
IdentitySourceApi CreateIdentitySourceSession POST /api/v1/identity-sources/{identitySourceId}/sessions Create an identity source session
IdentitySourceApi DeleteIdentitySourceSession DELETE /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId} Delete an identity source session
IdentitySourceApi GetIdentitySourceSession GET /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId} Retrieve an identity source session
IdentitySourceApi ListIdentitySourceSessions GET /api/v1/identity-sources/{identitySourceId}/sessions List all identity source sessions
IdentitySourceApi StartImportFromIdentitySource POST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/start-import Start the import from the identity source
IdentitySourceApi UploadIdentitySourceDataForDelete POST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/bulk-delete Upload the data to be deleted in Okta
IdentitySourceApi UploadIdentitySourceDataForUpsert POST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/bulk-upsert Upload the data to be upserted in Okta
InlineHookApi ActivateInlineHook POST /api/v1/inlineHooks/{inlineHookId}/lifecycle/activate Activate an inline hook
InlineHookApi CreateInlineHook POST /api/v1/inlineHooks Create an inline hook
InlineHookApi DeactivateInlineHook POST /api/v1/inlineHooks/{inlineHookId}/lifecycle/deactivate Deactivate an inline hook
InlineHookApi DeleteInlineHook DELETE /api/v1/inlineHooks/{inlineHookId} Delete an inline hook
InlineHookApi ExecuteInlineHook POST /api/v1/inlineHooks/{inlineHookId}/execute Execute an inline hook
InlineHookApi GetInlineHook GET /api/v1/inlineHooks/{inlineHookId} Retrieve an inline hook
InlineHookApi ListInlineHooks GET /api/v1/inlineHooks List all inline hooks
InlineHookApi ReplaceInlineHook PUT /api/v1/inlineHooks/{inlineHookId} Replace an inline hook
InlineHookApi UpdateInlineHook POST /api/v1/inlineHooks/{inlineHookId} Update an inline hook
LinkedObjectApi CreateLinkedObjectDefinition POST /api/v1/meta/schemas/user/linkedObjects Create a linked object definition
LinkedObjectApi DeleteLinkedObjectDefinition DELETE /api/v1/meta/schemas/user/linkedObjects/{linkedObjectName} Delete a linked object definition
LinkedObjectApi GetLinkedObjectDefinition GET /api/v1/meta/schemas/user/linkedObjects/{linkedObjectName} Retrieve a linked object definition
LinkedObjectApi ListLinkedObjectDefinitions GET /api/v1/meta/schemas/user/linkedObjects List all linked object definitions
LogStreamApi ActivateLogStream POST /api/v1/logStreams/{logStreamId}/lifecycle/activate Activate a log stream
LogStreamApi CreateLogStream POST /api/v1/logStreams Create a log stream
LogStreamApi DeactivateLogStream POST /api/v1/logStreams/{logStreamId}/lifecycle/deactivate Deactivate a log stream
LogStreamApi DeleteLogStream DELETE /api/v1/logStreams/{logStreamId} Delete a log stream
LogStreamApi GetLogStream GET /api/v1/logStreams/{logStreamId} Retrieve a log stream
LogStreamApi ListLogStreams GET /api/v1/logStreams List all log streams
LogStreamApi ReplaceLogStream PUT /api/v1/logStreams/{logStreamId} Replace a log stream
NetworkZoneApi ActivateNetworkZone POST /api/v1/zones/{zoneId}/lifecycle/activate Activate a network zone
NetworkZoneApi CreateNetworkZone POST /api/v1/zones Create a network zone
NetworkZoneApi DeactivateNetworkZone POST /api/v1/zones/{zoneId}/lifecycle/deactivate Deactivate a network zone
NetworkZoneApi DeleteNetworkZone DELETE /api/v1/zones/{zoneId} Delete a network zone
NetworkZoneApi GetNetworkZone GET /api/v1/zones/{zoneId} Retrieve a network zone
NetworkZoneApi ListNetworkZones GET /api/v1/zones List all network zones
NetworkZoneApi ReplaceNetworkZone PUT /api/v1/zones/{zoneId} Replace a network zone
OAuth2ResourceServerCredentialsKeysApi ActivateOAuth2ResourceServerJsonWebKey POST /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys/{keyId}/lifecycle/activate Activate a Custom Authorization Server Public JSON Web Key
OAuth2ResourceServerCredentialsKeysApi AddOAuth2ResourceServerJsonWebKey POST /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys Add a JSON Web Key
OAuth2ResourceServerCredentialsKeysApi DeactivateOAuth2ResourceServerJsonWebKey POST /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys/{keyId}/lifecycle/deactivate Deactivate a Custom Authorization Server Public JSON Web Key
OAuth2ResourceServerCredentialsKeysApi DeleteOAuth2ResourceServerJsonWebKey DELETE /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys/{keyId} Delete a Custom Authorization Server Public JSON Web Key
OAuth2ResourceServerCredentialsKeysApi GetOAuth2ResourceServerJsonWebKey GET /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys/{keyId} Retrieve a Custom Authorization Server Public JSON Web Key
OAuth2ResourceServerCredentialsKeysApi ListOAuth2ResourceServerJsonWebKeys GET /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys List all Custom Authorization Server Public JSON Web Keys
OktaApplicationSettingsApi GetFirstPartyAppSettings GET /api/v1/first-party-app-settings/{appName} Retrieve the Okta application settings
OktaApplicationSettingsApi ReplaceFirstPartyAppSettings PUT /api/v1/first-party-app-settings/{appName} Replace the Okta application settings
OktaPersonalSettingsApi ListPersonalAppsExportBlockList GET /okta-personal-settings/api/v1/export-blocklists List all blocked email domains
OktaPersonalSettingsApi ReplaceBlockedEmailDomains PUT /okta-personal-settings/api/v1/export-blocklists Replace the blocked email domains
OktaPersonalSettingsApi ReplaceOktaPersonalAdminSettings PUT /okta-personal-settings/api/v1/edit-feature Replace the Okta Personal admin settings
OrgCreatorApi CreateChildOrg POST /api/v1/orgs Create an org
OrgSettingAdminApi AssignClientPrivilegesSetting PUT /api/v1/org/settings/clientPrivilegesSetting Assign the default public client app role setting
OrgSettingAdminApi GetAutoAssignAdminAppSetting GET /api/v1/org/settings/autoAssignAdminAppSetting Retrieve the Okta Admin Console assignment setting
OrgSettingAdminApi GetClientPrivilegesSetting GET /api/v1/org/settings/clientPrivilegesSetting Retrieve the default public client app role setting
OrgSettingAdminApi GetThirdPartyAdminSetting GET /api/v1/org/orgSettings/thirdPartyAdminSetting Retrieve the org third-party admin setting
OrgSettingAdminApi UpdateAutoAssignAdminAppSetting POST /api/v1/org/settings/autoAssignAdminAppSetting Update the Okta Admin Console assignment setting
OrgSettingAdminApi UpdateThirdPartyAdminSetting POST /api/v1/org/orgSettings/thirdPartyAdminSetting Update the org third-party admin setting
OrgSettingCommunicationApi GetOktaCommunicationSettings GET /api/v1/org/privacy/oktaCommunication Retrieve the Okta communication settings
OrgSettingCommunicationApi OptInUsersToOktaCommunicationEmails POST /api/v1/org/privacy/oktaCommunication/optIn Opt in to Okta user communication emails
OrgSettingCommunicationApi OptOutUsersFromOktaCommunicationEmails POST /api/v1/org/privacy/oktaCommunication/optOut Opt out of Okta user communication emails
OrgSettingContactApi GetOrgContactUser GET /api/v1/org/contacts/{contactType} Retrieve the contact type user
OrgSettingContactApi ListOrgContactTypes GET /api/v1/org/contacts List all org contact types
OrgSettingContactApi ReplaceOrgContactUser PUT /api/v1/org/contacts/{contactType} Replace the contact type user
OrgSettingCustomizationApi GetOrgPreferences GET /api/v1/org/preferences Retrieve the org preferences
OrgSettingCustomizationApi SetOrgHideOktaUIFooter POST /api/v1/org/preferences/hideEndUserFooter Set the hide dashboard footer preference
OrgSettingCustomizationApi SetOrgShowOktaUIFooter POST /api/v1/org/preferences/showEndUserFooter Set the show dashboard footer preference
OrgSettingCustomizationApi UploadOrgLogo POST /api/v1/org/logo Upload the org logo
OrgSettingGeneralApi GetOrgSettings GET /api/v1/org Retrieve the Org general settings
OrgSettingGeneralApi ReplaceOrgSettings PUT /api/v1/org Replace the Org general settings
OrgSettingGeneralApi UpdateOrgSettings POST /api/v1/org Update the Org general settings
OrgSettingMetadataApi GetWellknownOrgMetadata GET /.well-known/okta-organization Retrieve the Org metadata
OrgSettingSupportApi ExtendOktaSupport POST /api/v1/org/privacy/oktaSupport/extend Extend Okta Support access
OrgSettingSupportApi GetAerialConsent GET /api/v1/org/privacy/aerial Retrieve Okta Aerial consent for your org
OrgSettingSupportApi GetOrgOktaSupportSettings GET /api/v1/org/privacy/oktaSupport Retrieve the Okta Support settings
OrgSettingSupportApi GrantAerialConsent POST /api/v1/org/privacy/aerial/grant Grant Okta Aerial access to your org
OrgSettingSupportApi GrantOktaSupport POST /api/v1/org/privacy/oktaSupport/grant Grant Okta Support access
OrgSettingSupportApi ListOktaSupportCases GET /api/v1/org/privacy/oktaSupport/cases List all Okta Support cases
OrgSettingSupportApi RevokeAerialConsent POST /api/v1/org/privacy/aerial/revoke Revoke Okta Aerial access to your org
OrgSettingSupportApi RevokeOktaSupport POST /api/v1/org/privacy/oktaSupport/revoke Revoke Okta Support access
OrgSettingSupportApi UpdateOktaSupportCase PATCH /api/v1/org/privacy/oktaSupport/cases/{caseNumber} Update an Okta Support case
PolicyApi ActivatePolicy POST /api/v1/policies/{policyId}/lifecycle/activate Activate a policy
PolicyApi ActivatePolicyRule POST /api/v1/policies/{policyId}/rules/{ruleId}/lifecycle/activate Activate a policy rule
PolicyApi ClonePolicy POST /api/v1/policies/{policyId}/clone Clone an existing policy
PolicyApi CreatePolicy POST /api/v1/policies Create a policy
PolicyApi CreatePolicyRule POST /api/v1/policies/{policyId}/rules Create a policy rule
PolicyApi CreatePolicySimulation POST /api/v1/policies/simulate Create a policy simulation
PolicyApi DeactivatePolicy POST /api/v1/policies/{policyId}/lifecycle/deactivate Deactivate a policy
PolicyApi DeactivatePolicyRule POST /api/v1/policies/{policyId}/rules/{ruleId}/lifecycle/deactivate Deactivate a policy rule
PolicyApi DeletePolicy DELETE /api/v1/policies/{policyId} Delete a policy
PolicyApi DeletePolicyResourceMapping DELETE /api/v1/policies/{policyId}/mappings/{mappingId} Delete a policy resource mapping
PolicyApi DeletePolicyRule DELETE /api/v1/policies/{policyId}/rules/{ruleId} Delete a policy rule
PolicyApi GetPolicy GET /api/v1/policies/{policyId} Retrieve a policy
PolicyApi GetPolicyMapping GET /api/v1/policies/{policyId}/mappings/{mappingId} Retrieve a policy resource mapping
PolicyApi GetPolicyRule GET /api/v1/policies/{policyId}/rules/{ruleId} Retrieve a policy rule
PolicyApi ListPolicies GET /api/v1/policies List all policies
PolicyApi ListPolicyApps GET /api/v1/policies/{policyId}/app List all apps mapped to a policy
PolicyApi ListPolicyMappings GET /api/v1/policies/{policyId}/mappings List all resources mapped to a policy
PolicyApi ListPolicyRules GET /api/v1/policies/{policyId}/rules List all policy rules
PolicyApi MapResourceToPolicy POST /api/v1/policies/{policyId}/mappings Map a resource to a policy
PolicyApi ReplacePolicy PUT /api/v1/policies/{policyId} Replace a policy
PolicyApi ReplacePolicyRule PUT /api/v1/policies/{policyId}/rules/{ruleId} Replace a policy rule
PrincipalRateLimitApi CreatePrincipalRateLimitEntity POST /api/v1/principal-rate-limits Create a principal rate limit
PrincipalRateLimitApi GetPrincipalRateLimitEntity GET /api/v1/principal-rate-limits/{principalRateLimitId} Retrieve a principal rate limit
PrincipalRateLimitApi ListPrincipalRateLimitEntities GET /api/v1/principal-rate-limits List all principal rate limits
PrincipalRateLimitApi ReplacePrincipalRateLimitEntity PUT /api/v1/principal-rate-limits/{principalRateLimitId} Replace a principal rate limit
ProfileMappingApi GetProfileMapping GET /api/v1/mappings/{mappingId} Retrieve a profile mapping
ProfileMappingApi ListProfileMappings GET /api/v1/mappings List all profile mappings
ProfileMappingApi UpdateProfileMapping POST /api/v1/mappings/{mappingId} Update a profile mapping
PushProviderApi CreatePushProvider POST /api/v1/push-providers Create a push provider
PushProviderApi DeletePushProvider DELETE /api/v1/push-providers/{pushProviderId} Delete a push provider
PushProviderApi GetPushProvider GET /api/v1/push-providers/{pushProviderId} Retrieve a push provider
PushProviderApi ListPushProviders GET /api/v1/push-providers List all push providers
PushProviderApi ReplacePushProvider PUT /api/v1/push-providers/{pushProviderId} Replace a push provider
RateLimitSettingsApi GetRateLimitSettingsAdminNotifications GET /api/v1/rate-limit-settings/admin-notifications Retrieve the rate limit admin notification settings
RateLimitSettingsApi GetRateLimitSettingsPerClient GET /api/v1/rate-limit-settings/per-client Retrieve the per-client rate limit settings
RateLimitSettingsApi GetRateLimitSettingsWarningThreshold GET /api/v1/rate-limit-settings/warning-threshold Retrieve the rate limit warning threshold percentage
RateLimitSettingsApi ReplaceRateLimitSettingsAdminNotifications PUT /api/v1/rate-limit-settings/admin-notifications Replace the rate limit admin notification settings
RateLimitSettingsApi ReplaceRateLimitSettingsPerClient PUT /api/v1/rate-limit-settings/per-client Replace the per-client rate limit settings
RateLimitSettingsApi ReplaceRateLimitSettingsWarningThreshold PUT /api/v1/rate-limit-settings/warning-threshold Replace the rate limit warning threshold percentage
RealmApi CreateRealm POST /api/v1/realms Create a realm
RealmApi DeleteRealm DELETE /api/v1/realms/{realmId} Delete a realm
RealmApi GetRealm GET /api/v1/realms/{realmId} Retrieve a realm
RealmApi ListRealms GET /api/v1/realms List all realms
RealmApi ReplaceRealm PUT /api/v1/realms/{realmId} Replace the realm profile
RealmAssignmentApi ActivateRealmAssignment POST /api/v1/realm-assignments/{assignmentId}/lifecycle/activate Activate a realm assignment
RealmAssignmentApi CreateRealmAssignment POST /api/v1/realm-assignments Create a realm assignment
RealmAssignmentApi DeactivateRealmAssignment POST /api/v1/realm-assignments/{assignmentId}/lifecycle/deactivate Deactivate a realm assignment
RealmAssignmentApi DeleteRealmAssignment DELETE /api/v1/realm-assignments/{assignmentId} Delete a realm assignment
RealmAssignmentApi ExecuteRealmAssignment POST /api/v1/realm-assignments/operations Execute a realm assignment
RealmAssignmentApi GetRealmAssignment GET /api/v1/realm-assignments/{assignmentId} Retrieve a realm assignment
RealmAssignmentApi ListRealmAssignmentOperations GET /api/v1/realm-assignments/operations List all realm assignment operations
RealmAssignmentApi ListRealmAssignments GET /api/v1/realm-assignments List all realm assignments
RealmAssignmentApi ReplaceRealmAssignment PUT /api/v1/realm-assignments/{assignmentId} Replace a realm assignment
RiskEventApi SendRiskEvents POST /api/v1/risk/events/ip Send multiple risk events
RiskProviderApi CreateRiskProvider POST /api/v1/risk/providers Create a risk provider
RiskProviderApi DeleteRiskProvider DELETE /api/v1/risk/providers/{riskProviderId} Delete a risk provider
RiskProviderApi GetRiskProvider GET /api/v1/risk/providers/{riskProviderId} Retrieve a risk provider
RiskProviderApi ListRiskProviders GET /api/v1/risk/providers List all risk providers
RiskProviderApi ReplaceRiskProvider PUT /api/v1/risk/providers/{riskProviderId} Replace a risk provider
RoleAssignmentAUserApi AssignRoleToUser POST /api/v1/users/{userId}/roles Assign a user role
RoleAssignmentAUserApi GetRoleAssignmentGovernanceGrant GET /api/v1/users/{userId}/roles/{roleAssignmentId}/governance/{grantId} Retrieve a user role governance source
RoleAssignmentAUserApi GetRoleAssignmentGovernanceGrantResources GET /api/v1/users/{userId}/roles/{roleAssignmentId}/governance/{grantId}/resources Retrieve the user role governance source resources
RoleAssignmentAUserApi GetUserAssignedRole GET /api/v1/users/{userId}/roles/{roleAssignmentId} Retrieve a user role assignment
RoleAssignmentAUserApi GetUserAssignedRoleGovernance GET /api/v1/users/{userId}/roles/{roleAssignmentId}/governance Retrieve all user role governance sources
RoleAssignmentAUserApi ListAssignedRolesForUser GET /api/v1/users/{userId}/roles List all user role assignments
RoleAssignmentAUserApi ListUsersWithRoleAssignments GET /api/v1/iam/assignees/users List all users with role assignments
RoleAssignmentAUserApi UnassignRoleFromUser DELETE /api/v1/users/{userId}/roles/{roleAssignmentId} Unassign a user role
RoleAssignmentBGroupApi AssignRoleToGroup POST /api/v1/groups/{groupId}/roles Assign a role to a group
RoleAssignmentBGroupApi GetGroupAssignedRole GET /api/v1/groups/{groupId}/roles/{roleAssignmentId} Retrieve a group role assignment
RoleAssignmentBGroupApi ListGroupAssignedRoles GET /api/v1/groups/{groupId}/roles List all group role assignments
RoleAssignmentBGroupApi UnassignRoleFromGroup DELETE /api/v1/groups/{groupId}/roles/{roleAssignmentId} Unassign a group role
RoleAssignmentClientApi AssignRoleToClient POST /oauth2/v1/clients/{clientId}/roles Assign a client role
RoleAssignmentClientApi DeleteRoleFromClient DELETE /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId} Unassign a client role
RoleAssignmentClientApi ListRolesForClient GET /oauth2/v1/clients/{clientId}/roles List all client role assignments
RoleAssignmentClientApi RetrieveClientRole GET /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId} Retrieve a client role
RoleBTargetAdminApi AssignAllAppsAsTargetToRoleForUser PUT /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps Assign all apps as target to admin role
RoleBTargetAdminApi AssignAppInstanceTargetToAppAdminRoleForUser PUT /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} Assign an admin role app instance target
RoleBTargetAdminApi AssignAppTargetToAdminRoleForUser PUT /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} Assign an admin role app target
RoleBTargetAdminApi AssignGroupTargetToUserRole PUT /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/groups/{groupId} Assign an admin role group target
RoleBTargetAdminApi GetRoleTargetsByUserIdAndRoleId GET /api/v1/users/{userId}/roles/{roleIdOrEncodedRoleId}/targets Retrieve a role target by assignment type
RoleBTargetAdminApi ListApplicationTargetsForApplicationAdministratorRoleForUser GET /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps List all admin role app targets
RoleBTargetAdminApi ListGroupTargetsForRole GET /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/groups List all admin role group targets
RoleBTargetAdminApi UnassignAppInstanceTargetFromAdminRoleForUser DELETE /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} Unassign an admin role app instance target
RoleBTargetAdminApi UnassignAppTargetFromAppAdminRoleForUser DELETE /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} Unassign an admin role app target
RoleBTargetAdminApi UnassignGroupTargetFromUserAdminRole DELETE /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/groups/{groupId} Unassign an admin role group target
RoleBTargetBGroupApi AssignAppInstanceTargetToAppAdminRoleForGroup PUT /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} Assign a group role app instance target
RoleBTargetBGroupApi AssignAppTargetToAdminRoleForGroup PUT /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} Assign a group role app target
RoleBTargetBGroupApi AssignGroupTargetToGroupAdminRole PUT /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/groups/{targetGroupId} Assign a group role group target
RoleBTargetBGroupApi ListApplicationTargetsForApplicationAdministratorRoleForGroup GET /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps List all group role app targets
RoleBTargetBGroupApi ListGroupTargetsForGroupRole GET /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/groups List all group role group targets
RoleBTargetBGroupApi UnassignAppInstanceTargetToAppAdminRoleForGroup DELETE /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} Unassign a group role app instance target
RoleBTargetBGroupApi UnassignAppTargetToAdminRoleForGroup DELETE /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} Unassign a group role app target
RoleBTargetBGroupApi UnassignGroupTargetFromGroupAdminRole DELETE /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/groups/{targetGroupId} Unassign a group role group target
RoleBTargetClientApi AssignAppTargetInstanceRoleForClient PUT /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} Assign a client role app instance target
RoleBTargetClientApi AssignAppTargetRoleToClient PUT /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} Assign a client role app target
RoleBTargetClientApi AssignGroupTargetRoleForClient PUT /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/groups/{groupId} Assign a client role group target
RoleBTargetClientApi ListAppTargetRoleToClient GET /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps List all client role app targets
RoleBTargetClientApi ListGroupTargetRoleForClient GET /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/groups List all client role group targets
RoleBTargetClientApi RemoveAppTargetInstanceRoleForClient DELETE /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} Unassign a client role app instance target
RoleBTargetClientApi RemoveAppTargetRoleFromClient DELETE /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} Unassign a client role app target
RoleBTargetClientApi RemoveGroupTargetRoleFromClient DELETE /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/groups/{groupId} Unassign a client role group target
RoleCResourceSetApi CreateResourceSet POST /api/v1/iam/resource-sets Create a resource set
RoleCResourceSetApi DeleteResourceSet DELETE /api/v1/iam/resource-sets/{resourceSetIdOrLabel} Delete a resource set
RoleCResourceSetApi GetResourceSet GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel} Retrieve a resource set
RoleCResourceSetApi ListResourceSets GET /api/v1/iam/resource-sets List all resource sets
RoleCResourceSetApi ReplaceResourceSet PUT /api/v1/iam/resource-sets/{resourceSetIdOrLabel} Replace a resource set
RoleCResourceSetResourceApi AddResourceSetResource POST /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources Add a resource set resource with conditions
RoleCResourceSetResourceApi AddResourceSetResources PATCH /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources Add more resources to a resource set
RoleCResourceSetResourceApi DeleteResourceSetResource DELETE /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources/{resourceId} Delete a resource set resource
RoleCResourceSetResourceApi GetResourceSetResource GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources/{resourceId} Retrieve a resource set resource
RoleCResourceSetResourceApi ListResourceSetResources GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources List all resource set resources
RoleCResourceSetResourceApi ReplaceResourceSetResource PUT /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources/{resourceId} Replace the resource set resource conditions
RoleDResourceSetBindingApi CreateResourceSetBinding POST /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings Create a role resource set binding
RoleDResourceSetBindingApi DeleteBinding DELETE /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel} Delete a role resource set binding
RoleDResourceSetBindingApi GetBinding GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel} Retrieve a role resource set binding
RoleDResourceSetBindingApi ListBindings GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings List all role resource set bindings
RoleDResourceSetBindingMemberApi AddMembersToBinding PATCH /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members Add more role resource set binding members
RoleDResourceSetBindingMemberApi GetMemberOfBinding GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members/{memberId} Retrieve a role resource set binding member
RoleDResourceSetBindingMemberApi ListMembersOfBinding GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members List all role resource set binding members
RoleDResourceSetBindingMemberApi UnassignMemberFromBinding DELETE /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members/{memberId} Unassign a role resource set binding member
RoleECustomApi CreateRole POST /api/v1/iam/roles Create a custom role
RoleECustomApi DeleteRole DELETE /api/v1/iam/roles/{roleIdOrLabel} Delete a custom role
RoleECustomApi GetRole GET /api/v1/iam/roles/{roleIdOrLabel} Retrieve a role
RoleECustomApi ListRoles GET /api/v1/iam/roles List all custom roles
RoleECustomApi ReplaceRole PUT /api/v1/iam/roles/{roleIdOrLabel} Replace a custom role
RoleECustomPermissionApi CreateRolePermission POST /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType} Create a custom role permission
RoleECustomPermissionApi DeleteRolePermission DELETE /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType} Delete a custom role permission
RoleECustomPermissionApi GetRolePermission GET /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType} Retrieve a custom role permission
RoleECustomPermissionApi ListRolePermissions GET /api/v1/iam/roles/{roleIdOrLabel}/permissions List all custom role permissions
RoleECustomPermissionApi ReplaceRolePermission PUT /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType} Replace a custom role permission
SSFReceiverApi ActivateSecurityEventsProviderInstance POST /api/v1/security-events-providers/{securityEventProviderId}/lifecycle/activate Activate a security events provider
SSFReceiverApi CreateSecurityEventsProviderInstance POST /api/v1/security-events-providers Create a security events provider
SSFReceiverApi DeactivateSecurityEventsProviderInstance POST /api/v1/security-events-providers/{securityEventProviderId}/lifecycle/deactivate Deactivate a security events provider
SSFReceiverApi DeleteSecurityEventsProviderInstance DELETE /api/v1/security-events-providers/{securityEventProviderId} Delete a security events provider
SSFReceiverApi GetSecurityEventsProviderInstance GET /api/v1/security-events-providers/{securityEventProviderId} Retrieve the security events provider
SSFReceiverApi ListSecurityEventsProviderInstances GET /api/v1/security-events-providers List all security events providers
SSFReceiverApi ReplaceSecurityEventsProviderInstance PUT /api/v1/security-events-providers/{securityEventProviderId} Replace a security events provider
SSFSecurityEventTokenApi PublishSecurityEventTokens POST /security/api/v1/security-events Publish a security event token
SSFTransmitterApi CreateSsfStream POST /api/v1/ssf/stream Create an SSF stream
SSFTransmitterApi DeleteSsfStream DELETE /api/v1/ssf/stream Delete an SSF stream
SSFTransmitterApi GetSsfStreamStatus GET /api/v1/ssf/stream/status Retrieve the SSF Stream status
SSFTransmitterApi GetSsfStreams GET /api/v1/ssf/stream Retrieve the SSF stream configuration(s)
SSFTransmitterApi GetWellknownSsfMetadata GET /.well-known/ssf-configuration Retrieve the SSF transmitter metadata
SSFTransmitterApi ReplaceSsfStream PUT /api/v1/ssf/stream Replace an SSF stream
SSFTransmitterApi UpdateSsfStream PATCH /api/v1/ssf/stream Update an SSF stream
SSFTransmitterApi VerifySsfStream POST /api/v1/ssf/stream/verification Verify an SSF stream
SchemaApi GetApplicationUserSchema GET /api/v1/meta/schemas/apps/{appId}/default Retrieve the default app user schema for an app
SchemaApi GetGroupSchema GET /api/v1/meta/schemas/group/default Retrieve the default group schema
SchemaApi GetLogStreamSchema GET /api/v1/meta/schemas/logStream/{logStreamType} Retrieve the log stream schema for the schema type
SchemaApi GetUserSchema GET /api/v1/meta/schemas/user/{schemaId} Retrieve a user schema
SchemaApi ListLogStreamSchemas GET /api/v1/meta/schemas/logStream List the log stream schemas
SchemaApi UpdateApplicationUserProfile POST /api/v1/meta/schemas/apps/{appId}/default Update the app user profile schema for an app
SchemaApi UpdateGroupSchema POST /api/v1/meta/schemas/group/default Update the group profile schema
SchemaApi UpdateUserProfile POST /api/v1/meta/schemas/user/{schemaId} Update a user schema
ServiceAccountApi CreateAppServiceAccount POST /privileged-access/api/v1/service-accounts Create an app service account
ServiceAccountApi DeleteAppServiceAccount DELETE /privileged-access/api/v1/service-accounts/{id} Delete an app service account
ServiceAccountApi GetAppServiceAccount GET /privileged-access/api/v1/service-accounts/{id} Retrieve an app service account
ServiceAccountApi ListAppServiceAccounts GET /privileged-access/api/v1/service-accounts List all app service accounts
ServiceAccountApi UpdateAppServiceAccount PATCH /privileged-access/api/v1/service-accounts/{id} Update an existing app service account
SessionApi CloseCurrentSession DELETE /api/v1/sessions/me Close the current session
SessionApi CreateSession POST /api/v1/sessions Create a session with session token
SessionApi GetCurrentSession GET /api/v1/sessions/me Retrieve the current session
SessionApi GetSession GET /api/v1/sessions/{sessionId} Retrieve a session
SessionApi RefreshCurrentSession POST /api/v1/sessions/me/lifecycle/refresh Refresh the current session
SessionApi RefreshSession POST /api/v1/sessions/{sessionId}/lifecycle/refresh Refresh a session
SessionApi RevokeSession DELETE /api/v1/sessions/{sessionId} Revoke a session
SubscriptionApi GetSubscriptionsNotificationTypeRole GET /api/v1/roles/{roleRef}/subscriptions/{notificationType} Retrieve a subscription for a role
SubscriptionApi GetSubscriptionsNotificationTypeUser GET /api/v1/users/{userId}/subscriptions/{notificationType} Retrieve a subscription for a user
SubscriptionApi ListSubscriptionsRole GET /api/v1/roles/{roleRef}/subscriptions List all subscriptions for a role
SubscriptionApi ListSubscriptionsUser GET /api/v1/users/{userId}/subscriptions List all subscriptions for a user
SubscriptionApi SubscribeByNotificationTypeRole POST /api/v1/roles/{roleRef}/subscriptions/{notificationType}/subscribe Subscribe a role to a specific notification type
SubscriptionApi SubscribeByNotificationTypeUser POST /api/v1/users/{userId}/subscriptions/{notificationType}/subscribe Subscribe a user to a specific notification type
SubscriptionApi UnsubscribeByNotificationTypeRole POST /api/v1/roles/{roleRef}/subscriptions/{notificationType}/unsubscribe Unsubscribe a role from a specific notification type
SubscriptionApi UnsubscribeByNotificationTypeUser POST /api/v1/users/{userId}/subscriptions/{notificationType}/unsubscribe Unsubscribe a user from a specific notification type
SystemLogApi ListLogEvents GET /api/v1/logs List all System Log events
TemplateApi CreateSmsTemplate POST /api/v1/templates/sms Create an SMS template
TemplateApi DeleteSmsTemplate DELETE /api/v1/templates/sms/{templateId} Delete an SMS template
TemplateApi GetSmsTemplate GET /api/v1/templates/sms/{templateId} Retrieve an SMS template
TemplateApi ListSmsTemplates GET /api/v1/templates/sms List all SMS templates
TemplateApi ReplaceSmsTemplate PUT /api/v1/templates/sms/{templateId} Replace an SMS template
TemplateApi UpdateSmsTemplate POST /api/v1/templates/sms/{templateId} Update an SMS template
ThemesApi DeleteBrandThemeBackgroundImage DELETE /api/v1/brands/{brandId}/themes/{themeId}/background-image Delete the background image
ThemesApi DeleteBrandThemeFavicon DELETE /api/v1/brands/{brandId}/themes/{themeId}/favicon Delete the favicon
ThemesApi DeleteBrandThemeLogo DELETE /api/v1/brands/{brandId}/themes/{themeId}/logo Delete the logo
ThemesApi GetBrandTheme GET /api/v1/brands/{brandId}/themes/{themeId} Retrieve a theme
ThemesApi ListBrandThemes GET /api/v1/brands/{brandId}/themes List all themes
ThemesApi ReplaceBrandTheme PUT /api/v1/brands/{brandId}/themes/{themeId} Replace a theme
ThemesApi UploadBrandThemeBackgroundImage POST /api/v1/brands/{brandId}/themes/{themeId}/background-image Upload the background image
ThemesApi UploadBrandThemeFavicon POST /api/v1/brands/{brandId}/themes/{themeId}/favicon Upload the favicon
ThemesApi UploadBrandThemeLogo POST /api/v1/brands/{brandId}/themes/{themeId}/logo Upload the logo
ThreatInsightApi GetCurrentConfiguration GET /api/v1/threats/configuration Retrieve the ThreatInsight configuration
ThreatInsightApi UpdateConfiguration POST /api/v1/threats/configuration Update the ThreatInsight configuration
TrustedOriginApi ActivateTrustedOrigin POST /api/v1/trustedOrigins/{trustedOriginId}/lifecycle/activate Activate a trusted origin
TrustedOriginApi CreateTrustedOrigin POST /api/v1/trustedOrigins Create a trusted origin
TrustedOriginApi DeactivateTrustedOrigin POST /api/v1/trustedOrigins/{trustedOriginId}/lifecycle/deactivate Deactivate a trusted origin
TrustedOriginApi DeleteTrustedOrigin DELETE /api/v1/trustedOrigins/{trustedOriginId} Delete a trusted origin
TrustedOriginApi GetTrustedOrigin GET /api/v1/trustedOrigins/{trustedOriginId} Retrieve a trusted origin
TrustedOriginApi ListTrustedOrigins GET /api/v1/trustedOrigins List all trusted origins
TrustedOriginApi ReplaceTrustedOrigin PUT /api/v1/trustedOrigins/{trustedOriginId} Replace a trusted origin
UISchemaApi CreateUISchema POST /api/v1/meta/uischemas Create a UI schema
UISchemaApi DeleteUISchemas DELETE /api/v1/meta/uischemas/{id} Delete a UI schema
UISchemaApi GetUISchema GET /api/v1/meta/uischemas/{id} Retrieve a UI schema
UISchemaApi ListUISchemas GET /api/v1/meta/uischemas List all UI schemas
UISchemaApi ReplaceUISchemas PUT /api/v1/meta/uischemas/{id} Replace a UI schema
UserApi CreateUser POST /api/v1/users Create a user
UserApi DeleteUser DELETE /api/v1/users/{id} Delete a user
UserApi GetUser GET /api/v1/users/{id} Retrieve a user
UserApi ListUserBlocks GET /api/v1/users/{id}/blocks List all user blocks
UserApi ListUsers GET /api/v1/users List all users
UserApi ReplaceUser PUT /api/v1/users/{id} Replace a user
UserApi UpdateUser POST /api/v1/users/{id} Update a user
UserAuthenticatorEnrollmentsApi CreateAuthenticatorEnrollment POST /api/v1/users/{userId}/authenticator-enrollments/phone Create an auto-activated Phone authenticator enrollment
UserAuthenticatorEnrollmentsApi CreateTacAuthenticatorEnrollment POST /api/v1/users/{userId}/authenticator-enrollments/tac Create an auto-activated TAC authenticator enrollment
UserAuthenticatorEnrollmentsApi DeleteAuthenticatorEnrollment DELETE /api/v1/users/{userId}/authenticator-enrollments/{enrollmentId} Delete an authenticator enrollment
UserAuthenticatorEnrollmentsApi GetAuthenticatorEnrollment GET /api/v1/users/{userId}/authenticator-enrollments/{enrollmentId} Retrieve an authenticator enrollment
UserAuthenticatorEnrollmentsApi ListAuthenticatorEnrollments GET /api/v1/users/{userId}/authenticator-enrollments List all authenticator enrollments
UserClassificationApi GetUserClassification GET /api/v1/users/{userId}/classification Retrieve a user's classification
UserClassificationApi ReplaceUserClassification PUT /api/v1/users/{userId}/classification Replace the user's classification
UserCredApi ChangePassword POST /api/v1/users/{userId}/credentials/change_password Update password
UserCredApi ChangeRecoveryQuestion POST /api/v1/users/{userId}/credentials/change_recovery_question Update recovery question
UserCredApi ExpirePassword POST /api/v1/users/{id}/lifecycle/expire_password Expire the password
UserCredApi ExpirePasswordWithTempPassword POST /api/v1/users/{id}/lifecycle/expire_password_with_temp_password Expire the password with a temporary password
UserCredApi ForgotPassword POST /api/v1/users/{userId}/credentials/forgot_password Start forgot password flow
UserCredApi ForgotPasswordSetNewPassword POST /api/v1/users/{userId}/credentials/forgot_password_recovery_question Reset password with recovery question
UserCredApi ResetPassword POST /api/v1/users/{id}/lifecycle/reset_password Reset a password
UserFactorApi ActivateFactor POST /api/v1/users/{userId}/factors/{factorId}/lifecycle/activate Activate a factor
UserFactorApi EnrollFactor POST /api/v1/users/{userId}/factors Enroll a factor
UserFactorApi GetFactor GET /api/v1/users/{userId}/factors/{factorId} Retrieve a factor
UserFactorApi GetFactorTransactionStatus GET /api/v1/users/{userId}/factors/{factorId}/transactions/{transactionId} Retrieve a factor transaction status
UserFactorApi GetYubikeyOtpTokenById GET /api/v1/org/factors/yubikey_token/tokens/{tokenId} Retrieve a YubiKey OTP token
UserFactorApi ListFactors GET /api/v1/users/{userId}/factors List all enrolled factors
UserFactorApi ListSupportedFactors GET /api/v1/users/{userId}/factors/catalog List all supported factors
UserFactorApi ListSupportedSecurityQuestions GET /api/v1/users/{userId}/factors/questions List all supported security questions
UserFactorApi ListYubikeyOtpTokens GET /api/v1/org/factors/yubikey_token/tokens List all YubiKey OTP tokens
UserFactorApi ResendEnrollFactor POST /api/v1/users/{userId}/factors/{factorId}/resend Resend a factor enrollment
UserFactorApi UnenrollFactor DELETE /api/v1/users/{userId}/factors/{factorId} Unenroll a factor
UserFactorApi UploadYubikeyOtpTokenSeed POST /api/v1/org/factors/yubikey_token/tokens Upload a YubiKey OTP seed
UserFactorApi VerifyFactor POST /api/v1/users/{userId}/factors/{factorId}/verify Verify a factor
UserGrantApi GetUserGrant GET /api/v1/users/{userId}/grants/{grantId} Retrieve a user grant
UserGrantApi ListGrantsForUserAndClient GET /api/v1/users/{userId}/clients/{clientId}/grants List all grants for a client
UserGrantApi ListUserGrants GET /api/v1/users/{userId}/grants List all user grants
UserGrantApi RevokeGrantsForUserAndClient DELETE /api/v1/users/{userId}/clients/{clientId}/grants Revoke all grants for a client
UserGrantApi RevokeUserGrant DELETE /api/v1/users/{userId}/grants/{grantId} Revoke a user grant
UserGrantApi RevokeUserGrants DELETE /api/v1/users/{userId}/grants Revoke all user grants
UserLifecycleApi ActivateUser POST /api/v1/users/{id}/lifecycle/activate Activate a user
UserLifecycleApi DeactivateUser POST /api/v1/users/{id}/lifecycle/deactivate Deactivate a user
UserLifecycleApi ReactivateUser POST /api/v1/users/{id}/lifecycle/reactivate Reactivate a user
UserLifecycleApi ResetFactors POST /api/v1/users/{id}/lifecycle/reset_factors Reset the factors
UserLifecycleApi SuspendUser POST /api/v1/users/{id}/lifecycle/suspend Suspend a user
UserLifecycleApi UnlockUser POST /api/v1/users/{id}/lifecycle/unlock Unlock a user
UserLifecycleApi UnsuspendUser POST /api/v1/users/{id}/lifecycle/unsuspend Unsuspend a user
UserLinkedObjectApi AssignLinkedObjectValueForPrimary PUT /api/v1/users/{userIdOrLogin}/linkedObjects/{primaryRelationshipName}/{primaryUserId} Assign a linked object value for primary
UserLinkedObjectApi DeleteLinkedObjectForUser DELETE /api/v1/users/{userIdOrLogin}/linkedObjects/{relationshipName} Delete a linked object value
UserLinkedObjectApi ListLinkedObjectsForUser GET /api/v1/users/{userIdOrLogin}/linkedObjects/{relationshipName} List the primary or all of the associated linked object values
UserOAuthApi GetRefreshTokenForUserAndClient GET /api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId} Retrieve a refresh token for a client
UserOAuthApi ListRefreshTokensForUserAndClient GET /api/v1/users/{userId}/clients/{clientId}/tokens List all refresh tokens for a client
UserOAuthApi RevokeTokenForUserAndClient DELETE /api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId} Revoke a token for a client
UserOAuthApi RevokeTokensForUserAndClient DELETE /api/v1/users/{userId}/clients/{clientId}/tokens Revoke all refresh tokens for a client
UserResourcesApi ListAppLinks GET /api/v1/users/{id}/appLinks List all assigned app links
UserResourcesApi ListUserClients GET /api/v1/users/{userId}/clients List all clients
UserResourcesApi ListUserDevices GET /api/v1/users/{userId}/devices List all devices
UserResourcesApi ListUserGroups GET /api/v1/users/{id}/groups List all groups
UserRiskApi GetUserRisk GET /api/v1/users/{userId}/risk Retrieve the user's risk
UserRiskApi UpsertUserRisk PUT /api/v1/users/{userId}/risk Upsert the user's risk
UserSessionsApi EndUserSessions POST /api/v1/users/me/lifecycle/delete_sessions End a current user session
UserSessionsApi RevokeUserSessions DELETE /api/v1/users/{userId}/sessions Revoke all user sessions
UserTypeApi CreateUserType POST /api/v1/meta/types/user Create a user type
UserTypeApi DeleteUserType DELETE /api/v1/meta/types/user/{typeId} Delete a user type
UserTypeApi GetUserType GET /api/v1/meta/types/user/{typeId} Retrieve a user type
UserTypeApi ListUserTypes GET /api/v1/meta/types/user List all user types
UserTypeApi ReplaceUserType PUT /api/v1/meta/types/user/{typeId} Replace a user type
UserTypeApi UpdateUserType POST /api/v1/meta/types/user/{typeId} Update a user type
WebAuthnPreregistrationApi ActivatePreregistrationEnrollment POST /webauthn-registration/api/v1/activate Activate a preregistered WebAuthn factor
WebAuthnPreregistrationApi AssignFulfillmentErrorWebAuthnPreregistrationFactor POST /webauthn-registration/api/v1/users/{userId}/enrollments/{authenticatorEnrollmentId}/mark-error Assign the fulfillment error status to a WebAuthn preregistration factor
WebAuthnPreregistrationApi DeleteWebAuthnPreregistrationFactor DELETE /webauthn-registration/api/v1/users/{userId}/enrollments/{authenticatorEnrollmentId} Delete a WebAuthn preregistration factor
WebAuthnPreregistrationApi EnrollPreregistrationEnrollment POST /webauthn-registration/api/v1/enroll Enroll a preregistered WebAuthn factor
WebAuthnPreregistrationApi GenerateFulfillmentRequest POST /webauthn-registration/api/v1/initiate-fulfillment-request Generate a fulfillment request
WebAuthnPreregistrationApi ListWebAuthnPreregistrationFactors GET /webauthn-registration/api/v1/users/{userId}/enrollments List all WebAuthn preregistration factors
WebAuthnPreregistrationApi SendPin POST /webauthn-registration/api/v1/send-pin Send a PIN to user

Documentation for Models

Documentation for Authorization

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.apiTokens.manage: Allows the app to manage API Tokens in your Okta organization
    • okta.apiTokens.read: Allows the app to read API Tokens in your Okta organization
    • okta.appGrants.manage: Allows the app to create and manage grants in your Okta organization
    • okta.appGrants.read: Allows the app to read grants 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. For example, enrollments or resets.
    • okta.authenticators.manage.self: Allows the app to manage a user's own authenticators. For example, enrollments or resets.
    • 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.deviceIntegrations.manage: Allows the app to manage device integrations
    • okta.deviceIntegrations.read: Allows the app to read device integrations
    • okta.devicePostureChecks.manage: Allows the app to manage device posture checks
    • okta.devicePostureChecks.read: Allows the app to read device posture checks
    • 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.directories.groups.manage: Allows the app to manage AD/LDAP groups for your Okta organization
    • 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.dr.manage: Allows the app to manage disaster recovery
    • okta.dr.read: Allows the app to read the disaster recovery status
    • okta.emailDomains.manage: Allows the app to manage Email Domains for your Okta organization
    • okta.emailDomains.read: Allows the app to read information about Email Domains for your Okta organization
    • okta.emailServers.manage: Allows the app to manage Email Servers for your Okta organization
    • okta.emailServers.read: Allows the app to read information about Email Servers 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.features.manage: Allows the app to create and manage Features in your Okta organization
    • okta.features.read: Allows the app to read information about Features 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.identitySources.manage: Allows the custom identity sources to manage user entities in your Okta organization
    • okta.identitySources.read: Allows to read session information for custom identity sources 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.manifests.manage: Allows the app to manage OIN submissions in your Okta organization
    • okta.manifests.read: Allows the app to read OIN submissions in your Okta organization
    • okta.networkZones.manage: Allows the app to create and manage Network Zones in your Okta organization
    • okta.networkZones.read: Allows the app to read Network Zones in your Okta organization
    • okta.oauthIntegrations.manage: Allows the app to create and manage API service Integration instances in your Okta organization
    • okta.oauthIntegrations.read: Allows the app to read API service Integration instances 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.personal.adminSettings.manage: Allows the app to manage the personal admin settings for the signed-in user
    • okta.personal.adminSettings.read: Allows the app to read the personal admin settings for the signed-in user
    • 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.privilegedResources.manage: Allows the app to create privileged resources and manage their details
    • okta.privilegedResources.read: Allows the app to read the details of existing privileged resources
    • 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.realmAssignments.manage: Allows a user to manage realm assignments
    • okta.realmAssignments.read: Allows a user to read realm assignments
    • okta.realms.manage: Allows the app to create new realms and to manage their details
    • okta.realms.read: Allows the app to read the existing realms and their details
    • okta.riskEvents.manage: (Deprecated) Allows the app to publish risk events to your Okta organization
    • okta.riskProviders.manage: (Deprecated) Allows the app to create and manage risk provider integrations in your Okta organization
    • okta.riskProviders.read: (Deprecated) 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. Delegated admins with this permission can only manage user credential fields and not the credential values themselves.
    • okta.roles.read: Allows the app to read administrative role assignments for users in your Okta organization. Delegated admins with this permission can only manage user credential fields and not the credential values themselves.
    • 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.securityEventsProviders.manage: Allows the app to create and manage Security Events Providers in your Okta organization
    • okta.securityEventsProviders.read: Allows the app to read information about Security Events Providers in your Okta organization
    • okta.serviceAccounts.manage: Allows the app to manage service accounts in your Okta organization
    • okta.serviceAccounts.read: Allows the app to read service accounts 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.threatInsights.manage: Allows the app to manage all ThreatInsight configurations in your Okta organization
    • okta.threatInsights.read: Allows the app to read all ThreatInsight configurations 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.uischemas.manage: Allows the app to manage all the UI Schemas in your Okta organization
    • okta.uischemas.read: Allows the app to read all the UI Schemas in your Okta organization
    • okta.userRisk.manage: Allows the app to manage a user's risk in your Okta org
    • okta.userRisk.read: Allows the app to read a user's risk in your Okta org
    • okta.userTypes.manage: Allows the app to manage user types in your Okta org
    • okta.userTypes.read: Allows the app to read user types in your Okta org
    • okta.users.manage: Allows the app to create new users and to manage all users' profile and credentials information
    • okta.users.manage.self: Allows the app to manage the signed-in user's profile and credentials
    • okta.users.read: Allows the app to read the existing users' profiles and credentials
    • okta.users.read.self: Allows the app to read the signed-in user's profile and credentials
    • ssf.manage: Allows the app to create and manage Shared Signals Framework (SSF) in your Okta organization
    • ssf.read: Allows the app to read information about Shared Signals Framework (SSF) in your Okta organization