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

February 9, 2026 ยท View on GitHub

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

ClassMethodHTTP requestDescription
AgentPoolsApiActivateAgentPoolsUpdatePOST /api/v1/agentPools/{poolId}/updates/{updateId}/activateActivate an agent pool update
AgentPoolsApiCreateAgentPoolsUpdatePOST /api/v1/agentPools/{poolId}/updatesCreate an agent pool update
AgentPoolsApiDeactivateAgentPoolsUpdatePOST /api/v1/agentPools/{poolId}/updates/{updateId}/deactivateDeactivate an agent pool update
AgentPoolsApiDeleteAgentPoolsUpdateDELETE /api/v1/agentPools/{poolId}/updates/{updateId}Delete an agent pool update
AgentPoolsApiGetAgentPoolsUpdateInstanceGET /api/v1/agentPools/{poolId}/updates/{updateId}Retrieve an agent pool update by ID
AgentPoolsApiGetAgentPoolsUpdateSettingsGET /api/v1/agentPools/{poolId}/updates/settingsRetrieve an agent pool update's settings
AgentPoolsApiListAgentPoolsGET /api/v1/agentPoolsList all agent pools
AgentPoolsApiListAgentPoolsUpdatesGET /api/v1/agentPools/{poolId}/updatesList all agent pool updates
AgentPoolsApiPauseAgentPoolsUpdatePOST /api/v1/agentPools/{poolId}/updates/{updateId}/pausePause an agent pool update
AgentPoolsApiResumeAgentPoolsUpdatePOST /api/v1/agentPools/{poolId}/updates/{updateId}/resumeResume an agent pool update
AgentPoolsApiRetryAgentPoolsUpdatePOST /api/v1/agentPools/{poolId}/updates/{updateId}/retryRetry an agent pool update
AgentPoolsApiStopAgentPoolsUpdatePOST /api/v1/agentPools/{poolId}/updates/{updateId}/stopStop an agent pool update
AgentPoolsApiUpdateAgentPoolsUpdatePOST /api/v1/agentPools/{poolId}/updates/{updateId}Update an agent pool update by ID
AgentPoolsApiUpdateAgentPoolsUpdateSettingsPOST /api/v1/agentPools/{poolId}/updates/settingsUpdate an agent pool update settings
ApiServiceIntegrationsApiActivateApiServiceIntegrationInstanceSecretPOST /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets/{secretId}/lifecycle/activateActivate an API service integration instance secret
ApiServiceIntegrationsApiCreateApiServiceIntegrationInstancePOST /integrations/api/v1/api-servicesCreate an API service integration instance
ApiServiceIntegrationsApiCreateApiServiceIntegrationInstanceSecretPOST /integrations/api/v1/api-services/{apiServiceId}/credentials/secretsCreate an API service integration instance secret
ApiServiceIntegrationsApiDeactivateApiServiceIntegrationInstanceSecretPOST /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets/{secretId}/lifecycle/deactivateDeactivate an API service integration instance secret
ApiServiceIntegrationsApiDeleteApiServiceIntegrationInstanceDELETE /integrations/api/v1/api-services/{apiServiceId}Delete an API service integration instance
ApiServiceIntegrationsApiDeleteApiServiceIntegrationInstanceSecretDELETE /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets/{secretId}Delete an API service integration instance secret
ApiServiceIntegrationsApiGetApiServiceIntegrationInstanceGET /integrations/api/v1/api-services/{apiServiceId}Retrieve an API service integration instance
ApiServiceIntegrationsApiListApiServiceIntegrationInstanceSecretsGET /integrations/api/v1/api-services/{apiServiceId}/credentials/secretsList all API service integration instance secrets
ApiServiceIntegrationsApiListApiServiceIntegrationInstancesGET /integrations/api/v1/api-servicesList all API service integration instances
ApiTokenApiGetApiTokenGET /api/v1/api-tokens/{apiTokenId}Retrieve an API token's metadata
ApiTokenApiListApiTokensGET /api/v1/api-tokensList all API token metadata
ApiTokenApiRevokeApiTokenDELETE /api/v1/api-tokens/{apiTokenId}Revoke an API token
ApiTokenApiRevokeCurrentApiTokenDELETE /api/v1/api-tokens/currentRevoke the current API token
ApiTokenApiUpsertApiTokenPUT /api/v1/api-tokens/{apiTokenId}Upsert an API token network condition
ApplicationApiActivateApplicationPOST /api/v1/apps/{appId}/lifecycle/activateActivate an application
ApplicationApiCreateApplicationPOST /api/v1/appsCreate an application
ApplicationApiDeactivateApplicationPOST /api/v1/apps/{appId}/lifecycle/deactivateDeactivate an application
ApplicationApiDeleteApplicationDELETE /api/v1/apps/{appId}Delete an application
ApplicationApiGetApplicationGET /api/v1/apps/{appId}Retrieve an application
ApplicationApiListApplicationsGET /api/v1/appsList all applications
ApplicationApiReplaceApplicationPUT /api/v1/apps/{appId}Replace an application
ApplicationConnectionsApiActivateDefaultProvisioningConnectionForApplicationPOST /api/v1/apps/{appId}/connections/default/lifecycle/activateActivate the default provisioning connection
ApplicationConnectionsApiDeactivateDefaultProvisioningConnectionForApplicationPOST /api/v1/apps/{appId}/connections/default/lifecycle/deactivateDeactivate the default provisioning connection
ApplicationConnectionsApiGetDefaultProvisioningConnectionForApplicationGET /api/v1/apps/{appId}/connections/defaultRetrieve the default provisioning connection
ApplicationConnectionsApiGetUserProvisioningConnectionJWKSGET /api/v1/apps/{appId}/connections/default/jwksRetrieve a JSON Web Key Set (JWKS) for the default provisioning connection
ApplicationConnectionsApiUpdateDefaultProvisioningConnectionForApplicationPOST /api/v1/apps/{appId}/connections/defaultUpdate the default provisioning connection
ApplicationConnectionsApiVerifyProvisioningConnectionForApplicationPOST /api/v1/apps/{appName}/{appId}/oauth2/callbackVerify the provisioning connection
ApplicationCrossAppAccessConnectionsApiCreateCrossAppAccessConnectionPOST /api/v1/apps/{appId}/cwo/connectionsCreate a Cross App Access connection
ApplicationCrossAppAccessConnectionsApiDeleteCrossAppAccessConnectionDELETE /api/v1/apps/{appId}/cwo/connections/{connectionId}Delete a Cross App Access connection
ApplicationCrossAppAccessConnectionsApiGetAllCrossAppAccessConnectionsGET /api/v1/apps/{appId}/cwo/connectionsRetrieve all Cross App Access connections
ApplicationCrossAppAccessConnectionsApiGetCrossAppAccessConnectionGET /api/v1/apps/{appId}/cwo/connections/{connectionId}Retrieve a Cross App Access connection
ApplicationCrossAppAccessConnectionsApiUpdateCrossAppAccessConnectionPATCH /api/v1/apps/{appId}/cwo/connections/{connectionId}Update a Cross App Access connection
ApplicationFeaturesApiGetFeatureForApplicationGET /api/v1/apps/{appId}/features/{featureName}Retrieve a feature
ApplicationFeaturesApiListFeaturesForApplicationGET /api/v1/apps/{appId}/featuresList all features
ApplicationFeaturesApiUpdateFeatureForApplicationPUT /api/v1/apps/{appId}/features/{featureName}Update a feature
ApplicationGrantsApiGetScopeConsentGrantGET /api/v1/apps/{appId}/grants/{grantId}Retrieve an app grant
ApplicationGrantsApiGrantConsentToScopePOST /api/v1/apps/{appId}/grantsGrant consent to scope
ApplicationGrantsApiListScopeConsentGrantsGET /api/v1/apps/{appId}/grantsList all app grants
ApplicationGrantsApiRevokeScopeConsentGrantDELETE /api/v1/apps/{appId}/grants/{grantId}Revoke an app grant
ApplicationGroupsApiAssignGroupToApplicationPUT /api/v1/apps/{appId}/groups/{groupId}Assign an application group
ApplicationGroupsApiGetApplicationGroupAssignmentGET /api/v1/apps/{appId}/groups/{groupId}Retrieve an application group
ApplicationGroupsApiListApplicationGroupAssignmentsGET /api/v1/apps/{appId}/groupsList all application groups
ApplicationGroupsApiUnassignApplicationFromGroupDELETE /api/v1/apps/{appId}/groups/{groupId}Unassign an application group
ApplicationGroupsApiUpdateGroupAssignmentToApplicationPATCH /api/v1/apps/{appId}/groups/{groupId}Update an application group
ApplicationLogosApiUploadApplicationLogoPOST /api/v1/apps/{appId}/logoUpload an application logo
ApplicationPoliciesApiAssignApplicationPolicyPUT /api/v1/apps/{appId}/policies/{policyId}Assign an authentication policy
ApplicationSSOApiPreviewSAMLmetadataForApplicationGET /api/v1/apps/{appId}/sso/saml/metadataPreview the application SAML metadata
ApplicationSSOCredentialKeyApiCloneApplicationKeyPOST /api/v1/apps/{appId}/credentials/keys/{keyId}/cloneClone a key credential
ApplicationSSOCredentialKeyApiGenerateApplicationKeyPOST /api/v1/apps/{appId}/credentials/keys/generateGenerate a key credential
ApplicationSSOCredentialKeyApiGenerateCsrForApplicationPOST /api/v1/apps/{appId}/credentials/csrsGenerate a certificate signing request
ApplicationSSOCredentialKeyApiGetApplicationKeyGET /api/v1/apps/{appId}/credentials/keys/{keyId}Retrieve a key credential
ApplicationSSOCredentialKeyApiGetCsrForApplicationGET /api/v1/apps/{appId}/credentials/csrs/{csrId}Retrieve a certificate signing request
ApplicationSSOCredentialKeyApiListApplicationKeysGET /api/v1/apps/{appId}/credentials/keysList all key credentials
ApplicationSSOCredentialKeyApiListCsrsForApplicationGET /api/v1/apps/{appId}/credentials/csrsList all certificate signing requests
ApplicationSSOCredentialKeyApiPublishCsrFromApplicationPOST /api/v1/apps/{appId}/credentials/csrs/{csrId}/lifecycle/publishPublish a certificate signing request
ApplicationSSOCredentialKeyApiRevokeCsrFromApplicationDELETE /api/v1/apps/{appId}/credentials/csrs/{csrId}Revoke a certificate signing request
ApplicationSSOFederatedClaimsApiCreateFederatedClaimPOST /api/v1/apps/{appId}/federated-claimsCreate a federated claim
ApplicationSSOFederatedClaimsApiDeleteFederatedClaimDELETE /api/v1/apps/{appId}/federated-claims/{claimId}Delete a federated claim
ApplicationSSOFederatedClaimsApiGetFederatedClaimGET /api/v1/apps/{appId}/federated-claims/{claimId}Retrieve a federated claim
ApplicationSSOFederatedClaimsApiListFederatedClaimsGET /api/v1/apps/{appId}/federated-claimsList all configured federated claims
ApplicationSSOFederatedClaimsApiReplaceFederatedClaimPUT /api/v1/apps/{appId}/federated-claims/{claimId}Replace a federated claim
ApplicationSSOPublicKeysApiActivateOAuth2ClientJsonWebKeyPOST /api/v1/apps/{appId}/credentials/jwks/{keyId}/lifecycle/activateActivate an OAuth 2.0 client JSON Web Key
ApplicationSSOPublicKeysApiActivateOAuth2ClientSecretPOST /api/v1/apps/{appId}/credentials/secrets/{secretId}/lifecycle/activateActivate an OAuth 2.0 client secret
ApplicationSSOPublicKeysApiAddJwkPOST /api/v1/apps/{appId}/credentials/jwksAdd a JSON Web Key
ApplicationSSOPublicKeysApiCreateOAuth2ClientSecretPOST /api/v1/apps/{appId}/credentials/secretsCreate an OAuth 2.0 client secret
ApplicationSSOPublicKeysApiDeactivateOAuth2ClientJsonWebKeyPOST /api/v1/apps/{appId}/credentials/jwks/{keyId}/lifecycle/deactivateDeactivate an OAuth 2.0 client JSON Web Key
ApplicationSSOPublicKeysApiDeactivateOAuth2ClientSecretPOST /api/v1/apps/{appId}/credentials/secrets/{secretId}/lifecycle/deactivateDeactivate an OAuth 2.0 client secret
ApplicationSSOPublicKeysApiDeleteOAuth2ClientSecretDELETE /api/v1/apps/{appId}/credentials/secrets/{secretId}Delete an OAuth 2.0 client secret
ApplicationSSOPublicKeysApiDeletejwkDELETE /api/v1/apps/{appId}/credentials/jwks/{keyId}Delete an OAuth 2.0 client JSON Web Key
ApplicationSSOPublicKeysApiGetJwkGET /api/v1/apps/{appId}/credentials/jwks/{keyId}Retrieve an OAuth 2.0 client JSON Web Key
ApplicationSSOPublicKeysApiGetOAuth2ClientSecretGET /api/v1/apps/{appId}/credentials/secrets/{secretId}Retrieve an OAuth 2.0 client secret
ApplicationSSOPublicKeysApiListJwkGET /api/v1/apps/{appId}/credentials/jwksList all the OAuth 2.0 client JSON Web Keys
ApplicationSSOPublicKeysApiListOAuth2ClientSecretsGET /api/v1/apps/{appId}/credentials/secretsList all OAuth 2.0 client secrets
ApplicationTokensApiGetOAuth2TokenForApplicationGET /api/v1/apps/{appId}/tokens/{tokenId}Retrieve an application token
ApplicationTokensApiListOAuth2TokensForApplicationGET /api/v1/apps/{appId}/tokensList all application refresh tokens
ApplicationTokensApiRevokeOAuth2TokenForApplicationDELETE /api/v1/apps/{appId}/tokens/{tokenId}Revoke an application token
ApplicationTokensApiRevokeOAuth2TokensForApplicationDELETE /api/v1/apps/{appId}/tokensRevoke all application tokens
ApplicationUsersApiAssignUserToApplicationPOST /api/v1/apps/{appId}/usersAssign an application user
ApplicationUsersApiGetApplicationUserGET /api/v1/apps/{appId}/users/{userId}Retrieve an application user
ApplicationUsersApiListApplicationUsersGET /api/v1/apps/{appId}/usersList all application users
ApplicationUsersApiUnassignUserFromApplicationDELETE /api/v1/apps/{appId}/users/{userId}Unassign an application user
ApplicationUsersApiUpdateApplicationUserPOST /api/v1/apps/{appId}/users/{userId}Update an application user
AssociatedDomainCustomizationsApiGetAllWellKnownURIsGET /api/v1/brands/{brandId}/well-known-urisRetrieve all the well-known URIs
AssociatedDomainCustomizationsApiGetAppleAppSiteAssociationWellKnownURIGET /.well-known/apple-app-site-associationRetrieve the customized apple-app-site-association URI content
AssociatedDomainCustomizationsApiGetAssetLinksWellKnownURIGET /.well-known/assetlinks.jsonRetrieve the customized assetlinks.json URI content
AssociatedDomainCustomizationsApiGetBrandWellKnownURIGET /api/v1/brands/{brandId}/well-known-uris/{path}/customizedRetrieve the customized content of the specified well-known URI
AssociatedDomainCustomizationsApiGetRootBrandWellKnownURIGET /api/v1/brands/{brandId}/well-known-uris/{path}Retrieve the well-known URI of a specific brand
AssociatedDomainCustomizationsApiGetWebAuthnWellKnownURIGET /.well-known/webauthnRetrieve the customized webauthn URI content
AssociatedDomainCustomizationsApiReplaceBrandWellKnownURIPUT /api/v1/brands/{brandId}/well-known-uris/{path}/customizedReplace the customized well-known URI of the specific path
AttackProtectionApiGetAuthenticatorSettingsGET /attack-protection/api/v1/authenticator-settingsRetrieve the authenticator settings
AttackProtectionApiGetUserLockoutSettingsGET /attack-protection/api/v1/user-lockout-settingsRetrieve the user lockout settings
AttackProtectionApiReplaceAuthenticatorSettingsPUT /attack-protection/api/v1/authenticator-settingsReplace the authenticator settings
AttackProtectionApiReplaceUserLockoutSettingsPUT /attack-protection/api/v1/user-lockout-settingsReplace the user lockout settings
AuthenticatorApiActivateAuthenticatorPOST /api/v1/authenticators/{authenticatorId}/lifecycle/activateActivate an authenticator
AuthenticatorApiActivateAuthenticatorMethodPOST /api/v1/authenticators/{authenticatorId}/methods/{methodType}/lifecycle/activateActivate an authenticator method
AuthenticatorApiCreateAuthenticatorPOST /api/v1/authenticatorsCreate an authenticator
AuthenticatorApiCreateCustomAAGUIDPOST /api/v1/authenticators/{authenticatorId}/aaguidsCreate a custom AAGUID
AuthenticatorApiDeactivateAuthenticatorPOST /api/v1/authenticators/{authenticatorId}/lifecycle/deactivateDeactivate an authenticator
AuthenticatorApiDeactivateAuthenticatorMethodPOST /api/v1/authenticators/{authenticatorId}/methods/{methodType}/lifecycle/deactivateDeactivate an authenticator method
AuthenticatorApiDeleteCustomAAGUIDDELETE /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid}Delete a custom AAGUID
AuthenticatorApiGetAuthenticatorGET /api/v1/authenticators/{authenticatorId}Retrieve an authenticator
AuthenticatorApiGetAuthenticatorMethodGET /api/v1/authenticators/{authenticatorId}/methods/{methodType}Retrieve an authenticator method
AuthenticatorApiGetCustomAAGUIDGET /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid}Retrieve a custom AAGUID
AuthenticatorApiGetWellKnownAppAuthenticatorConfigurationGET /.well-known/app-authenticator-configurationRetrieve the well-known app authenticator configuration
AuthenticatorApiListAllCustomAAGUIDsGET /api/v1/authenticators/{authenticatorId}/aaguidsList all custom AAGUIDs
AuthenticatorApiListAuthenticatorMethodsGET /api/v1/authenticators/{authenticatorId}/methodsList all methods of an authenticator
AuthenticatorApiListAuthenticatorsGET /api/v1/authenticatorsList all authenticators
AuthenticatorApiReplaceAuthenticatorPUT /api/v1/authenticators/{authenticatorId}Replace an authenticator
AuthenticatorApiReplaceAuthenticatorMethodPUT /api/v1/authenticators/{authenticatorId}/methods/{methodType}Replace an authenticator method
AuthenticatorApiReplaceCustomAAGUIDPUT /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid}Replace a custom AAGUID
AuthenticatorApiUpdateCustomAAGUIDPATCH /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid}Update a custom AAGUID
AuthorizationServerApiActivateAuthorizationServerPOST /api/v1/authorizationServers/{authServerId}/lifecycle/activateActivate an authorization server
AuthorizationServerApiCreateAuthorizationServerPOST /api/v1/authorizationServersCreate an authorization server
AuthorizationServerApiDeactivateAuthorizationServerPOST /api/v1/authorizationServers/{authServerId}/lifecycle/deactivateDeactivate an authorization server
AuthorizationServerApiDeleteAuthorizationServerDELETE /api/v1/authorizationServers/{authServerId}Delete an authorization server
AuthorizationServerApiGetAuthorizationServerGET /api/v1/authorizationServers/{authServerId}Retrieve an authorization server
AuthorizationServerApiListAuthorizationServersGET /api/v1/authorizationServersList all authorization servers
AuthorizationServerApiReplaceAuthorizationServerPUT /api/v1/authorizationServers/{authServerId}Replace an authorization server
AuthorizationServerAssocApiCreateAssociatedServersPOST /api/v1/authorizationServers/{authServerId}/associatedServersCreate an associated authorization server
AuthorizationServerAssocApiDeleteAssociatedServerDELETE /api/v1/authorizationServers/{authServerId}/associatedServers/{associatedServerId}Delete an associated authorization server
AuthorizationServerAssocApiListAssociatedServersByTrustedTypeGET /api/v1/authorizationServers/{authServerId}/associatedServersList all associated authorization servers
AuthorizationServerClaimsApiCreateOAuth2ClaimPOST /api/v1/authorizationServers/{authServerId}/claimsCreate a custom token claim
AuthorizationServerClaimsApiDeleteOAuth2ClaimDELETE /api/v1/authorizationServers/{authServerId}/claims/{claimId}Delete a custom token claim
AuthorizationServerClaimsApiGetOAuth2ClaimGET /api/v1/authorizationServers/{authServerId}/claims/{claimId}Retrieve a custom token claim
AuthorizationServerClaimsApiListOAuth2ClaimsGET /api/v1/authorizationServers/{authServerId}/claimsList all custom token claims
AuthorizationServerClaimsApiReplaceOAuth2ClaimPUT /api/v1/authorizationServers/{authServerId}/claims/{claimId}Replace a custom token claim
AuthorizationServerClientsApiGetRefreshTokenForAuthorizationServerAndClientGET /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens/{tokenId}Retrieve a refresh token for a client
AuthorizationServerClientsApiListOAuth2ClientsForAuthorizationServerGET /api/v1/authorizationServers/{authServerId}/clientsList all client resources for an authorization server
AuthorizationServerClientsApiListRefreshTokensForAuthorizationServerAndClientGET /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokensList all refresh tokens for a client
AuthorizationServerClientsApiRevokeRefreshTokenForAuthorizationServerAndClientDELETE /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens/{tokenId}Revoke a refresh token for a client
AuthorizationServerClientsApiRevokeRefreshTokensForAuthorizationServerAndClientDELETE /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokensRevoke all refresh tokens for a client
AuthorizationServerKeysApiGetAuthorizationServerKeyGET /api/v1/authorizationServers/{authServerId}/credentials/keys/{keyId}Retrieve an authorization server key
AuthorizationServerKeysApiListAuthorizationServerKeysGET /api/v1/authorizationServers/{authServerId}/credentials/keysList all credential keys
AuthorizationServerKeysApiRotateAuthorizationServerKeysPOST /api/v1/authorizationServers/{authServerId}/credentials/lifecycle/keyRotateRotate all credential keys
AuthorizationServerPoliciesApiActivateAuthorizationServerPolicyPOST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/activateActivate a policy
AuthorizationServerPoliciesApiCreateAuthorizationServerPolicyPOST /api/v1/authorizationServers/{authServerId}/policiesCreate a policy
AuthorizationServerPoliciesApiDeactivateAuthorizationServerPolicyPOST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/deactivateDeactivate a policy
AuthorizationServerPoliciesApiDeleteAuthorizationServerPolicyDELETE /api/v1/authorizationServers/{authServerId}/policies/{policyId}Delete a policy
AuthorizationServerPoliciesApiGetAuthorizationServerPolicyGET /api/v1/authorizationServers/{authServerId}/policies/{policyId}Retrieve a policy
AuthorizationServerPoliciesApiListAuthorizationServerPoliciesGET /api/v1/authorizationServers/{authServerId}/policiesList all policies
AuthorizationServerPoliciesApiReplaceAuthorizationServerPolicyPUT /api/v1/authorizationServers/{authServerId}/policies/{policyId}Replace a policy
AuthorizationServerRulesApiActivateAuthorizationServerPolicyRulePOST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/activateActivate a policy rule
AuthorizationServerRulesApiCreateAuthorizationServerPolicyRulePOST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rulesCreate a policy rule
AuthorizationServerRulesApiDeactivateAuthorizationServerPolicyRulePOST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/deactivateDeactivate a policy rule
AuthorizationServerRulesApiDeleteAuthorizationServerPolicyRuleDELETE /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}Delete a policy rule
AuthorizationServerRulesApiGetAuthorizationServerPolicyRuleGET /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}Retrieve a policy rule
AuthorizationServerRulesApiListAuthorizationServerPolicyRulesGET /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rulesList all policy rules
AuthorizationServerRulesApiReplaceAuthorizationServerPolicyRulePUT /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}Replace a policy rule
AuthorizationServerScopesApiCreateOAuth2ScopePOST /api/v1/authorizationServers/{authServerId}/scopesCreate a custom token scope
AuthorizationServerScopesApiDeleteOAuth2ScopeDELETE /api/v1/authorizationServers/{authServerId}/scopes/{scopeId}Delete a custom token scope
AuthorizationServerScopesApiGetOAuth2ScopeGET /api/v1/authorizationServers/{authServerId}/scopes/{scopeId}Retrieve a custom token scope
AuthorizationServerScopesApiListOAuth2ScopesGET /api/v1/authorizationServers/{authServerId}/scopesList all custom token scopes
AuthorizationServerScopesApiReplaceOAuth2ScopePUT /api/v1/authorizationServers/{authServerId}/scopes/{scopeId}Replace a custom token scope
BehaviorApiActivateBehaviorDetectionRulePOST /api/v1/behaviors/{behaviorId}/lifecycle/activateActivate a behavior detection rule
BehaviorApiCreateBehaviorDetectionRulePOST /api/v1/behaviorsCreate a behavior detection rule
BehaviorApiDeactivateBehaviorDetectionRulePOST /api/v1/behaviors/{behaviorId}/lifecycle/deactivateDeactivate a behavior detection rule
BehaviorApiDeleteBehaviorDetectionRuleDELETE /api/v1/behaviors/{behaviorId}Delete a behavior detection rule
BehaviorApiGetBehaviorDetectionRuleGET /api/v1/behaviors/{behaviorId}Retrieve a behavior detection rule
BehaviorApiListBehaviorDetectionRulesGET /api/v1/behaviorsList all behavior detection rules
BehaviorApiReplaceBehaviorDetectionRulePUT /api/v1/behaviors/{behaviorId}Replace a behavior detection rule
BrandsApiCreateBrandPOST /api/v1/brandsCreate a brand
BrandsApiDeleteBrandDELETE /api/v1/brands/{brandId}Delete a brand
BrandsApiGetBrandGET /api/v1/brands/{brandId}Retrieve a brand
BrandsApiListBrandDomainsGET /api/v1/brands/{brandId}/domainsList all domains associated with a brand
BrandsApiListBrandsGET /api/v1/brandsList all brands
BrandsApiReplaceBrandPUT /api/v1/brands/{brandId}Replace a brand
CAPTCHAApiCreateCaptchaInstancePOST /api/v1/captchasCreate a CAPTCHA instance
CAPTCHAApiDeleteCaptchaInstanceDELETE /api/v1/captchas/{captchaId}Delete a CAPTCHA instance
CAPTCHAApiDeleteOrgCaptchaSettingsDELETE /api/v1/org/captchaDelete the org-wide CAPTCHA settings
CAPTCHAApiGetCaptchaInstanceGET /api/v1/captchas/{captchaId}Retrieve a CAPTCHA instance
CAPTCHAApiGetOrgCaptchaSettingsGET /api/v1/org/captchaRetrieve the org-wide CAPTCHA settings
CAPTCHAApiListCaptchaInstancesGET /api/v1/captchasList all CAPTCHA instances
CAPTCHAApiReplaceCaptchaInstancePUT /api/v1/captchas/{captchaId}Replace a CAPTCHA instance
CAPTCHAApiReplacesOrgCaptchaSettingsPUT /api/v1/org/captchaReplace the org-wide CAPTCHA settings
CAPTCHAApiUpdateCaptchaInstancePOST /api/v1/captchas/{captchaId}Update a CAPTCHA instance
CustomDomainApiCreateCustomDomainPOST /api/v1/domainsCreate a Custom Domain
CustomDomainApiDeleteCustomDomainDELETE /api/v1/domains/{domainId}Delete a custom domain
CustomDomainApiGetCustomDomainGET /api/v1/domains/{domainId}Retrieve a custom domain
CustomDomainApiListCustomDomainsGET /api/v1/domainsList all Custom Domains
CustomDomainApiReplaceCustomDomainPUT /api/v1/domains/{domainId}Replace a custom domain's brand
CustomDomainApiUpsertCertificatePUT /api/v1/domains/{domainId}/certificateUpsert the custom domain's certificate
CustomDomainApiVerifyDomainPOST /api/v1/domains/{domainId}/verifyVerify a custom domain
CustomPagesApiDeleteCustomizedErrorPageDELETE /api/v1/brands/{brandId}/pages/error/customizedDelete the customized error page
CustomPagesApiDeleteCustomizedSignInPageDELETE /api/v1/brands/{brandId}/pages/sign-in/customizedDelete the customized sign-in page
CustomPagesApiDeletePreviewErrorPageDELETE /api/v1/brands/{brandId}/pages/error/previewDelete the preview error page
CustomPagesApiDeletePreviewSignInPageDELETE /api/v1/brands/{brandId}/pages/sign-in/previewDelete the preview sign-in page
CustomPagesApiGetCustomizedErrorPageGET /api/v1/brands/{brandId}/pages/error/customizedRetrieve the customized error page
CustomPagesApiGetCustomizedSignInPageGET /api/v1/brands/{brandId}/pages/sign-in/customizedRetrieve the customized sign-in page
CustomPagesApiGetDefaultErrorPageGET /api/v1/brands/{brandId}/pages/error/defaultRetrieve the default error page
CustomPagesApiGetDefaultSignInPageGET /api/v1/brands/{brandId}/pages/sign-in/defaultRetrieve the default sign-in page
CustomPagesApiGetErrorPageGET /api/v1/brands/{brandId}/pages/errorRetrieve the error page sub-resources
CustomPagesApiGetPreviewErrorPageGET /api/v1/brands/{brandId}/pages/error/previewRetrieve the preview error page preview
CustomPagesApiGetPreviewSignInPageGET /api/v1/brands/{brandId}/pages/sign-in/previewRetrieve the preview sign-in page preview
CustomPagesApiGetSignInPageGET /api/v1/brands/{brandId}/pages/sign-inRetrieve the sign-in page sub-resources
CustomPagesApiGetSignOutPageSettingsGET /api/v1/brands/{brandId}/pages/sign-out/customizedRetrieve the sign-out page settings
CustomPagesApiListAllSignInWidgetVersionsGET /api/v1/brands/{brandId}/pages/sign-in/widget-versionsList all Sign-In Widget versions
CustomPagesApiReplaceCustomizedErrorPagePUT /api/v1/brands/{brandId}/pages/error/customizedReplace the customized error page
CustomPagesApiReplaceCustomizedSignInPagePUT /api/v1/brands/{brandId}/pages/sign-in/customizedReplace the customized sign-in page
CustomPagesApiReplacePreviewErrorPagePUT /api/v1/brands/{brandId}/pages/error/previewReplace the preview error page
CustomPagesApiReplacePreviewSignInPagePUT /api/v1/brands/{brandId}/pages/sign-in/previewReplace the preview sign-in page
CustomPagesApiReplaceSignOutPageSettingsPUT /api/v1/brands/{brandId}/pages/sign-out/customizedReplace the sign-out page settings
CustomTemplatesApiCreateEmailCustomizationPOST /api/v1/brands/{brandId}/templates/email/{templateName}/customizationsCreate an email customization
CustomTemplatesApiDeleteAllCustomizationsDELETE /api/v1/brands/{brandId}/templates/email/{templateName}/customizationsDelete all email customizations
CustomTemplatesApiDeleteEmailCustomizationDELETE /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}Delete an email customization
CustomTemplatesApiGetCustomizationPreviewGET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}/previewRetrieve a preview of an email customization
CustomTemplatesApiGetEmailCustomizationGET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}Retrieve an email customization
CustomTemplatesApiGetEmailDefaultContentGET /api/v1/brands/{brandId}/templates/email/{templateName}/default-contentRetrieve an email template default content
CustomTemplatesApiGetEmailDefaultPreviewGET /api/v1/brands/{brandId}/templates/email/{templateName}/default-content/previewRetrieve a preview of the email template default content
CustomTemplatesApiGetEmailSettingsGET /api/v1/brands/{brandId}/templates/email/{templateName}/settingsRetrieve the email template settings
CustomTemplatesApiGetEmailTemplateGET /api/v1/brands/{brandId}/templates/email/{templateName}Retrieve an email template
CustomTemplatesApiListEmailCustomizationsGET /api/v1/brands/{brandId}/templates/email/{templateName}/customizationsList all email customizations
CustomTemplatesApiListEmailTemplatesGET /api/v1/brands/{brandId}/templates/emailList all email templates
CustomTemplatesApiReplaceEmailCustomizationPUT /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}Replace an email customization
CustomTemplatesApiReplaceEmailSettingsPUT /api/v1/brands/{brandId}/templates/email/{templateName}/settingsReplace the email template settings
CustomTemplatesApiSendTestEmailPOST /api/v1/brands/{brandId}/templates/email/{templateName}/testSend a test email
DeviceApiActivateDevicePOST /api/v1/devices/{deviceId}/lifecycle/activateActivate a device
DeviceApiDeactivateDevicePOST /api/v1/devices/{deviceId}/lifecycle/deactivateDeactivate a device
DeviceApiDeleteDeviceDELETE /api/v1/devices/{deviceId}Delete a device
DeviceApiGetDeviceGET /api/v1/devices/{deviceId}Retrieve a device
DeviceApiListDeviceUsersGET /api/v1/devices/{deviceId}/usersList all users for a device
DeviceApiListDevicesGET /api/v1/devicesList all devices
DeviceApiSuspendDevicePOST /api/v1/devices/{deviceId}/lifecycle/suspendSuspend a Device
DeviceApiUnsuspendDevicePOST /api/v1/devices/{deviceId}/lifecycle/unsuspendUnsuspend a Device
DeviceAccessApiGetDesktopMFAEnforceNumberMatchingChallengeOrgSettingGET /device-access/api/v1/desktop-mfa/enforce-number-matching-challenge-settingsRetrieve the Desktop MFA Enforce Number Matching Challenge org setting
DeviceAccessApiGetDesktopMFARecoveryPinOrgSettingGET /device-access/api/v1/desktop-mfa/recovery-pin-settingsRetrieve the Desktop MFA Recovery PIN org setting
DeviceAccessApiReplaceDesktopMFAEnforceNumberMatchingChallengeOrgSettingPUT /device-access/api/v1/desktop-mfa/enforce-number-matching-challenge-settingsReplace the Desktop MFA Enforce Number Matching Challenge org setting
DeviceAccessApiReplaceDesktopMFARecoveryPinOrgSettingPUT /device-access/api/v1/desktop-mfa/recovery-pin-settingsReplace the Desktop MFA Recovery PIN org setting
DeviceAssuranceApiCreateDeviceAssurancePolicyPOST /api/v1/device-assurancesCreate a device assurance policy
DeviceAssuranceApiDeleteDeviceAssurancePolicyDELETE /api/v1/device-assurances/{deviceAssuranceId}Delete a device assurance policy
DeviceAssuranceApiGetDeviceAssurancePolicyGET /api/v1/device-assurances/{deviceAssuranceId}Retrieve a device assurance policy
DeviceAssuranceApiListDeviceAssurancePoliciesGET /api/v1/device-assurancesList all device assurance policies
DeviceAssuranceApiReplaceDeviceAssurancePolicyPUT /api/v1/device-assurances/{deviceAssuranceId}Replace a device assurance policy
DeviceIntegrationsApiActivateDeviceIntegrationPOST /api/v1/device-integrations/{deviceIntegrationId}/lifecycle/activateActivate a device integration
DeviceIntegrationsApiDeactivateDeviceIntegrationPOST /api/v1/device-integrations/{deviceIntegrationId}/lifecycle/deactivateDeactivate a device integration
DeviceIntegrationsApiGetDeviceIntegrationGET /api/v1/device-integrations/{deviceIntegrationId}Retrieve a device integration
DeviceIntegrationsApiListDeviceIntegrationsGET /api/v1/device-integrationsList all device integrations
DevicePostureCheckApiCreateDevicePostureCheckPOST /api/v1/device-posture-checksCreate a device posture check
DevicePostureCheckApiDeleteDevicePostureCheckDELETE /api/v1/device-posture-checks/{postureCheckId}Delete a device posture check
DevicePostureCheckApiGetDevicePostureCheckGET /api/v1/device-posture-checks/{postureCheckId}Retrieve a device posture check
DevicePostureCheckApiListDefaultDevicePostureChecksGET /api/v1/device-posture-checks/defaultList all default device posture checks
DevicePostureCheckApiListDevicePostureChecksGET /api/v1/device-posture-checksList all device posture checks
DevicePostureCheckApiReplaceDevicePostureCheckPUT /api/v1/device-posture-checks/{postureCheckId}Replace a device posture check
DirectoriesIntegrationApiUpdateADGroupMembershipPOST /api/v1/directories/{appInstanceId}/groups/modifyUpdate an Active Directory group membership
EmailCustomizationApiBulkRemoveEmailAddressBouncesPOST /api/v1/org/email/bounces/remove-listRemove bounced emails
EmailDomainApiCreateEmailDomainPOST /api/v1/email-domainsCreate an email domain
EmailDomainApiDeleteEmailDomainDELETE /api/v1/email-domains/{emailDomainId}Delete an email domain
EmailDomainApiGetEmailDomainGET /api/v1/email-domains/{emailDomainId}Retrieve an email domain
EmailDomainApiListEmailDomainsGET /api/v1/email-domainsList all email domains
EmailDomainApiReplaceEmailDomainPUT /api/v1/email-domains/{emailDomainId}Replace an email domain
EmailDomainApiVerifyEmailDomainPOST /api/v1/email-domains/{emailDomainId}/verifyVerify an email domain
EmailServerApiCreateEmailServerPOST /api/v1/email-serversCreate a custom SMTP server
EmailServerApiDeleteEmailServerDELETE /api/v1/email-servers/{emailServerId}Delete an SMTP server configuration
EmailServerApiGetEmailServerGET /api/v1/email-servers/{emailServerId}Retrieve an SMTP server configuration
EmailServerApiListEmailServersGET /api/v1/email-serversList all enrolled SMTP servers
EmailServerApiTestEmailServerPOST /api/v1/email-servers/{emailServerId}/testTest an SMTP server configuration
EmailServerApiUpdateEmailServerPATCH /api/v1/email-servers/{emailServerId}Update an SMTP server configuration
EventHookApiActivateEventHookPOST /api/v1/eventHooks/{eventHookId}/lifecycle/activateActivate an event hook
EventHookApiCreateEventHookPOST /api/v1/eventHooksCreate an event hook
EventHookApiDeactivateEventHookPOST /api/v1/eventHooks/{eventHookId}/lifecycle/deactivateDeactivate an event hook
EventHookApiDeleteEventHookDELETE /api/v1/eventHooks/{eventHookId}Delete an event hook
EventHookApiGetEventHookGET /api/v1/eventHooks/{eventHookId}Retrieve an event hook
EventHookApiListEventHooksGET /api/v1/eventHooksList all event hooks
EventHookApiReplaceEventHookPUT /api/v1/eventHooks/{eventHookId}Replace an event hook
EventHookApiVerifyEventHookPOST /api/v1/eventHooks/{eventHookId}/lifecycle/verifyVerify an event hook
FeatureApiGetFeatureGET /api/v1/features/{featureId}Retrieve a feature
FeatureApiListFeatureDependenciesGET /api/v1/features/{featureId}/dependenciesList all dependencies
FeatureApiListFeatureDependentsGET /api/v1/features/{featureId}/dependentsList all dependents
FeatureApiListFeaturesGET /api/v1/featuresList all features
FeatureApiUpdateFeatureLifecyclePOST /api/v1/features/{featureId}/{lifecycle}Update a feature lifecycle
GovernanceBundleApiCreateGovernanceBundlePOST /api/v1/iam/governance/bundlesCreate a governance bundle for the Admin Console in RAMP
GovernanceBundleApiDeleteGovernanceBundleDELETE /api/v1/iam/governance/bundles/{bundleId}Delete a governance bundle from RAMP
GovernanceBundleApiGetGovernanceBundleGET /api/v1/iam/governance/bundles/{bundleId}Retrieve a governance bundle from RAMP
GovernanceBundleApiGetOptInStatusGET /api/v1/iam/governance/optInRetrieve the opt-in status from RAMP
GovernanceBundleApiListBundleEntitlementValuesGET /api/v1/iam/governance/bundles/{bundleId}/entitlements/{entitlementId}/valuesList all entitlement values for a bundle entitlement
GovernanceBundleApiListBundleEntitlementsGET /api/v1/iam/governance/bundles/{bundleId}/entitlementsList all entitlements for a governance bundle
GovernanceBundleApiListGovernanceBundlesGET /api/v1/iam/governance/bundlesList all governance bundles for the Admin Console
GovernanceBundleApiOptInPOST /api/v1/iam/governance/optInOpt in the Admin Console to RAMP
GovernanceBundleApiOptOutPOST /api/v1/iam/governance/optOutOpt out the Admin Console from RAMP
GovernanceBundleApiReplaceGovernanceBundlePUT /api/v1/iam/governance/bundles/{bundleId}Replace a governance bundle in RAMP
GroupApiAddGroupPOST /api/v1/groupsAdd a group
GroupApiAssignUserToGroupPUT /api/v1/groups/{groupId}/users/{userId}Assign a user to a group
GroupApiDeleteGroupDELETE /api/v1/groups/{groupId}Delete a group
GroupApiGetGroupGET /api/v1/groups/{groupId}Retrieve a group
GroupApiListAssignedApplicationsForGroupGET /api/v1/groups/{groupId}/appsList all assigned apps
GroupApiListGroupUsersGET /api/v1/groups/{groupId}/usersList all member users
GroupApiListGroupsGET /api/v1/groupsList all groups
GroupApiReplaceGroupPUT /api/v1/groups/{groupId}Replace a group
GroupApiUnassignUserFromGroupDELETE /api/v1/groups/{groupId}/users/{userId}Unassign a user from a group
GroupOwnerApiAssignGroupOwnerPOST /api/v1/groups/{groupId}/ownersAssign a group owner
GroupOwnerApiDeleteGroupOwnerDELETE /api/v1/groups/{groupId}/owners/{ownerId}Delete a group owner
GroupOwnerApiListGroupOwnersGET /api/v1/groups/{groupId}/ownersList all group owners
GroupPushMappingApiCreateGroupPushMappingPOST /api/v1/apps/{appId}/group-push/mappingsCreate a group push mapping
GroupPushMappingApiDeleteGroupPushMappingDELETE /api/v1/apps/{appId}/group-push/mappings/{mappingId}Delete a group push mapping
GroupPushMappingApiGetGroupPushMappingGET /api/v1/apps/{appId}/group-push/mappings/{mappingId}Retrieve a group push mapping
GroupPushMappingApiListGroupPushMappingsGET /api/v1/apps/{appId}/group-push/mappingsList all group push mappings
GroupPushMappingApiUpdateGroupPushMappingPATCH /api/v1/apps/{appId}/group-push/mappings/{mappingId}Update a group push mapping
GroupRuleApiActivateGroupRulePOST /api/v1/groups/rules/{groupRuleId}/lifecycle/activateActivate a group rule
GroupRuleApiCreateGroupRulePOST /api/v1/groups/rulesCreate a group rule
GroupRuleApiDeactivateGroupRulePOST /api/v1/groups/rules/{groupRuleId}/lifecycle/deactivateDeactivate a group rule
GroupRuleApiDeleteGroupRuleDELETE /api/v1/groups/rules/{groupRuleId}Delete a group rule
GroupRuleApiGetGroupRuleGET /api/v1/groups/rules/{groupRuleId}Retrieve a group rule
GroupRuleApiListGroupRulesGET /api/v1/groups/rulesList all group rules
GroupRuleApiReplaceGroupRulePUT /api/v1/groups/rules/{groupRuleId}Replace a group rule
HookKeyApiCreateHookKeyPOST /api/v1/hook-keysCreate a key
HookKeyApiDeleteHookKeyDELETE /api/v1/hook-keys/{id}Delete a key
HookKeyApiGetHookKeyGET /api/v1/hook-keys/{id}Retrieve a key by ID
HookKeyApiGetPublicKeyGET /api/v1/hook-keys/public/{keyId}Retrieve a public key
HookKeyApiListHookKeysGET /api/v1/hook-keysList all keys
HookKeyApiReplaceHookKeyPUT /api/v1/hook-keys/{id}Replace a key
IdentityProviderApiActivateIdentityProviderPOST /api/v1/idps/{idpId}/lifecycle/activateActivate an IdP
IdentityProviderApiCreateIdentityProviderPOST /api/v1/idpsCreate an IdP
IdentityProviderApiDeactivateIdentityProviderPOST /api/v1/idps/{idpId}/lifecycle/deactivateDeactivate an IdP
IdentityProviderApiDeleteIdentityProviderDELETE /api/v1/idps/{idpId}Delete an IdP
IdentityProviderApiGetIdentityProviderGET /api/v1/idps/{idpId}Retrieve an IdP
IdentityProviderApiListIdentityProvidersGET /api/v1/idpsList all IdPs
IdentityProviderApiReplaceIdentityProviderPUT /api/v1/idps/{idpId}Replace an IdP
IdentityProviderKeysApiCreateIdentityProviderKeyPOST /api/v1/idps/credentials/keysCreate an IdP key credential
IdentityProviderKeysApiDeleteIdentityProviderKeyDELETE /api/v1/idps/credentials/keys/{kid}Delete an IdP key credential
IdentityProviderKeysApiGetIdentityProviderKeyGET /api/v1/idps/credentials/keys/{kid}Retrieve an IdP key credential
IdentityProviderKeysApiListIdentityProviderKeysGET /api/v1/idps/credentials/keysList all IdP key credentials
IdentityProviderKeysApiReplaceIdentityProviderKeyPUT /api/v1/idps/credentials/keys/{kid}Replace an IdP key credential
IdentityProviderSigningKeysApiCloneIdentityProviderKeyPOST /api/v1/idps/{idpId}/credentials/keys/{kid}/cloneClone a signing key credential for IdP
IdentityProviderSigningKeysApiGenerateCsrForIdentityProviderPOST /api/v1/idps/{idpId}/credentials/csrsGenerate a certificate signing request
IdentityProviderSigningKeysApiGenerateIdentityProviderSigningKeyPOST /api/v1/idps/{idpId}/credentials/keys/generateGenerate a new signing key credential for IdP
IdentityProviderSigningKeysApiGetCsrForIdentityProviderGET /api/v1/idps/{idpId}/credentials/csrs/{idpCsrId}Retrieve a certificate signing request
IdentityProviderSigningKeysApiGetIdentityProviderSigningKeyGET /api/v1/idps/{idpId}/credentials/keys/{kid}Retrieve a signing key credential for IdP
IdentityProviderSigningKeysApiListActiveIdentityProviderSigningKeyGET /api/v1/idps/{idpId}/credentials/keys/activeList the active signing key credential for IdP
IdentityProviderSigningKeysApiListCsrsForIdentityProviderGET /api/v1/idps/{idpId}/credentials/csrsList all certificate signing requests
IdentityProviderSigningKeysApiListIdentityProviderSigningKeysGET /api/v1/idps/{idpId}/credentials/keysList all signing key credentials for IdP
IdentityProviderSigningKeysApiPublishCsrForIdentityProviderPOST /api/v1/idps/{idpId}/credentials/csrs/{idpCsrId}/lifecycle/publishPublish a certificate signing request
IdentityProviderSigningKeysApiRevokeCsrForIdentityProviderDELETE /api/v1/idps/{idpId}/credentials/csrs/{idpCsrId}Revoke a certificate signing request
IdentityProviderUsersApiGetIdentityProviderApplicationUserGET /api/v1/idps/{idpId}/users/{userId}Retrieve a user for IdP
IdentityProviderUsersApiLinkUserToIdentityProviderPOST /api/v1/idps/{idpId}/users/{userId}Link a user to IdP
IdentityProviderUsersApiListIdentityProviderApplicationUsersGET /api/v1/idps/{idpId}/usersList all users for IdP
IdentityProviderUsersApiListSocialAuthTokensGET /api/v1/idps/{idpId}/users/{userId}/credentials/tokensList all tokens from OIDC IdP
IdentityProviderUsersApiListUserIdentityProvidersGET /api/v1/users/{id}/idpsList all IdPs for user
IdentityProviderUsersApiUnlinkUserFromIdentityProviderDELETE /api/v1/idps/{idpId}/users/{userId}Unlink a user from IdP
IdentitySourceApiCreateIdentitySourceSessionPOST /api/v1/identity-sources/{identitySourceId}/sessionsCreate an identity source session
IdentitySourceApiDeleteIdentitySourceSessionDELETE /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}Delete an identity source session
IdentitySourceApiGetIdentitySourceSessionGET /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}Retrieve an identity source session
IdentitySourceApiListIdentitySourceSessionsGET /api/v1/identity-sources/{identitySourceId}/sessionsList all identity source sessions
IdentitySourceApiStartImportFromIdentitySourcePOST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/start-importStart the import from the identity source
IdentitySourceApiUploadIdentitySourceDataForDeletePOST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/bulk-deleteUpload the data to be deleted in Okta
IdentitySourceApiUploadIdentitySourceDataForUpsertPOST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/bulk-upsertUpload the data to be upserted in Okta
InlineHookApiActivateInlineHookPOST /api/v1/inlineHooks/{inlineHookId}/lifecycle/activateActivate an inline hook
InlineHookApiCreateInlineHookPOST /api/v1/inlineHooksCreate an inline hook
InlineHookApiDeactivateInlineHookPOST /api/v1/inlineHooks/{inlineHookId}/lifecycle/deactivateDeactivate an inline hook
InlineHookApiDeleteInlineHookDELETE /api/v1/inlineHooks/{inlineHookId}Delete an inline hook
InlineHookApiExecuteInlineHookPOST /api/v1/inlineHooks/{inlineHookId}/executeExecute an inline hook
InlineHookApiGetInlineHookGET /api/v1/inlineHooks/{inlineHookId}Retrieve an inline hook
InlineHookApiListInlineHooksGET /api/v1/inlineHooksList all inline hooks
InlineHookApiReplaceInlineHookPUT /api/v1/inlineHooks/{inlineHookId}Replace an inline hook
InlineHookApiUpdateInlineHookPOST /api/v1/inlineHooks/{inlineHookId}Update an inline hook
LinkedObjectApiCreateLinkedObjectDefinitionPOST /api/v1/meta/schemas/user/linkedObjectsCreate a linked object definition
LinkedObjectApiDeleteLinkedObjectDefinitionDELETE /api/v1/meta/schemas/user/linkedObjects/{linkedObjectName}Delete a linked object definition
LinkedObjectApiGetLinkedObjectDefinitionGET /api/v1/meta/schemas/user/linkedObjects/{linkedObjectName}Retrieve a linked object definition
LinkedObjectApiListLinkedObjectDefinitionsGET /api/v1/meta/schemas/user/linkedObjectsList all linked object definitions
LogStreamApiActivateLogStreamPOST /api/v1/logStreams/{logStreamId}/lifecycle/activateActivate a log stream
LogStreamApiCreateLogStreamPOST /api/v1/logStreamsCreate a log stream
LogStreamApiDeactivateLogStreamPOST /api/v1/logStreams/{logStreamId}/lifecycle/deactivateDeactivate a log stream
LogStreamApiDeleteLogStreamDELETE /api/v1/logStreams/{logStreamId}Delete a log stream
LogStreamApiGetLogStreamGET /api/v1/logStreams/{logStreamId}Retrieve a log stream
LogStreamApiListLogStreamsGET /api/v1/logStreamsList all log streams
LogStreamApiReplaceLogStreamPUT /api/v1/logStreams/{logStreamId}Replace a log stream
NetworkZoneApiActivateNetworkZonePOST /api/v1/zones/{zoneId}/lifecycle/activateActivate a network zone
NetworkZoneApiCreateNetworkZonePOST /api/v1/zonesCreate a network zone
NetworkZoneApiDeactivateNetworkZonePOST /api/v1/zones/{zoneId}/lifecycle/deactivateDeactivate a network zone
NetworkZoneApiDeleteNetworkZoneDELETE /api/v1/zones/{zoneId}Delete a network zone
NetworkZoneApiGetNetworkZoneGET /api/v1/zones/{zoneId}Retrieve a network zone
NetworkZoneApiListNetworkZonesGET /api/v1/zonesList all network zones
NetworkZoneApiReplaceNetworkZonePUT /api/v1/zones/{zoneId}Replace a network zone
OAuth2ResourceServerCredentialsKeysApiActivateOAuth2ResourceServerJsonWebKeyPOST /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys/{keyId}/lifecycle/activateActivate a Custom Authorization Server Public JSON Web Key
OAuth2ResourceServerCredentialsKeysApiAddOAuth2ResourceServerJsonWebKeyPOST /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keysAdd a JSON Web Key
OAuth2ResourceServerCredentialsKeysApiDeactivateOAuth2ResourceServerJsonWebKeyPOST /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys/{keyId}/lifecycle/deactivateDeactivate a Custom Authorization Server Public JSON Web Key
OAuth2ResourceServerCredentialsKeysApiDeleteOAuth2ResourceServerJsonWebKeyDELETE /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys/{keyId}Delete a Custom Authorization Server Public JSON Web Key
OAuth2ResourceServerCredentialsKeysApiGetOAuth2ResourceServerJsonWebKeyGET /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys/{keyId}Retrieve a Custom Authorization Server Public JSON Web Key
OAuth2ResourceServerCredentialsKeysApiListOAuth2ResourceServerJsonWebKeysGET /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keysList all Custom Authorization Server Public JSON Web Keys
OktaApplicationSettingsApiGetFirstPartyAppSettingsGET /api/v1/first-party-app-settings/{appName}Retrieve the Okta application settings
OktaApplicationSettingsApiReplaceFirstPartyAppSettingsPUT /api/v1/first-party-app-settings/{appName}Replace the Okta application settings
OktaPersonalSettingsApiListPersonalAppsExportBlockListGET /okta-personal-settings/api/v1/export-blocklistsList all blocked email domains
OktaPersonalSettingsApiReplaceBlockedEmailDomainsPUT /okta-personal-settings/api/v1/export-blocklistsReplace the blocked email domains
OktaPersonalSettingsApiReplaceOktaPersonalAdminSettingsPUT /okta-personal-settings/api/v1/edit-featureReplace the Okta Personal admin settings
OrgCreatorApiCreateChildOrgPOST /api/v1/orgsCreate an org
OrgSettingAdminApiAssignClientPrivilegesSettingPUT /api/v1/org/settings/clientPrivilegesSettingAssign the default public client app role setting
OrgSettingAdminApiGetAutoAssignAdminAppSettingGET /api/v1/org/settings/autoAssignAdminAppSettingRetrieve the Okta Admin Console assignment setting
OrgSettingAdminApiGetClientPrivilegesSettingGET /api/v1/org/settings/clientPrivilegesSettingRetrieve the default public client app role setting
OrgSettingAdminApiGetThirdPartyAdminSettingGET /api/v1/org/orgSettings/thirdPartyAdminSettingRetrieve the org third-party admin setting
OrgSettingAdminApiUpdateAutoAssignAdminAppSettingPOST /api/v1/org/settings/autoAssignAdminAppSettingUpdate the Okta Admin Console assignment setting
OrgSettingAdminApiUpdateThirdPartyAdminSettingPOST /api/v1/org/orgSettings/thirdPartyAdminSettingUpdate the org third-party admin setting
OrgSettingCommunicationApiGetOktaCommunicationSettingsGET /api/v1/org/privacy/oktaCommunicationRetrieve the Okta communication settings
OrgSettingCommunicationApiOptInUsersToOktaCommunicationEmailsPOST /api/v1/org/privacy/oktaCommunication/optInOpt in to Okta user communication emails
OrgSettingCommunicationApiOptOutUsersFromOktaCommunicationEmailsPOST /api/v1/org/privacy/oktaCommunication/optOutOpt out of Okta user communication emails
OrgSettingContactApiGetOrgContactUserGET /api/v1/org/contacts/{contactType}Retrieve the contact type user
OrgSettingContactApiListOrgContactTypesGET /api/v1/org/contactsList all org contact types
OrgSettingContactApiReplaceOrgContactUserPUT /api/v1/org/contacts/{contactType}Replace the contact type user
OrgSettingCustomizationApiGetOrgPreferencesGET /api/v1/org/preferencesRetrieve the org preferences
OrgSettingCustomizationApiSetOrgHideOktaUIFooterPOST /api/v1/org/preferences/hideEndUserFooterSet the hide dashboard footer preference
OrgSettingCustomizationApiSetOrgShowOktaUIFooterPOST /api/v1/org/preferences/showEndUserFooterSet the show dashboard footer preference
OrgSettingCustomizationApiUploadOrgLogoPOST /api/v1/org/logoUpload the org logo
OrgSettingGeneralApiGetOrgSettingsGET /api/v1/orgRetrieve the Org general settings
OrgSettingGeneralApiReplaceOrgSettingsPUT /api/v1/orgReplace the Org general settings
OrgSettingGeneralApiUpdateOrgSettingsPOST /api/v1/orgUpdate the Org general settings
OrgSettingMetadataApiGetWellknownOrgMetadataGET /.well-known/okta-organizationRetrieve the Org metadata
OrgSettingSupportApiExtendOktaSupportPOST /api/v1/org/privacy/oktaSupport/extendExtend Okta Support access
OrgSettingSupportApiGetAerialConsentGET /api/v1/org/privacy/aerialRetrieve Okta Aerial consent for your org
OrgSettingSupportApiGetOrgOktaSupportSettingsGET /api/v1/org/privacy/oktaSupportRetrieve the Okta Support settings
OrgSettingSupportApiGrantAerialConsentPOST /api/v1/org/privacy/aerial/grantGrant Okta Aerial access to your org
OrgSettingSupportApiGrantOktaSupportPOST /api/v1/org/privacy/oktaSupport/grantGrant Okta Support access
OrgSettingSupportApiListOktaSupportCasesGET /api/v1/org/privacy/oktaSupport/casesList all Okta Support cases
OrgSettingSupportApiRevokeAerialConsentPOST /api/v1/org/privacy/aerial/revokeRevoke Okta Aerial access to your org
OrgSettingSupportApiRevokeOktaSupportPOST /api/v1/org/privacy/oktaSupport/revokeRevoke Okta Support access
OrgSettingSupportApiUpdateOktaSupportCasePATCH /api/v1/org/privacy/oktaSupport/cases/{caseNumber}Update an Okta Support case
PolicyApiActivatePolicyPOST /api/v1/policies/{policyId}/lifecycle/activateActivate a policy
PolicyApiActivatePolicyRulePOST /api/v1/policies/{policyId}/rules/{ruleId}/lifecycle/activateActivate a policy rule
PolicyApiClonePolicyPOST /api/v1/policies/{policyId}/cloneClone an existing policy
PolicyApiCreatePolicyPOST /api/v1/policiesCreate a policy
PolicyApiCreatePolicyRulePOST /api/v1/policies/{policyId}/rulesCreate a policy rule
PolicyApiCreatePolicySimulationPOST /api/v1/policies/simulateCreate a policy simulation
PolicyApiDeactivatePolicyPOST /api/v1/policies/{policyId}/lifecycle/deactivateDeactivate a policy
PolicyApiDeactivatePolicyRulePOST /api/v1/policies/{policyId}/rules/{ruleId}/lifecycle/deactivateDeactivate a policy rule
PolicyApiDeletePolicyDELETE /api/v1/policies/{policyId}Delete a policy
PolicyApiDeletePolicyResourceMappingDELETE /api/v1/policies/{policyId}/mappings/{mappingId}Delete a policy resource mapping
PolicyApiDeletePolicyRuleDELETE /api/v1/policies/{policyId}/rules/{ruleId}Delete a policy rule
PolicyApiGetPolicyGET /api/v1/policies/{policyId}Retrieve a policy
PolicyApiGetPolicyMappingGET /api/v1/policies/{policyId}/mappings/{mappingId}Retrieve a policy resource mapping
PolicyApiGetPolicyRuleGET /api/v1/policies/{policyId}/rules/{ruleId}Retrieve a policy rule
PolicyApiListPoliciesGET /api/v1/policiesList all policies
PolicyApiListPolicyAppsGET /api/v1/policies/{policyId}/appList all apps mapped to a policy
PolicyApiListPolicyMappingsGET /api/v1/policies/{policyId}/mappingsList all resources mapped to a policy
PolicyApiListPolicyRulesGET /api/v1/policies/{policyId}/rulesList all policy rules
PolicyApiMapResourceToPolicyPOST /api/v1/policies/{policyId}/mappingsMap a resource to a policy
PolicyApiReplacePolicyPUT /api/v1/policies/{policyId}Replace a policy
PolicyApiReplacePolicyRulePUT /api/v1/policies/{policyId}/rules/{ruleId}Replace a policy rule
PrincipalRateLimitApiCreatePrincipalRateLimitEntityPOST /api/v1/principal-rate-limitsCreate a principal rate limit
PrincipalRateLimitApiGetPrincipalRateLimitEntityGET /api/v1/principal-rate-limits/{principalRateLimitId}Retrieve a principal rate limit
PrincipalRateLimitApiListPrincipalRateLimitEntitiesGET /api/v1/principal-rate-limitsList all principal rate limits
PrincipalRateLimitApiReplacePrincipalRateLimitEntityPUT /api/v1/principal-rate-limits/{principalRateLimitId}Replace a principal rate limit
ProfileMappingApiGetProfileMappingGET /api/v1/mappings/{mappingId}Retrieve a profile mapping
ProfileMappingApiListProfileMappingsGET /api/v1/mappingsList all profile mappings
ProfileMappingApiUpdateProfileMappingPOST /api/v1/mappings/{mappingId}Update a profile mapping
PushProviderApiCreatePushProviderPOST /api/v1/push-providersCreate a push provider
PushProviderApiDeletePushProviderDELETE /api/v1/push-providers/{pushProviderId}Delete a push provider
PushProviderApiGetPushProviderGET /api/v1/push-providers/{pushProviderId}Retrieve a push provider
PushProviderApiListPushProvidersGET /api/v1/push-providersList all push providers
PushProviderApiReplacePushProviderPUT /api/v1/push-providers/{pushProviderId}Replace a push provider
RateLimitSettingsApiGetRateLimitSettingsAdminNotificationsGET /api/v1/rate-limit-settings/admin-notificationsRetrieve the rate limit admin notification settings
RateLimitSettingsApiGetRateLimitSettingsPerClientGET /api/v1/rate-limit-settings/per-clientRetrieve the per-client rate limit settings
RateLimitSettingsApiGetRateLimitSettingsWarningThresholdGET /api/v1/rate-limit-settings/warning-thresholdRetrieve the rate limit warning threshold percentage
RateLimitSettingsApiReplaceRateLimitSettingsAdminNotificationsPUT /api/v1/rate-limit-settings/admin-notificationsReplace the rate limit admin notification settings
RateLimitSettingsApiReplaceRateLimitSettingsPerClientPUT /api/v1/rate-limit-settings/per-clientReplace the per-client rate limit settings
RateLimitSettingsApiReplaceRateLimitSettingsWarningThresholdPUT /api/v1/rate-limit-settings/warning-thresholdReplace the rate limit warning threshold percentage
RealmApiCreateRealmPOST /api/v1/realmsCreate a realm
RealmApiDeleteRealmDELETE /api/v1/realms/{realmId}Delete a realm
RealmApiGetRealmGET /api/v1/realms/{realmId}Retrieve a realm
RealmApiListRealmsGET /api/v1/realmsList all realms
RealmApiReplaceRealmPUT /api/v1/realms/{realmId}Replace the realm profile
RealmAssignmentApiActivateRealmAssignmentPOST /api/v1/realm-assignments/{assignmentId}/lifecycle/activateActivate a realm assignment
RealmAssignmentApiCreateRealmAssignmentPOST /api/v1/realm-assignmentsCreate a realm assignment
RealmAssignmentApiDeactivateRealmAssignmentPOST /api/v1/realm-assignments/{assignmentId}/lifecycle/deactivateDeactivate a realm assignment
RealmAssignmentApiDeleteRealmAssignmentDELETE /api/v1/realm-assignments/{assignmentId}Delete a realm assignment
RealmAssignmentApiExecuteRealmAssignmentPOST /api/v1/realm-assignments/operationsExecute a realm assignment
RealmAssignmentApiGetRealmAssignmentGET /api/v1/realm-assignments/{assignmentId}Retrieve a realm assignment
RealmAssignmentApiListRealmAssignmentOperationsGET /api/v1/realm-assignments/operationsList all realm assignment operations
RealmAssignmentApiListRealmAssignmentsGET /api/v1/realm-assignmentsList all realm assignments
RealmAssignmentApiReplaceRealmAssignmentPUT /api/v1/realm-assignments/{assignmentId}Replace a realm assignment
RiskEventApiSendRiskEventsPOST /api/v1/risk/events/ipSend multiple risk events
RiskProviderApiCreateRiskProviderPOST /api/v1/risk/providersCreate a risk provider
RiskProviderApiDeleteRiskProviderDELETE /api/v1/risk/providers/{riskProviderId}Delete a risk provider
RiskProviderApiGetRiskProviderGET /api/v1/risk/providers/{riskProviderId}Retrieve a risk provider
RiskProviderApiListRiskProvidersGET /api/v1/risk/providersList all risk providers
RiskProviderApiReplaceRiskProviderPUT /api/v1/risk/providers/{riskProviderId}Replace a risk provider
RoleAssignmentAUserApiAssignRoleToUserPOST /api/v1/users/{userId}/rolesAssign a user role
RoleAssignmentAUserApiGetRoleAssignmentGovernanceGrantGET /api/v1/users/{userId}/roles/{roleAssignmentId}/governance/{grantId}Retrieve a user role governance source
RoleAssignmentAUserApiGetRoleAssignmentGovernanceGrantResourcesGET /api/v1/users/{userId}/roles/{roleAssignmentId}/governance/{grantId}/resourcesRetrieve the user role governance source resources
RoleAssignmentAUserApiGetUserAssignedRoleGET /api/v1/users/{userId}/roles/{roleAssignmentId}Retrieve a user role assignment
RoleAssignmentAUserApiGetUserAssignedRoleGovernanceGET /api/v1/users/{userId}/roles/{roleAssignmentId}/governanceRetrieve all user role governance sources
RoleAssignmentAUserApiListAssignedRolesForUserGET /api/v1/users/{userId}/rolesList all user role assignments
RoleAssignmentAUserApiListUsersWithRoleAssignmentsGET /api/v1/iam/assignees/usersList all users with role assignments
RoleAssignmentAUserApiUnassignRoleFromUserDELETE /api/v1/users/{userId}/roles/{roleAssignmentId}Unassign a user role
RoleAssignmentBGroupApiAssignRoleToGroupPOST /api/v1/groups/{groupId}/rolesAssign a role to a group
RoleAssignmentBGroupApiGetGroupAssignedRoleGET /api/v1/groups/{groupId}/roles/{roleAssignmentId}Retrieve a group role assignment
RoleAssignmentBGroupApiListGroupAssignedRolesGET /api/v1/groups/{groupId}/rolesList all group role assignments
RoleAssignmentBGroupApiUnassignRoleFromGroupDELETE /api/v1/groups/{groupId}/roles/{roleAssignmentId}Unassign a group role
RoleAssignmentClientApiAssignRoleToClientPOST /oauth2/v1/clients/{clientId}/rolesAssign a client role
RoleAssignmentClientApiDeleteRoleFromClientDELETE /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}Unassign a client role
RoleAssignmentClientApiListRolesForClientGET /oauth2/v1/clients/{clientId}/rolesList all client role assignments
RoleAssignmentClientApiRetrieveClientRoleGET /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}Retrieve a client role
RoleBTargetAdminApiAssignAllAppsAsTargetToRoleForUserPUT /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/appsAssign all apps as target to admin role
RoleBTargetAdminApiAssignAppInstanceTargetToAppAdminRoleForUserPUT /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId}Assign an admin role app instance target
RoleBTargetAdminApiAssignAppTargetToAdminRoleForUserPUT /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}Assign an admin role app target
RoleBTargetAdminApiAssignGroupTargetToUserRolePUT /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/groups/{groupId}Assign an admin role group target
RoleBTargetAdminApiGetRoleTargetsByUserIdAndRoleIdGET /api/v1/users/{userId}/roles/{roleIdOrEncodedRoleId}/targetsRetrieve a role target by assignment type
RoleBTargetAdminApiListApplicationTargetsForApplicationAdministratorRoleForUserGET /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/appsList all admin role app targets
RoleBTargetAdminApiListGroupTargetsForRoleGET /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/groupsList all admin role group targets
RoleBTargetAdminApiUnassignAppInstanceTargetFromAdminRoleForUserDELETE /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId}Unassign an admin role app instance target
RoleBTargetAdminApiUnassignAppTargetFromAppAdminRoleForUserDELETE /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}Unassign an admin role app target
RoleBTargetAdminApiUnassignGroupTargetFromUserAdminRoleDELETE /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/groups/{groupId}Unassign an admin role group target
RoleBTargetBGroupApiAssignAppInstanceTargetToAppAdminRoleForGroupPUT /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId}Assign a group role app instance target
RoleBTargetBGroupApiAssignAppTargetToAdminRoleForGroupPUT /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}Assign a group role app target
RoleBTargetBGroupApiAssignGroupTargetToGroupAdminRolePUT /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/groups/{targetGroupId}Assign a group role group target
RoleBTargetBGroupApiListApplicationTargetsForApplicationAdministratorRoleForGroupGET /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/appsList all group role app targets
RoleBTargetBGroupApiListGroupTargetsForGroupRoleGET /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/groupsList all group role group targets
RoleBTargetBGroupApiUnassignAppInstanceTargetToAppAdminRoleForGroupDELETE /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId}Unassign a group role app instance target
RoleBTargetBGroupApiUnassignAppTargetToAdminRoleForGroupDELETE /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}Unassign a group role app target
RoleBTargetBGroupApiUnassignGroupTargetFromGroupAdminRoleDELETE /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/groups/{targetGroupId}Unassign a group role group target
RoleBTargetClientApiAssignAppTargetInstanceRoleForClientPUT /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId}Assign a client role app instance target
RoleBTargetClientApiAssignAppTargetRoleToClientPUT /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}Assign a client role app target
RoleBTargetClientApiAssignGroupTargetRoleForClientPUT /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/groups/{groupId}Assign a client role group target
RoleBTargetClientApiListAppTargetRoleToClientGET /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/appsList all client role app targets
RoleBTargetClientApiListGroupTargetRoleForClientGET /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/groupsList all client role group targets
RoleBTargetClientApiRemoveAppTargetInstanceRoleForClientDELETE /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId}Unassign a client role app instance target
RoleBTargetClientApiRemoveAppTargetRoleFromClientDELETE /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}Unassign a client role app target
RoleBTargetClientApiRemoveGroupTargetRoleFromClientDELETE /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/groups/{groupId}Unassign a client role group target
RoleCResourceSetApiCreateResourceSetPOST /api/v1/iam/resource-setsCreate a resource set
RoleCResourceSetApiDeleteResourceSetDELETE /api/v1/iam/resource-sets/{resourceSetIdOrLabel}Delete a resource set
RoleCResourceSetApiGetResourceSetGET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}Retrieve a resource set
RoleCResourceSetApiListResourceSetsGET /api/v1/iam/resource-setsList all resource sets
RoleCResourceSetApiReplaceResourceSetPUT /api/v1/iam/resource-sets/{resourceSetIdOrLabel}Replace a resource set
RoleCResourceSetResourceApiAddResourceSetResourcePOST /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resourcesAdd a resource set resource with conditions
RoleCResourceSetResourceApiAddResourceSetResourcesPATCH /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resourcesAdd more resources to a resource set
RoleCResourceSetResourceApiDeleteResourceSetResourceDELETE /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources/{resourceId}Delete a resource set resource
RoleCResourceSetResourceApiGetResourceSetResourceGET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources/{resourceId}Retrieve a resource set resource
RoleCResourceSetResourceApiListResourceSetResourcesGET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resourcesList all resource set resources
RoleCResourceSetResourceApiReplaceResourceSetResourcePUT /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources/{resourceId}Replace the resource set resource conditions
RoleDResourceSetBindingApiCreateResourceSetBindingPOST /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindingsCreate a role resource set binding
RoleDResourceSetBindingApiDeleteBindingDELETE /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}Delete a role resource set binding
RoleDResourceSetBindingApiGetBindingGET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}Retrieve a role resource set binding
RoleDResourceSetBindingApiListBindingsGET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindingsList all role resource set bindings
RoleDResourceSetBindingMemberApiAddMembersToBindingPATCH /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/membersAdd more role resource set binding members
RoleDResourceSetBindingMemberApiGetMemberOfBindingGET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members/{memberId}Retrieve a role resource set binding member
RoleDResourceSetBindingMemberApiListMembersOfBindingGET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/membersList all role resource set binding members
RoleDResourceSetBindingMemberApiUnassignMemberFromBindingDELETE /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members/{memberId}Unassign a role resource set binding member
RoleECustomApiCreateRolePOST /api/v1/iam/rolesCreate a custom role
RoleECustomApiDeleteRoleDELETE /api/v1/iam/roles/{roleIdOrLabel}Delete a custom role
RoleECustomApiGetRoleGET /api/v1/iam/roles/{roleIdOrLabel}Retrieve a role
RoleECustomApiListRolesGET /api/v1/iam/rolesList all custom roles
RoleECustomApiReplaceRolePUT /api/v1/iam/roles/{roleIdOrLabel}Replace a custom role
RoleECustomPermissionApiCreateRolePermissionPOST /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType}Create a custom role permission
RoleECustomPermissionApiDeleteRolePermissionDELETE /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType}Delete a custom role permission
RoleECustomPermissionApiGetRolePermissionGET /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType}Retrieve a custom role permission
RoleECustomPermissionApiListRolePermissionsGET /api/v1/iam/roles/{roleIdOrLabel}/permissionsList all custom role permissions
RoleECustomPermissionApiReplaceRolePermissionPUT /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType}Replace a custom role permission
SSFReceiverApiActivateSecurityEventsProviderInstancePOST /api/v1/security-events-providers/{securityEventProviderId}/lifecycle/activateActivate a security events provider
SSFReceiverApiCreateSecurityEventsProviderInstancePOST /api/v1/security-events-providersCreate a security events provider
SSFReceiverApiDeactivateSecurityEventsProviderInstancePOST /api/v1/security-events-providers/{securityEventProviderId}/lifecycle/deactivateDeactivate a security events provider
SSFReceiverApiDeleteSecurityEventsProviderInstanceDELETE /api/v1/security-events-providers/{securityEventProviderId}Delete a security events provider
SSFReceiverApiGetSecurityEventsProviderInstanceGET /api/v1/security-events-providers/{securityEventProviderId}Retrieve the security events provider
SSFReceiverApiListSecurityEventsProviderInstancesGET /api/v1/security-events-providersList all security events providers
SSFReceiverApiReplaceSecurityEventsProviderInstancePUT /api/v1/security-events-providers/{securityEventProviderId}Replace a security events provider
SSFSecurityEventTokenApiPublishSecurityEventTokensPOST /security/api/v1/security-eventsPublish a security event token
SSFTransmitterApiCreateSsfStreamPOST /api/v1/ssf/streamCreate an SSF stream
SSFTransmitterApiDeleteSsfStreamDELETE /api/v1/ssf/streamDelete an SSF stream
SSFTransmitterApiGetSsfStreamStatusGET /api/v1/ssf/stream/statusRetrieve the SSF Stream status
SSFTransmitterApiGetSsfStreamsGET /api/v1/ssf/streamRetrieve the SSF stream configuration(s)
SSFTransmitterApiGetWellknownSsfMetadataGET /.well-known/ssf-configurationRetrieve the SSF transmitter metadata
SSFTransmitterApiReplaceSsfStreamPUT /api/v1/ssf/streamReplace an SSF stream
SSFTransmitterApiUpdateSsfStreamPATCH /api/v1/ssf/streamUpdate an SSF stream
SSFTransmitterApiVerifySsfStreamPOST /api/v1/ssf/stream/verificationVerify an SSF stream
SchemaApiGetApplicationUserSchemaGET /api/v1/meta/schemas/apps/{appId}/defaultRetrieve the default app user schema for an app
SchemaApiGetGroupSchemaGET /api/v1/meta/schemas/group/defaultRetrieve the default group schema
SchemaApiGetLogStreamSchemaGET /api/v1/meta/schemas/logStream/{logStreamType}Retrieve the log stream schema for the schema type
SchemaApiGetUserSchemaGET /api/v1/meta/schemas/user/{schemaId}Retrieve a user schema
SchemaApiListLogStreamSchemasGET /api/v1/meta/schemas/logStreamList the log stream schemas
SchemaApiUpdateApplicationUserProfilePOST /api/v1/meta/schemas/apps/{appId}/defaultUpdate the app user profile schema for an app
SchemaApiUpdateGroupSchemaPOST /api/v1/meta/schemas/group/defaultUpdate the group profile schema
SchemaApiUpdateUserProfilePOST /api/v1/meta/schemas/user/{schemaId}Update a user schema
ServiceAccountApiCreateAppServiceAccountPOST /privileged-access/api/v1/service-accountsCreate an app service account
ServiceAccountApiDeleteAppServiceAccountDELETE /privileged-access/api/v1/service-accounts/{id}Delete an app service account
ServiceAccountApiGetAppServiceAccountGET /privileged-access/api/v1/service-accounts/{id}Retrieve an app service account
ServiceAccountApiListAppServiceAccountsGET /privileged-access/api/v1/service-accountsList all app service accounts
ServiceAccountApiUpdateAppServiceAccountPATCH /privileged-access/api/v1/service-accounts/{id}Update an existing app service account
SessionApiCloseCurrentSessionDELETE /api/v1/sessions/meClose the current session
SessionApiCreateSessionPOST /api/v1/sessionsCreate a session with session token
SessionApiGetCurrentSessionGET /api/v1/sessions/meRetrieve the current session
SessionApiGetSessionGET /api/v1/sessions/{sessionId}Retrieve a session
SessionApiRefreshCurrentSessionPOST /api/v1/sessions/me/lifecycle/refreshRefresh the current session
SessionApiRefreshSessionPOST /api/v1/sessions/{sessionId}/lifecycle/refreshRefresh a session
SessionApiRevokeSessionDELETE /api/v1/sessions/{sessionId}Revoke a session
SubscriptionApiGetSubscriptionsNotificationTypeRoleGET /api/v1/roles/{roleRef}/subscriptions/{notificationType}Retrieve a subscription for a role
SubscriptionApiGetSubscriptionsNotificationTypeUserGET /api/v1/users/{userId}/subscriptions/{notificationType}Retrieve a subscription for a user
SubscriptionApiListSubscriptionsRoleGET /api/v1/roles/{roleRef}/subscriptionsList all subscriptions for a role
SubscriptionApiListSubscriptionsUserGET /api/v1/users/{userId}/subscriptionsList all subscriptions for a user
SubscriptionApiSubscribeByNotificationTypeRolePOST /api/v1/roles/{roleRef}/subscriptions/{notificationType}/subscribeSubscribe a role to a specific notification type
SubscriptionApiSubscribeByNotificationTypeUserPOST /api/v1/users/{userId}/subscriptions/{notificationType}/subscribeSubscribe a user to a specific notification type
SubscriptionApiUnsubscribeByNotificationTypeRolePOST /api/v1/roles/{roleRef}/subscriptions/{notificationType}/unsubscribeUnsubscribe a role from a specific notification type
SubscriptionApiUnsubscribeByNotificationTypeUserPOST /api/v1/users/{userId}/subscriptions/{notificationType}/unsubscribeUnsubscribe a user from a specific notification type
SystemLogApiListLogEventsGET /api/v1/logsList all System Log events
TemplateApiCreateSmsTemplatePOST /api/v1/templates/smsCreate an SMS template
TemplateApiDeleteSmsTemplateDELETE /api/v1/templates/sms/{templateId}Delete an SMS template
TemplateApiGetSmsTemplateGET /api/v1/templates/sms/{templateId}Retrieve an SMS template
TemplateApiListSmsTemplatesGET /api/v1/templates/smsList all SMS templates
TemplateApiReplaceSmsTemplatePUT /api/v1/templates/sms/{templateId}Replace an SMS template
TemplateApiUpdateSmsTemplatePOST /api/v1/templates/sms/{templateId}Update an SMS template
ThemesApiDeleteBrandThemeBackgroundImageDELETE /api/v1/brands/{brandId}/themes/{themeId}/background-imageDelete the background image
ThemesApiDeleteBrandThemeFaviconDELETE /api/v1/brands/{brandId}/themes/{themeId}/faviconDelete the favicon
ThemesApiDeleteBrandThemeLogoDELETE /api/v1/brands/{brandId}/themes/{themeId}/logoDelete the logo
ThemesApiGetBrandThemeGET /api/v1/brands/{brandId}/themes/{themeId}Retrieve a theme
ThemesApiListBrandThemesGET /api/v1/brands/{brandId}/themesList all themes
ThemesApiReplaceBrandThemePUT /api/v1/brands/{brandId}/themes/{themeId}Replace a theme
ThemesApiUploadBrandThemeBackgroundImagePOST /api/v1/brands/{brandId}/themes/{themeId}/background-imageUpload the background image
ThemesApiUploadBrandThemeFaviconPOST /api/v1/brands/{brandId}/themes/{themeId}/faviconUpload the favicon
ThemesApiUploadBrandThemeLogoPOST /api/v1/brands/{brandId}/themes/{themeId}/logoUpload the logo
ThreatInsightApiGetCurrentConfigurationGET /api/v1/threats/configurationRetrieve the ThreatInsight configuration
ThreatInsightApiUpdateConfigurationPOST /api/v1/threats/configurationUpdate the ThreatInsight configuration
TrustedOriginApiActivateTrustedOriginPOST /api/v1/trustedOrigins/{trustedOriginId}/lifecycle/activateActivate a trusted origin
TrustedOriginApiCreateTrustedOriginPOST /api/v1/trustedOriginsCreate a trusted origin
TrustedOriginApiDeactivateTrustedOriginPOST /api/v1/trustedOrigins/{trustedOriginId}/lifecycle/deactivateDeactivate a trusted origin
TrustedOriginApiDeleteTrustedOriginDELETE /api/v1/trustedOrigins/{trustedOriginId}Delete a trusted origin
TrustedOriginApiGetTrustedOriginGET /api/v1/trustedOrigins/{trustedOriginId}Retrieve a trusted origin
TrustedOriginApiListTrustedOriginsGET /api/v1/trustedOriginsList all trusted origins
TrustedOriginApiReplaceTrustedOriginPUT /api/v1/trustedOrigins/{trustedOriginId}Replace a trusted origin
UISchemaApiCreateUISchemaPOST /api/v1/meta/uischemasCreate a UI schema
UISchemaApiDeleteUISchemasDELETE /api/v1/meta/uischemas/{id}Delete a UI schema
UISchemaApiGetUISchemaGET /api/v1/meta/uischemas/{id}Retrieve a UI schema
UISchemaApiListUISchemasGET /api/v1/meta/uischemasList all UI schemas
UISchemaApiReplaceUISchemasPUT /api/v1/meta/uischemas/{id}Replace a UI schema
UserApiCreateUserPOST /api/v1/usersCreate a user
UserApiDeleteUserDELETE /api/v1/users/{id}Delete a user
UserApiGetUserGET /api/v1/users/{id}Retrieve a user
UserApiListUserBlocksGET /api/v1/users/{id}/blocksList all user blocks
UserApiListUsersGET /api/v1/usersList all users
UserApiReplaceUserPUT /api/v1/users/{id}Replace a user
UserApiUpdateUserPOST /api/v1/users/{id}Update a user
UserAuthenticatorEnrollmentsApiCreateAuthenticatorEnrollmentPOST /api/v1/users/{userId}/authenticator-enrollments/phoneCreate an auto-activated Phone authenticator enrollment
UserAuthenticatorEnrollmentsApiCreateTacAuthenticatorEnrollmentPOST /api/v1/users/{userId}/authenticator-enrollments/tacCreate an auto-activated TAC authenticator enrollment
UserAuthenticatorEnrollmentsApiDeleteAuthenticatorEnrollmentDELETE /api/v1/users/{userId}/authenticator-enrollments/{enrollmentId}Delete an authenticator enrollment
UserAuthenticatorEnrollmentsApiGetAuthenticatorEnrollmentGET /api/v1/users/{userId}/authenticator-enrollments/{enrollmentId}Retrieve an authenticator enrollment
UserAuthenticatorEnrollmentsApiListAuthenticatorEnrollmentsGET /api/v1/users/{userId}/authenticator-enrollmentsList all authenticator enrollments
UserClassificationApiGetUserClassificationGET /api/v1/users/{userId}/classificationRetrieve a user's classification
UserClassificationApiReplaceUserClassificationPUT /api/v1/users/{userId}/classificationReplace the user's classification
UserCredApiChangePasswordPOST /api/v1/users/{userId}/credentials/change_passwordUpdate password
UserCredApiChangeRecoveryQuestionPOST /api/v1/users/{userId}/credentials/change_recovery_questionUpdate recovery question
UserCredApiExpirePasswordPOST /api/v1/users/{id}/lifecycle/expire_passwordExpire the password
UserCredApiExpirePasswordWithTempPasswordPOST /api/v1/users/{id}/lifecycle/expire_password_with_temp_passwordExpire the password with a temporary password
UserCredApiForgotPasswordPOST /api/v1/users/{userId}/credentials/forgot_passwordStart forgot password flow
UserCredApiForgotPasswordSetNewPasswordPOST /api/v1/users/{userId}/credentials/forgot_password_recovery_questionReset password with recovery question
UserCredApiResetPasswordPOST /api/v1/users/{id}/lifecycle/reset_passwordReset a password
UserFactorApiActivateFactorPOST /api/v1/users/{userId}/factors/{factorId}/lifecycle/activateActivate a factor
UserFactorApiEnrollFactorPOST /api/v1/users/{userId}/factorsEnroll a factor
UserFactorApiGetFactorGET /api/v1/users/{userId}/factors/{factorId}Retrieve a factor
UserFactorApiGetFactorTransactionStatusGET /api/v1/users/{userId}/factors/{factorId}/transactions/{transactionId}Retrieve a factor transaction status
UserFactorApiGetYubikeyOtpTokenByIdGET /api/v1/org/factors/yubikey_token/tokens/{tokenId}Retrieve a YubiKey OTP token
UserFactorApiListFactorsGET /api/v1/users/{userId}/factorsList all enrolled factors
UserFactorApiListSupportedFactorsGET /api/v1/users/{userId}/factors/catalogList all supported factors
UserFactorApiListSupportedSecurityQuestionsGET /api/v1/users/{userId}/factors/questionsList all supported security questions
UserFactorApiListYubikeyOtpTokensGET /api/v1/org/factors/yubikey_token/tokensList all YubiKey OTP tokens
UserFactorApiResendEnrollFactorPOST /api/v1/users/{userId}/factors/{factorId}/resendResend a factor enrollment
UserFactorApiUnenrollFactorDELETE /api/v1/users/{userId}/factors/{factorId}Unenroll a factor
UserFactorApiUploadYubikeyOtpTokenSeedPOST /api/v1/org/factors/yubikey_token/tokensUpload a YubiKey OTP seed
UserFactorApiVerifyFactorPOST /api/v1/users/{userId}/factors/{factorId}/verifyVerify a factor
UserGrantApiGetUserGrantGET /api/v1/users/{userId}/grants/{grantId}Retrieve a user grant
UserGrantApiListGrantsForUserAndClientGET /api/v1/users/{userId}/clients/{clientId}/grantsList all grants for a client
UserGrantApiListUserGrantsGET /api/v1/users/{userId}/grantsList all user grants
UserGrantApiRevokeGrantsForUserAndClientDELETE /api/v1/users/{userId}/clients/{clientId}/grantsRevoke all grants for a client
UserGrantApiRevokeUserGrantDELETE /api/v1/users/{userId}/grants/{grantId}Revoke a user grant
UserGrantApiRevokeUserGrantsDELETE /api/v1/users/{userId}/grantsRevoke all user grants
UserLifecycleApiActivateUserPOST /api/v1/users/{id}/lifecycle/activateActivate a user
UserLifecycleApiDeactivateUserPOST /api/v1/users/{id}/lifecycle/deactivateDeactivate a user
UserLifecycleApiReactivateUserPOST /api/v1/users/{id}/lifecycle/reactivateReactivate a user
UserLifecycleApiResetFactorsPOST /api/v1/users/{id}/lifecycle/reset_factorsReset the factors
UserLifecycleApiSuspendUserPOST /api/v1/users/{id}/lifecycle/suspendSuspend a user
UserLifecycleApiUnlockUserPOST /api/v1/users/{id}/lifecycle/unlockUnlock a user
UserLifecycleApiUnsuspendUserPOST /api/v1/users/{id}/lifecycle/unsuspendUnsuspend a user
UserLinkedObjectApiAssignLinkedObjectValueForPrimaryPUT /api/v1/users/{userIdOrLogin}/linkedObjects/{primaryRelationshipName}/{primaryUserId}Assign a linked object value for primary
UserLinkedObjectApiDeleteLinkedObjectForUserDELETE /api/v1/users/{userIdOrLogin}/linkedObjects/{relationshipName}Delete a linked object value
UserLinkedObjectApiListLinkedObjectsForUserGET /api/v1/users/{userIdOrLogin}/linkedObjects/{relationshipName}List the primary or all of the associated linked object values
UserOAuthApiGetRefreshTokenForUserAndClientGET /api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId}Retrieve a refresh token for a client
UserOAuthApiListRefreshTokensForUserAndClientGET /api/v1/users/{userId}/clients/{clientId}/tokensList all refresh tokens for a client
UserOAuthApiRevokeTokenForUserAndClientDELETE /api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId}Revoke a token for a client
UserOAuthApiRevokeTokensForUserAndClientDELETE /api/v1/users/{userId}/clients/{clientId}/tokensRevoke all refresh tokens for a client
UserResourcesApiListAppLinksGET /api/v1/users/{id}/appLinksList all assigned app links
UserResourcesApiListUserClientsGET /api/v1/users/{userId}/clientsList all clients
UserResourcesApiListUserDevicesGET /api/v1/users/{userId}/devicesList all devices
UserResourcesApiListUserGroupsGET /api/v1/users/{id}/groupsList all groups
UserRiskApiGetUserRiskGET /api/v1/users/{userId}/riskRetrieve the user's risk
UserRiskApiUpsertUserRiskPUT /api/v1/users/{userId}/riskUpsert the user's risk
UserSessionsApiEndUserSessionsPOST /api/v1/users/me/lifecycle/delete_sessionsEnd a current user session
UserSessionsApiRevokeUserSessionsDELETE /api/v1/users/{userId}/sessionsRevoke all user sessions
UserTypeApiCreateUserTypePOST /api/v1/meta/types/userCreate a user type
UserTypeApiDeleteUserTypeDELETE /api/v1/meta/types/user/{typeId}Delete a user type
UserTypeApiGetUserTypeGET /api/v1/meta/types/user/{typeId}Retrieve a user type
UserTypeApiListUserTypesGET /api/v1/meta/types/userList all user types
UserTypeApiReplaceUserTypePUT /api/v1/meta/types/user/{typeId}Replace a user type
UserTypeApiUpdateUserTypePOST /api/v1/meta/types/user/{typeId}Update a user type
WebAuthnPreregistrationApiActivatePreregistrationEnrollmentPOST /webauthn-registration/api/v1/activateActivate a preregistered WebAuthn factor
WebAuthnPreregistrationApiAssignFulfillmentErrorWebAuthnPreregistrationFactorPOST /webauthn-registration/api/v1/users/{userId}/enrollments/{authenticatorEnrollmentId}/mark-errorAssign the fulfillment error status to a WebAuthn preregistration factor
WebAuthnPreregistrationApiDeleteWebAuthnPreregistrationFactorDELETE /webauthn-registration/api/v1/users/{userId}/enrollments/{authenticatorEnrollmentId}Delete a WebAuthn preregistration factor
WebAuthnPreregistrationApiEnrollPreregistrationEnrollmentPOST /webauthn-registration/api/v1/enrollEnroll a preregistered WebAuthn factor
WebAuthnPreregistrationApiGenerateFulfillmentRequestPOST /webauthn-registration/api/v1/initiate-fulfillment-requestGenerate a fulfillment request
WebAuthnPreregistrationApiListWebAuthnPreregistrationFactorsGET /webauthn-registration/api/v1/users/{userId}/enrollmentsList all WebAuthn preregistration factors
WebAuthnPreregistrationApiSendPinPOST /webauthn-registration/api/v1/send-pinSend 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