Skip to content

Latest commit

 

History

History
2621 lines (2607 loc) · 260 KB

File metadata and controls

2621 lines (2607 loc) · 260 KB

Okta Python SDK Doc Guide

Documentation for API Endpoints

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

Class Method HTTP request Description
AgentPoolsApi activate_agent_pools_update POST /api/v1/agentPools/{poolId}/updates/{updateId}/activate Activate an agent pool update
AgentPoolsApi create_agent_pools_update POST /api/v1/agentPools/{poolId}/updates Create an agent pool update
AgentPoolsApi deactivate_agent_pools_update POST /api/v1/agentPools/{poolId}/updates/{updateId}/deactivate Deactivate an agent pool update
AgentPoolsApi delete_agent_pools_update DELETE /api/v1/agentPools/{poolId}/updates/{updateId} Delete an agent pool update
AgentPoolsApi get_agent_pools_update_instance GET /api/v1/agentPools/{poolId}/updates/{updateId} Retrieve an agent pool update by ID
AgentPoolsApi get_agent_pools_update_settings GET /api/v1/agentPools/{poolId}/updates/settings Retrieve an agent pool update's settings
AgentPoolsApi list_agent_pools GET /api/v1/agentPools List all agent pools
AgentPoolsApi list_agent_pools_updates GET /api/v1/agentPools/{poolId}/updates List all agent pool updates
AgentPoolsApi pause_agent_pools_update POST /api/v1/agentPools/{poolId}/updates/{updateId}/pause Pause an agent pool update
AgentPoolsApi resume_agent_pools_update POST /api/v1/agentPools/{poolId}/updates/{updateId}/resume Resume an agent pool update
AgentPoolsApi retry_agent_pools_update POST /api/v1/agentPools/{poolId}/updates/{updateId}/retry Retry an agent pool update
AgentPoolsApi stop_agent_pools_update POST /api/v1/agentPools/{poolId}/updates/{updateId}/stop Stop an agent pool update
AgentPoolsApi update_agent_pools_update POST /api/v1/agentPools/{poolId}/updates/{updateId} Update an agent pool update by ID
AgentPoolsApi update_agent_pools_update_settings POST /api/v1/agentPools/{poolId}/updates/settings Update an agent pool update settings
ApiServiceIntegrationsApi activate_api_service_integration_instance_secret POST /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets/{secretId}/lifecycle/activate Activate an API service integration instance secret
ApiServiceIntegrationsApi create_api_service_integration_instance POST /integrations/api/v1/api-services Create an API service integration instance
ApiServiceIntegrationsApi create_api_service_integration_instance_secret POST /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets Create an API service integration instance secret
ApiServiceIntegrationsApi deactivate_api_service_integration_instance_secret POST /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets/{secretId}/lifecycle/deactivate Deactivate an API service integration instance secret
ApiServiceIntegrationsApi delete_api_service_integration_instance DELETE /integrations/api/v1/api-services/{apiServiceId} Delete an API service integration instance
ApiServiceIntegrationsApi delete_api_service_integration_instance_secret DELETE /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets/{secretId} Delete an API service integration instance secret
ApiServiceIntegrationsApi get_api_service_integration_instance GET /integrations/api/v1/api-services/{apiServiceId} Retrieve an API service integration instance
ApiServiceIntegrationsApi list_api_service_integration_instance_secrets GET /integrations/api/v1/api-services/{apiServiceId}/credentials/secrets List all API service integration instance secrets
ApiServiceIntegrationsApi list_api_service_integration_instances GET /integrations/api/v1/api-services List all API service integration instances
ApiTokenApi get_api_token GET /api/v1/api-tokens/{apiTokenId} Retrieve an API token's metadata
ApiTokenApi list_api_tokens GET /api/v1/api-tokens List all API token metadata
ApiTokenApi revoke_api_token DELETE /api/v1/api-tokens/{apiTokenId} Revoke an API token
ApiTokenApi revoke_current_api_token DELETE /api/v1/api-tokens/current Revoke the current API token
ApiTokenApi upsert_api_token PUT /api/v1/api-tokens/{apiTokenId} Upsert an API token network condition
ApplicationApi activate_application POST /api/v1/apps/{appId}/lifecycle/activate Activate an application
ApplicationApi create_application POST /api/v1/apps Create an application
ApplicationApi deactivate_application POST /api/v1/apps/{appId}/lifecycle/deactivate Deactivate an application
ApplicationApi delete_application DELETE /api/v1/apps/{appId} Delete an application
ApplicationApi get_application GET /api/v1/apps/{appId} Retrieve an application
ApplicationApi list_applications GET /api/v1/apps List all applications
ApplicationApi replace_application PUT /api/v1/apps/{appId} Replace an application
ApplicationConnectionsApi activate_default_provisioning_connection_for_application POST /api/v1/apps/{appId}/connections/default/lifecycle/activate Activate the default provisioning connection
ApplicationConnectionsApi deactivate_default_provisioning_connection_for_application POST /api/v1/apps/{appId}/connections/default/lifecycle/deactivate Deactivate the default provisioning connection
ApplicationConnectionsApi get_default_provisioning_connection_for_application GET /api/v1/apps/{appId}/connections/default Retrieve the default provisioning connection
ApplicationConnectionsApi get_user_provisioning_connection_jwks GET /api/v1/apps/{appId}/connections/default/jwks Retrieve a JSON Web Key Set (JWKS) for the default provisioning connection
ApplicationConnectionsApi update_default_provisioning_connection_for_application POST /api/v1/apps/{appId}/connections/default Update the default provisioning connection
ApplicationConnectionsApi verify_provisioning_connection_for_application POST /api/v1/apps/{appName}/{appId}/oauth2/callback Verify the provisioning connection
ApplicationCrossAppAccessConnectionsApi create_cross_app_access_connection POST /api/v1/apps/{appId}/cwo/connections Create a Cross App Access connection
ApplicationCrossAppAccessConnectionsApi delete_cross_app_access_connection DELETE /api/v1/apps/{appId}/cwo/connections/{connectionId} Delete a Cross App Access connection
ApplicationCrossAppAccessConnectionsApi get_all_cross_app_access_connections GET /api/v1/apps/{appId}/cwo/connections Retrieve all Cross App Access connections
ApplicationCrossAppAccessConnectionsApi get_cross_app_access_connection GET /api/v1/apps/{appId}/cwo/connections/{connectionId} Retrieve a Cross App Access connection
ApplicationCrossAppAccessConnectionsApi update_cross_app_access_connection PATCH /api/v1/apps/{appId}/cwo/connections/{connectionId} Update a Cross App Access connection
ApplicationFeaturesApi get_feature_for_application GET /api/v1/apps/{appId}/features/{featureName} Retrieve a feature
ApplicationFeaturesApi list_features_for_application GET /api/v1/apps/{appId}/features List all features
ApplicationFeaturesApi update_feature_for_application PUT /api/v1/apps/{appId}/features/{featureName} Update a feature
ApplicationGrantsApi get_scope_consent_grant GET /api/v1/apps/{appId}/grants/{grantId} Retrieve an app grant
ApplicationGrantsApi grant_consent_to_scope POST /api/v1/apps/{appId}/grants Grant consent to scope
ApplicationGrantsApi list_scope_consent_grants GET /api/v1/apps/{appId}/grants List all app grants
ApplicationGrantsApi revoke_scope_consent_grant DELETE /api/v1/apps/{appId}/grants/{grantId} Revoke an app grant
ApplicationGroupsApi assign_group_to_application PUT /api/v1/apps/{appId}/groups/{groupId} Assign an application group
ApplicationGroupsApi get_application_group_assignment GET /api/v1/apps/{appId}/groups/{groupId} Retrieve an application group
ApplicationGroupsApi list_application_group_assignments GET /api/v1/apps/{appId}/groups List all application groups
ApplicationGroupsApi unassign_application_from_group DELETE /api/v1/apps/{appId}/groups/{groupId} Unassign an application group
ApplicationGroupsApi update_group_assignment_to_application PATCH /api/v1/apps/{appId}/groups/{groupId} Update an application group
ApplicationLogosApi upload_application_logo POST /api/v1/apps/{appId}/logo Upload an application logo
ApplicationPoliciesApi assign_application_policy PUT /api/v1/apps/{appId}/policies/{policyId} Assign an app sign-in policy
ApplicationSSOApi preview_sam_lmetadata_for_application GET /api/v1/apps/{appId}/sso/saml/metadata Preview the application SAML metadata
ApplicationSSOCredentialKeyApi clone_application_key POST /api/v1/apps/{appId}/credentials/keys/{keyId}/clone Clone a key credential
ApplicationSSOCredentialKeyApi generate_application_key POST /api/v1/apps/{appId}/credentials/keys/generate Generate a key credential
ApplicationSSOCredentialKeyApi generate_csr_for_application POST /api/v1/apps/{appId}/credentials/csrs Generate a certificate signing request
ApplicationSSOCredentialKeyApi get_application_key GET /api/v1/apps/{appId}/credentials/keys/{keyId} Retrieve a key credential
ApplicationSSOCredentialKeyApi get_csr_for_application GET /api/v1/apps/{appId}/credentials/csrs/{csrId} Retrieve a certificate signing request
ApplicationSSOCredentialKeyApi list_application_keys GET /api/v1/apps/{appId}/credentials/keys List all key credentials
ApplicationSSOCredentialKeyApi list_csrs_for_application GET /api/v1/apps/{appId}/credentials/csrs List all certificate signing requests
ApplicationSSOCredentialKeyApi publish_csr_from_application POST /api/v1/apps/{appId}/credentials/csrs/{csrId}/lifecycle/publish Publish a certificate signing request
ApplicationSSOCredentialKeyApi revoke_csr_from_application DELETE /api/v1/apps/{appId}/credentials/csrs/{csrId} Revoke a certificate signing request
ApplicationSSOFederatedClaimsApi create_federated_claim POST /api/v1/apps/{appId}/federated-claims Create a federated claim
ApplicationSSOFederatedClaimsApi delete_federated_claim DELETE /api/v1/apps/{appId}/federated-claims/{claimId} Delete a federated claim
ApplicationSSOFederatedClaimsApi get_federated_claim GET /api/v1/apps/{appId}/federated-claims/{claimId} Retrieve a federated claim
ApplicationSSOFederatedClaimsApi list_federated_claims GET /api/v1/apps/{appId}/federated-claims List all configured federated claims
ApplicationSSOFederatedClaimsApi replace_federated_claim PUT /api/v1/apps/{appId}/federated-claims/{claimId} Replace a federated claim
ApplicationSSOPublicKeysApi activate_o_auth2_client_json_web_key POST /api/v1/apps/{appId}/credentials/jwks/{keyId}/lifecycle/activate Activate an OAuth 2.0 client JSON Web Key
ApplicationSSOPublicKeysApi activate_o_auth2_client_secret POST /api/v1/apps/{appId}/credentials/secrets/{secretId}/lifecycle/activate Activate an OAuth 2.0 client secret
ApplicationSSOPublicKeysApi add_jwk POST /api/v1/apps/{appId}/credentials/jwks Add a JSON Web Key
ApplicationSSOPublicKeysApi create_o_auth2_client_secret POST /api/v1/apps/{appId}/credentials/secrets Create an OAuth 2.0 client secret
ApplicationSSOPublicKeysApi deactivate_o_auth2_client_json_web_key POST /api/v1/apps/{appId}/credentials/jwks/{keyId}/lifecycle/deactivate Deactivate an OAuth 2.0 client JSON Web Key
ApplicationSSOPublicKeysApi deactivate_o_auth2_client_secret POST /api/v1/apps/{appId}/credentials/secrets/{secretId}/lifecycle/deactivate Deactivate an OAuth 2.0 client secret
ApplicationSSOPublicKeysApi delete_o_auth2_client_secret DELETE /api/v1/apps/{appId}/credentials/secrets/{secretId} Delete an OAuth 2.0 client secret
ApplicationSSOPublicKeysApi deletejwk DELETE /api/v1/apps/{appId}/credentials/jwks/{keyId} Delete an OAuth 2.0 client JSON Web Key
ApplicationSSOPublicKeysApi get_jwk GET /api/v1/apps/{appId}/credentials/jwks/{keyId} Retrieve an OAuth 2.0 client JSON Web Key
ApplicationSSOPublicKeysApi get_o_auth2_client_secret GET /api/v1/apps/{appId}/credentials/secrets/{secretId} Retrieve an OAuth 2.0 client secret
ApplicationSSOPublicKeysApi list_jwk GET /api/v1/apps/{appId}/credentials/jwks List all the OAuth 2.0 client JSON Web Keys
ApplicationSSOPublicKeysApi list_o_auth2_client_secrets GET /api/v1/apps/{appId}/credentials/secrets List all OAuth 2.0 client secrets
ApplicationTokensApi get_o_auth2_token_for_application GET /api/v1/apps/{appId}/tokens/{tokenId} Retrieve an application token
ApplicationTokensApi list_o_auth2_tokens_for_application GET /api/v1/apps/{appId}/tokens List all application refresh tokens
ApplicationTokensApi revoke_o_auth2_token_for_application DELETE /api/v1/apps/{appId}/tokens/{tokenId} Revoke an application token
ApplicationTokensApi revoke_o_auth2_tokens_for_application DELETE /api/v1/apps/{appId}/tokens Revoke all application tokens
ApplicationUsersApi assign_user_to_application POST /api/v1/apps/{appId}/users Assign an application user
ApplicationUsersApi get_application_user GET /api/v1/apps/{appId}/users/{userId} Retrieve an application user
ApplicationUsersApi list_application_users GET /api/v1/apps/{appId}/users List all application users
ApplicationUsersApi unassign_user_from_application DELETE /api/v1/apps/{appId}/users/{userId} Unassign an application user
ApplicationUsersApi update_application_user POST /api/v1/apps/{appId}/users/{userId} Update an application user
AssociatedDomainCustomizationsApi get_all_well_known_uris GET /api/v1/brands/{brandId}/well-known-uris Retrieve all the well-known URIs
AssociatedDomainCustomizationsApi get_apple_app_site_association_well_known_uri GET /.well-known/apple-app-site-association Retrieve the customized apple-app-site-association URI content
AssociatedDomainCustomizationsApi get_asset_links_well_known_uri GET /.well-known/assetlinks.json Retrieve the customized assetlinks.json URI content
AssociatedDomainCustomizationsApi get_brand_well_known_uri GET /api/v1/brands/{brandId}/well-known-uris/{path}/customized Retrieve the customized content of the specified well-known URI
AssociatedDomainCustomizationsApi get_root_brand_well_known_uri GET /api/v1/brands/{brandId}/well-known-uris/{path} Retrieve the well-known URI of a specific brand
AssociatedDomainCustomizationsApi get_web_authn_well_known_uri GET /.well-known/webauthn Retrieve the customized webauthn URI content
AssociatedDomainCustomizationsApi replace_brand_well_known_uri PUT /api/v1/brands/{brandId}/well-known-uris/{path}/customized Replace the customized well-known URI of the specific path
AttackProtectionApi get_authenticator_settings GET /attack-protection/api/v1/authenticator-settings Retrieve the authenticator settings
AttackProtectionApi get_user_lockout_settings GET /attack-protection/api/v1/user-lockout-settings Retrieve the user lockout settings
AttackProtectionApi replace_authenticator_settings PUT /attack-protection/api/v1/authenticator-settings Replace the authenticator settings
AttackProtectionApi replace_user_lockout_settings PUT /attack-protection/api/v1/user-lockout-settings Replace the user lockout settings
AuthenticatorApi activate_authenticator POST /api/v1/authenticators/{authenticatorId}/lifecycle/activate Activate an authenticator
AuthenticatorApi activate_authenticator_method POST /api/v1/authenticators/{authenticatorId}/methods/{methodType}/lifecycle/activate Activate an authenticator method
AuthenticatorApi create_authenticator POST /api/v1/authenticators Create an authenticator
AuthenticatorApi create_custom_aaguid POST /api/v1/authenticators/{authenticatorId}/aaguids Create a custom AAGUID
AuthenticatorApi deactivate_authenticator POST /api/v1/authenticators/{authenticatorId}/lifecycle/deactivate Deactivate an authenticator
AuthenticatorApi deactivate_authenticator_method POST /api/v1/authenticators/{authenticatorId}/methods/{methodType}/lifecycle/deactivate Deactivate an authenticator method
AuthenticatorApi delete_custom_aaguid DELETE /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid} Delete a custom AAGUID
AuthenticatorApi get_authenticator GET /api/v1/authenticators/{authenticatorId} Retrieve an authenticator
AuthenticatorApi get_authenticator_method GET /api/v1/authenticators/{authenticatorId}/methods/{methodType} Retrieve an authenticator method
AuthenticatorApi get_custom_aaguid GET /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid} Retrieve a custom AAGUID
AuthenticatorApi get_well_known_app_authenticator_configuration GET /.well-known/app-authenticator-configuration Retrieve the well-known app authenticator configuration
AuthenticatorApi list_all_custom_aaguids GET /api/v1/authenticators/{authenticatorId}/aaguids List all custom AAGUIDs
AuthenticatorApi list_authenticator_methods GET /api/v1/authenticators/{authenticatorId}/methods List all methods of an authenticator
AuthenticatorApi list_authenticators GET /api/v1/authenticators List all authenticators
AuthenticatorApi replace_authenticator PUT /api/v1/authenticators/{authenticatorId} Replace an authenticator
AuthenticatorApi replace_authenticator_method PUT /api/v1/authenticators/{authenticatorId}/methods/{methodType} Replace an authenticator method
AuthenticatorApi replace_custom_aaguid PUT /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid} Replace a custom AAGUID
AuthenticatorApi update_custom_aaguid PATCH /api/v1/authenticators/{authenticatorId}/aaguids/{aaguid} Update a custom AAGUID
AuthenticatorApi verify_rp_id_domain POST /api/v1/authenticators/{authenticatorId}/methods/{webAuthnMethodType}/verify-rp-id-domain Verify a Relying Party ID domain
AuthorizationServerApi activate_authorization_server POST /api/v1/authorizationServers/{authServerId}/lifecycle/activate Activate an authorization server
AuthorizationServerApi create_authorization_server POST /api/v1/authorizationServers Create an authorization server
AuthorizationServerApi deactivate_authorization_server POST /api/v1/authorizationServers/{authServerId}/lifecycle/deactivate Deactivate an authorization server
AuthorizationServerApi delete_authorization_server DELETE /api/v1/authorizationServers/{authServerId} Delete an authorization server
AuthorizationServerApi get_authorization_server GET /api/v1/authorizationServers/{authServerId} Retrieve an authorization server
AuthorizationServerApi list_authorization_servers GET /api/v1/authorizationServers List all authorization servers
AuthorizationServerApi replace_authorization_server PUT /api/v1/authorizationServers/{authServerId} Replace an authorization server
AuthorizationServerAssocApi create_associated_servers POST /api/v1/authorizationServers/{authServerId}/associatedServers Create an associated authorization server
AuthorizationServerAssocApi delete_associated_server DELETE /api/v1/authorizationServers/{authServerId}/associatedServers/{associatedServerId} Delete an associated authorization server
AuthorizationServerAssocApi list_associated_servers_by_trusted_type GET /api/v1/authorizationServers/{authServerId}/associatedServers List all associated authorization servers
AuthorizationServerClaimsApi create_o_auth2_claim POST /api/v1/authorizationServers/{authServerId}/claims Create a custom token claim
AuthorizationServerClaimsApi delete_o_auth2_claim DELETE /api/v1/authorizationServers/{authServerId}/claims/{claimId} Delete a custom token claim
AuthorizationServerClaimsApi get_o_auth2_claim GET /api/v1/authorizationServers/{authServerId}/claims/{claimId} Retrieve a custom token claim
AuthorizationServerClaimsApi list_o_auth2_claims GET /api/v1/authorizationServers/{authServerId}/claims List all custom token claims
AuthorizationServerClaimsApi replace_o_auth2_claim PUT /api/v1/authorizationServers/{authServerId}/claims/{claimId} Replace a custom token claim
AuthorizationServerClientsApi get_refresh_token_for_authorization_server_and_client GET /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens/{tokenId} Retrieve a refresh token for a client
AuthorizationServerClientsApi list_o_auth2_clients_for_authorization_server GET /api/v1/authorizationServers/{authServerId}/clients List all client resources for an authorization server
AuthorizationServerClientsApi list_refresh_tokens_for_authorization_server_and_client GET /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens List all refresh tokens for a client
AuthorizationServerClientsApi revoke_refresh_token_for_authorization_server_and_client DELETE /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens/{tokenId} Revoke a refresh token for a client
AuthorizationServerClientsApi revoke_refresh_tokens_for_authorization_server_and_client DELETE /api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens Revoke all refresh tokens for a client
AuthorizationServerKeysApi get_authorization_server_key GET /api/v1/authorizationServers/{authServerId}/credentials/keys/{keyId} Retrieve an authorization server key
AuthorizationServerKeysApi list_authorization_server_keys GET /api/v1/authorizationServers/{authServerId}/credentials/keys List all credential keys
AuthorizationServerKeysApi rotate_authorization_server_keys POST /api/v1/authorizationServers/{authServerId}/credentials/lifecycle/keyRotate Rotate all credential keys
AuthorizationServerPoliciesApi activate_authorization_server_policy POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/activate Activate a policy
AuthorizationServerPoliciesApi create_authorization_server_policy POST /api/v1/authorizationServers/{authServerId}/policies Create a policy
AuthorizationServerPoliciesApi deactivate_authorization_server_policy POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/deactivate Deactivate a policy
AuthorizationServerPoliciesApi delete_authorization_server_policy DELETE /api/v1/authorizationServers/{authServerId}/policies/{policyId} Delete a policy
AuthorizationServerPoliciesApi get_authorization_server_policy GET /api/v1/authorizationServers/{authServerId}/policies/{policyId} Retrieve a policy
AuthorizationServerPoliciesApi list_authorization_server_policies GET /api/v1/authorizationServers/{authServerId}/policies List all policies
AuthorizationServerPoliciesApi replace_authorization_server_policy PUT /api/v1/authorizationServers/{authServerId}/policies/{policyId} Replace a policy
AuthorizationServerRulesApi activate_authorization_server_policy_rule POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/activate Activate a policy rule
AuthorizationServerRulesApi create_authorization_server_policy_rule POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules Create a policy rule
AuthorizationServerRulesApi deactivate_authorization_server_policy_rule POST /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/deactivate Deactivate a policy rule
AuthorizationServerRulesApi delete_authorization_server_policy_rule DELETE /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId} Delete a policy rule
AuthorizationServerRulesApi get_authorization_server_policy_rule GET /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId} Retrieve a policy rule
AuthorizationServerRulesApi list_authorization_server_policy_rules GET /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules List all policy rules
AuthorizationServerRulesApi replace_authorization_server_policy_rule PUT /api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId} Replace a policy rule
AuthorizationServerScopesApi create_o_auth2_scope POST /api/v1/authorizationServers/{authServerId}/scopes Create a custom token scope
AuthorizationServerScopesApi delete_o_auth2_scope DELETE /api/v1/authorizationServers/{authServerId}/scopes/{scopeId} Delete a custom token scope
AuthorizationServerScopesApi get_o_auth2_scope GET /api/v1/authorizationServers/{authServerId}/scopes/{scopeId} Retrieve a custom token scope
AuthorizationServerScopesApi list_o_auth2_scopes GET /api/v1/authorizationServers/{authServerId}/scopes List all custom token scopes
AuthorizationServerScopesApi replace_o_auth2_scope PUT /api/v1/authorizationServers/{authServerId}/scopes/{scopeId} Replace a custom token scope
BehaviorApi activate_behavior_detection_rule POST /api/v1/behaviors/{behaviorId}/lifecycle/activate Activate a behavior detection rule
BehaviorApi create_behavior_detection_rule POST /api/v1/behaviors Create a behavior detection rule
BehaviorApi deactivate_behavior_detection_rule POST /api/v1/behaviors/{behaviorId}/lifecycle/deactivate Deactivate a behavior detection rule
BehaviorApi delete_behavior_detection_rule DELETE /api/v1/behaviors/{behaviorId} Delete a behavior detection rule
BehaviorApi get_behavior_detection_rule GET /api/v1/behaviors/{behaviorId} Retrieve a behavior detection rule
BehaviorApi list_behavior_detection_rules GET /api/v1/behaviors List all behavior detection rules
BehaviorApi replace_behavior_detection_rule PUT /api/v1/behaviors/{behaviorId} Replace a behavior detection rule
BrandsApi create_brand POST /api/v1/brands Create a brand
BrandsApi delete_brand DELETE /api/v1/brands/{brandId} Delete a brand
BrandsApi get_brand GET /api/v1/brands/{brandId} Retrieve a brand
BrandsApi list_brand_domains GET /api/v1/brands/{brandId}/domains List all domains associated with a brand
BrandsApi list_brands GET /api/v1/brands List all brands
BrandsApi replace_brand PUT /api/v1/brands/{brandId} Replace a brand
CAPTCHAApi create_captcha_instance POST /api/v1/captchas Create a CAPTCHA instance
CAPTCHAApi delete_captcha_instance DELETE /api/v1/captchas/{captchaId} Delete a CAPTCHA instance
CAPTCHAApi delete_org_captcha_settings DELETE /api/v1/org/captcha Delete the org-wide CAPTCHA settings
CAPTCHAApi get_captcha_instance GET /api/v1/captchas/{captchaId} Retrieve a CAPTCHA instance
CAPTCHAApi get_org_captcha_settings GET /api/v1/org/captcha Retrieve the org-wide CAPTCHA settings
CAPTCHAApi list_captcha_instances GET /api/v1/captchas List all CAPTCHA instances
CAPTCHAApi replace_captcha_instance PUT /api/v1/captchas/{captchaId} Replace a CAPTCHA instance
CAPTCHAApi replaces_org_captcha_settings PUT /api/v1/org/captcha Replace the org-wide CAPTCHA settings
CAPTCHAApi update_captcha_instance POST /api/v1/captchas/{captchaId} Update a CAPTCHA instance
CustomDomainApi create_custom_domain POST /api/v1/domains Create a custom domain
CustomDomainApi delete_custom_domain DELETE /api/v1/domains/{domainId} Delete a custom domain
CustomDomainApi get_custom_domain GET /api/v1/domains/{domainId} Retrieve a custom domain
CustomDomainApi list_custom_domains GET /api/v1/domains List all custom domains
CustomDomainApi replace_custom_domain PUT /api/v1/domains/{domainId} Replace a custom domain's brand
CustomDomainApi upsert_certificate PUT /api/v1/domains/{domainId}/certificate Upsert the custom domain's certificate
CustomDomainApi verify_domain POST /api/v1/domains/{domainId}/verify Verify a custom domain
CustomPagesApi delete_customized_error_page DELETE /api/v1/brands/{brandId}/pages/error/customized Delete the customized error page
CustomPagesApi delete_customized_sign_in_page DELETE /api/v1/brands/{brandId}/pages/sign-in/customized Delete the customized sign-in page
CustomPagesApi delete_preview_error_page DELETE /api/v1/brands/{brandId}/pages/error/preview Delete the preview error page
CustomPagesApi delete_preview_sign_in_page DELETE /api/v1/brands/{brandId}/pages/sign-in/preview Delete the preview sign-in page
CustomPagesApi get_customized_error_page GET /api/v1/brands/{brandId}/pages/error/customized Retrieve the customized error page
CustomPagesApi get_customized_sign_in_page GET /api/v1/brands/{brandId}/pages/sign-in/customized Retrieve the customized sign-in page
CustomPagesApi get_default_error_page GET /api/v1/brands/{brandId}/pages/error/default Retrieve the default error page
CustomPagesApi get_default_sign_in_page GET /api/v1/brands/{brandId}/pages/sign-in/default Retrieve the default sign-in page
CustomPagesApi get_error_page GET /api/v1/brands/{brandId}/pages/error Retrieve the error page sub-resources
CustomPagesApi get_preview_error_page GET /api/v1/brands/{brandId}/pages/error/preview Retrieve the preview error page preview
CustomPagesApi get_preview_sign_in_page GET /api/v1/brands/{brandId}/pages/sign-in/preview Retrieve the preview sign-in page preview
CustomPagesApi get_sign_in_page GET /api/v1/brands/{brandId}/pages/sign-in Retrieve the sign-in page sub-resources
CustomPagesApi get_sign_out_page_settings GET /api/v1/brands/{brandId}/pages/sign-out/customized Retrieve the sign-out page settings
CustomPagesApi list_all_sign_in_widget_versions GET /api/v1/brands/{brandId}/pages/sign-in/widget-versions List all Sign-In Widget versions
CustomPagesApi replace_customized_error_page PUT /api/v1/brands/{brandId}/pages/error/customized Replace the customized error page
CustomPagesApi replace_customized_sign_in_page PUT /api/v1/brands/{brandId}/pages/sign-in/customized Replace the customized sign-in page
CustomPagesApi replace_preview_error_page PUT /api/v1/brands/{brandId}/pages/error/preview Replace the preview error page
CustomPagesApi replace_preview_sign_in_page PUT /api/v1/brands/{brandId}/pages/sign-in/preview Replace the preview sign-in page
CustomPagesApi replace_sign_out_page_settings PUT /api/v1/brands/{brandId}/pages/sign-out/customized Replace the sign-out page settings
CustomTemplatesApi create_email_customization POST /api/v1/brands/{brandId}/templates/email/{templateName}/customizations Create an email customization
CustomTemplatesApi delete_all_customizations DELETE /api/v1/brands/{brandId}/templates/email/{templateName}/customizations Delete all email customizations
CustomTemplatesApi delete_email_customization DELETE /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId} Delete an email customization
CustomTemplatesApi get_customization_preview GET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}/preview Retrieve a preview of an email customization
CustomTemplatesApi get_email_customization GET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId} Retrieve an email customization
CustomTemplatesApi get_email_default_content GET /api/v1/brands/{brandId}/templates/email/{templateName}/default-content Retrieve an email template default content
CustomTemplatesApi get_email_default_preview GET /api/v1/brands/{brandId}/templates/email/{templateName}/default-content/preview Retrieve a preview of the email template default content
CustomTemplatesApi get_email_settings GET /api/v1/brands/{brandId}/templates/email/{templateName}/settings Retrieve the email template settings
CustomTemplatesApi get_email_template GET /api/v1/brands/{brandId}/templates/email/{templateName} Retrieve an email template
CustomTemplatesApi list_email_customizations GET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations List all email customizations
CustomTemplatesApi list_email_templates GET /api/v1/brands/{brandId}/templates/email List all email templates
CustomTemplatesApi replace_email_customization PUT /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId} Replace an email customization
CustomTemplatesApi replace_email_settings PUT /api/v1/brands/{brandId}/templates/email/{templateName}/settings Replace the email template settings
CustomTemplatesApi send_test_email POST /api/v1/brands/{brandId}/templates/email/{templateName}/test Send a test email
DeviceApi activate_device POST /api/v1/devices/{deviceId}/lifecycle/activate Activate a device
DeviceApi deactivate_device POST /api/v1/devices/{deviceId}/lifecycle/deactivate Deactivate a device
DeviceApi delete_device DELETE /api/v1/devices/{deviceId} Delete a device
DeviceApi get_device GET /api/v1/devices/{deviceId} Retrieve a device
DeviceApi list_device_users GET /api/v1/devices/{deviceId}/users List all users for a device
DeviceApi list_devices GET /api/v1/devices List all devices
DeviceApi suspend_device POST /api/v1/devices/{deviceId}/lifecycle/suspend Suspend a Device
DeviceApi unsuspend_device POST /api/v1/devices/{deviceId}/lifecycle/unsuspend Unsuspend a Device
DeviceAssuranceApi create_device_assurance_policy POST /api/v1/device-assurances Create a device assurance policy
DeviceAssuranceApi delete_device_assurance_policy DELETE /api/v1/device-assurances/{deviceAssuranceId} Delete a device assurance policy
DeviceAssuranceApi get_device_assurance_policy GET /api/v1/device-assurances/{deviceAssuranceId} Retrieve a device assurance policy
DeviceAssuranceApi list_device_assurance_policies GET /api/v1/device-assurances List all device assurance policies
DeviceAssuranceApi replace_device_assurance_policy PUT /api/v1/device-assurances/{deviceAssuranceId} Replace a device assurance policy
DeviceIntegrationsApi activate_device_integration POST /api/v1/device-integrations/{deviceIntegrationId}/lifecycle/activate Activate a device integration
DeviceIntegrationsApi deactivate_device_integration POST /api/v1/device-integrations/{deviceIntegrationId}/lifecycle/deactivate Deactivate a device integration
DeviceIntegrationsApi get_device_integration GET /api/v1/device-integrations/{deviceIntegrationId} Retrieve a device integration
DeviceIntegrationsApi list_device_integrations GET /api/v1/device-integrations List all device integrations
DevicePostureCheckApi create_device_posture_check POST /api/v1/device-posture-checks Create a device posture check
DevicePostureCheckApi delete_device_posture_check DELETE /api/v1/device-posture-checks/{postureCheckId} Delete a device posture check
DevicePostureCheckApi get_device_posture_check GET /api/v1/device-posture-checks/{postureCheckId} Retrieve a device posture check
DevicePostureCheckApi list_default_device_posture_checks GET /api/v1/device-posture-checks/default List all default device posture checks
DevicePostureCheckApi list_device_posture_checks GET /api/v1/device-posture-checks List all device posture checks
DevicePostureCheckApi replace_device_posture_check PUT /api/v1/device-posture-checks/{postureCheckId} Replace a device posture check
DirectoriesIntegrationApi update_ad_group_membership POST /api/v1/directories/{appInstanceId}/groups/modify Update an Active Directory group membership
EmailCustomizationApi bulk_remove_email_address_bounces POST /api/v1/org/email/bounces/remove-list Remove bounced emails
EmailDomainApi create_email_domain POST /api/v1/email-domains Create an email domain
EmailDomainApi delete_email_domain DELETE /api/v1/email-domains/{emailDomainId} Delete an email domain
EmailDomainApi get_email_domain GET /api/v1/email-domains/{emailDomainId} Retrieve an email domain
EmailDomainApi list_email_domains GET /api/v1/email-domains List all email domains
EmailDomainApi replace_email_domain PUT /api/v1/email-domains/{emailDomainId} Replace an email domain
EmailDomainApi verify_email_domain POST /api/v1/email-domains/{emailDomainId}/verify Verify an email domain
EmailServerApi create_email_server POST /api/v1/email-servers Create a custom SMTP server
EmailServerApi delete_email_server DELETE /api/v1/email-servers/{emailServerId} Delete an SMTP server configuration
EmailServerApi get_email_server GET /api/v1/email-servers/{emailServerId} Retrieve an SMTP server configuration
EmailServerApi list_email_servers GET /api/v1/email-servers List all enrolled SMTP servers
EmailServerApi test_email_server POST /api/v1/email-servers/{emailServerId}/test Test an SMTP server configuration
EmailServerApi update_email_server PATCH /api/v1/email-servers/{emailServerId} Update an SMTP server configuration
EventHookApi activate_event_hook POST /api/v1/eventHooks/{eventHookId}/lifecycle/activate Activate an event hook
EventHookApi create_event_hook POST /api/v1/eventHooks Create an event hook
EventHookApi deactivate_event_hook POST /api/v1/eventHooks/{eventHookId}/lifecycle/deactivate Deactivate an event hook
EventHookApi delete_event_hook DELETE /api/v1/eventHooks/{eventHookId} Delete an event hook
EventHookApi get_event_hook GET /api/v1/eventHooks/{eventHookId} Retrieve an event hook
EventHookApi list_event_hooks GET /api/v1/eventHooks List all event hooks
EventHookApi replace_event_hook PUT /api/v1/eventHooks/{eventHookId} Replace an event hook
EventHookApi verify_event_hook POST /api/v1/eventHooks/{eventHookId}/lifecycle/verify Verify an event hook
FeatureApi get_feature GET /api/v1/features/{featureId} Retrieve a feature
FeatureApi list_feature_dependencies GET /api/v1/features/{featureId}/dependencies List all dependencies
FeatureApi list_feature_dependents GET /api/v1/features/{featureId}/dependents List all dependents
FeatureApi list_features GET /api/v1/features List all features
FeatureApi update_feature_lifecycle POST /api/v1/features/{featureId}/{lifecycle} Update a feature lifecycle
GovernanceBundleApi create_governance_bundle POST /api/v1/iam/governance/bundles Create a governance bundle
GovernanceBundleApi delete_governance_bundle DELETE /api/v1/iam/governance/bundles/{bundleId} Delete a governance bundle
GovernanceBundleApi get_governance_bundle GET /api/v1/iam/governance/bundles/{bundleId} Retrieve a governance bundle
GovernanceBundleApi get_opt_in_status GET /api/v1/iam/governance/optIn Retrieve the Admin Console opt-in status
GovernanceBundleApi list_bundle_entitlement_values GET /api/v1/iam/governance/bundles/{bundleId}/entitlements/{entitlementId}/values List all values for a governance bundle entitlement
GovernanceBundleApi list_bundle_entitlements GET /api/v1/iam/governance/bundles/{bundleId}/entitlements List all entitlements for a governance bundle
GovernanceBundleApi list_governance_bundles GET /api/v1/iam/governance/bundles List all governance bundles
GovernanceBundleApi opt_in POST /api/v1/iam/governance/optIn Opt in the Admin Console to entitlement management
GovernanceBundleApi opt_out POST /api/v1/iam/governance/optOut Opt out the Admin Console from entitlement management
GovernanceBundleApi replace_governance_bundle PUT /api/v1/iam/governance/bundles/{bundleId} Replace a governance bundle
GroupApi add_group POST /api/v1/groups Add a group
GroupApi assign_user_to_group PUT /api/v1/groups/{groupId}/users/{userId} Assign a user to a group
GroupApi delete_group DELETE /api/v1/groups/{groupId} Delete a group
GroupApi get_group GET /api/v1/groups/{groupId} Retrieve a group
GroupApi list_assigned_applications_for_group GET /api/v1/groups/{groupId}/apps List all assigned apps
GroupApi list_group_users GET /api/v1/groups/{groupId}/users List all member users
GroupApi list_groups GET /api/v1/groups List all groups
GroupApi replace_group PUT /api/v1/groups/{groupId} Replace a group
GroupApi unassign_user_from_group DELETE /api/v1/groups/{groupId}/users/{userId} Unassign a user from a group
GroupOwnerApi assign_group_owner POST /api/v1/groups/{groupId}/owners Assign a group owner
GroupOwnerApi delete_group_owner DELETE /api/v1/groups/{groupId}/owners/{ownerId} Delete a group owner
GroupOwnerApi list_group_owners GET /api/v1/groups/{groupId}/owners List all group owners
GroupPushMappingApi create_group_push_mapping POST /api/v1/apps/{appId}/group-push/mappings Create a group push mapping
GroupPushMappingApi delete_group_push_mapping DELETE /api/v1/apps/{appId}/group-push/mappings/{mappingId} Delete a group push mapping
GroupPushMappingApi get_group_push_mapping GET /api/v1/apps/{appId}/group-push/mappings/{mappingId} Retrieve a group push mapping
GroupPushMappingApi list_group_push_mappings GET /api/v1/apps/{appId}/group-push/mappings List all group push mappings
GroupPushMappingApi update_group_push_mapping PATCH /api/v1/apps/{appId}/group-push/mappings/{mappingId} Update a group push mapping
GroupRuleApi activate_group_rule POST /api/v1/groups/rules/{groupRuleId}/lifecycle/activate Activate a group rule
GroupRuleApi create_group_rule POST /api/v1/groups/rules Create a group rule
GroupRuleApi deactivate_group_rule POST /api/v1/groups/rules/{groupRuleId}/lifecycle/deactivate Deactivate a group rule
GroupRuleApi delete_group_rule DELETE /api/v1/groups/rules/{groupRuleId} Delete a group rule
GroupRuleApi get_group_rule GET /api/v1/groups/rules/{groupRuleId} Retrieve a group rule
GroupRuleApi list_group_rules GET /api/v1/groups/rules List all group rules
GroupRuleApi replace_group_rule PUT /api/v1/groups/rules/{groupRuleId} Replace a group rule
HookKeyApi create_hook_key POST /api/v1/hook-keys Create a key
HookKeyApi delete_hook_key DELETE /api/v1/hook-keys/{id} Delete a key
HookKeyApi get_hook_key GET /api/v1/hook-keys/{id} Retrieve a key by ID
HookKeyApi get_public_key GET /api/v1/hook-keys/public/{keyId} Retrieve a public key
HookKeyApi list_hook_keys GET /api/v1/hook-keys List all keys
HookKeyApi replace_hook_key PUT /api/v1/hook-keys/{id} Replace a key
IdentityProviderApi activate_identity_provider POST /api/v1/idps/{idpId}/lifecycle/activate Activate an IdP
IdentityProviderApi create_identity_provider POST /api/v1/idps Create an IdP
IdentityProviderApi deactivate_identity_provider POST /api/v1/idps/{idpId}/lifecycle/deactivate Deactivate an IdP
IdentityProviderApi delete_identity_provider DELETE /api/v1/idps/{idpId} Delete an IdP
IdentityProviderApi get_identity_provider GET /api/v1/idps/{idpId} Retrieve an IdP
IdentityProviderApi list_identity_providers GET /api/v1/idps List all IdPs
IdentityProviderApi replace_identity_provider PUT /api/v1/idps/{idpId} Replace an IdP
IdentityProviderKeysApi create_identity_provider_key POST /api/v1/idps/credentials/keys Create an IdP key credential
IdentityProviderKeysApi delete_identity_provider_key DELETE /api/v1/idps/credentials/keys/{kid} Delete an IdP key credential
IdentityProviderKeysApi get_identity_provider_key GET /api/v1/idps/credentials/keys/{kid} Retrieve an IdP key credential
IdentityProviderKeysApi list_identity_provider_keys GET /api/v1/idps/credentials/keys List all IdP key credentials
IdentityProviderKeysApi replace_identity_provider_key PUT /api/v1/idps/credentials/keys/{kid} Replace an IdP key credential
IdentityProviderSigningKeysApi clone_identity_provider_key POST /api/v1/idps/{idpId}/credentials/keys/{kid}/clone Clone a signing key credential for IdP
IdentityProviderSigningKeysApi generate_csr_for_identity_provider POST /api/v1/idps/{idpId}/credentials/csrs Generate a certificate signing request
IdentityProviderSigningKeysApi generate_identity_provider_signing_key POST /api/v1/idps/{idpId}/credentials/keys/generate Generate a new signing key credential for IdP
IdentityProviderSigningKeysApi get_csr_for_identity_provider GET /api/v1/idps/{idpId}/credentials/csrs/{idpCsrId} Retrieve a certificate signing request
IdentityProviderSigningKeysApi get_identity_provider_signing_key GET /api/v1/idps/{idpId}/credentials/keys/{kid} Retrieve a signing key credential for IdP
IdentityProviderSigningKeysApi list_active_identity_provider_signing_key GET /api/v1/idps/{idpId}/credentials/keys/active List the active signing key credential for IdP
IdentityProviderSigningKeysApi list_csrs_for_identity_provider GET /api/v1/idps/{idpId}/credentials/csrs List all certificate signing requests
IdentityProviderSigningKeysApi list_identity_provider_signing_keys GET /api/v1/idps/{idpId}/credentials/keys List all signing key credentials for IdP
IdentityProviderSigningKeysApi publish_csr_for_identity_provider POST /api/v1/idps/{idpId}/credentials/csrs/{idpCsrId}/lifecycle/publish Publish a certificate signing request
IdentityProviderSigningKeysApi revoke_csr_for_identity_provider DELETE /api/v1/idps/{idpId}/credentials/csrs/{idpCsrId} Revoke a certificate signing request
IdentityProviderUsersApi get_identity_provider_application_user GET /api/v1/idps/{idpId}/users/{userId} Retrieve a user for IdP
IdentityProviderUsersApi link_user_to_identity_provider POST /api/v1/idps/{idpId}/users/{userId} Link a user to IdP
IdentityProviderUsersApi list_identity_provider_application_users GET /api/v1/idps/{idpId}/users List all users for IdP
IdentityProviderUsersApi list_social_auth_tokens GET /api/v1/idps/{idpId}/users/{userId}/credentials/tokens List all tokens from OIDC IdP
IdentityProviderUsersApi list_user_identity_providers GET /api/v1/users/{id}/idps List all IdPs for user
IdentityProviderUsersApi unlink_user_from_identity_provider DELETE /api/v1/idps/{idpId}/users/{userId} Unlink a user from IdP
IdentitySourceApi create_identity_source_session POST /api/v1/identity-sources/{identitySourceId}/sessions Create an identity source session
IdentitySourceApi create_identity_source_user POST /api/v1/identity-sources/{identitySourceId}/users Create an identity source user
IdentitySourceApi delete_identity_source_session DELETE /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId} Delete an identity source session
IdentitySourceApi delete_identity_source_user DELETE /api/v1/identity-sources/{identitySourceId}/users/{externalId} Delete an identity source user
IdentitySourceApi get_identity_source_session GET /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId} Retrieve an identity source session
IdentitySourceApi get_identity_source_user GET /api/v1/identity-sources/{identitySourceId}/users/{externalId} Retrieve an identity source user
IdentitySourceApi list_identity_source_sessions GET /api/v1/identity-sources/{identitySourceId}/sessions List all identity source sessions
IdentitySourceApi replace_existing_identity_source_user PUT /api/v1/identity-sources/{identitySourceId}/users/{externalId} Replace an existing identity source user
IdentitySourceApi start_import_from_identity_source POST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/start-import Start the import from the identity source
IdentitySourceApi update_identity_source_users PATCH /api/v1/identity-sources/{identitySourceId}/users/{externalId} Update an identity source user
IdentitySourceApi upload_identity_source_data_for_delete POST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/bulk-delete Upload the data to be deleted in Okta
IdentitySourceApi upload_identity_source_data_for_upsert POST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/bulk-upsert Upload the data to be upserted in Okta
IdentitySourceApi upload_identity_source_group_memberships_for_delete POST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/bulk-group-memberships-delete Upload the group memberships to be deleted in Okta
IdentitySourceApi upload_identity_source_group_memberships_for_upsert POST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/bulk-group-memberships-upsert Upload the group memberships to be upserted in Okta
IdentitySourceApi upload_identity_source_groups_data_for_delete POST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/bulk-groups-delete Upload the group external IDs to be deleted in Okta
IdentitySourceApi upload_identity_source_groups_for_upsert POST /api/v1/identity-sources/{identitySourceId}/sessions/{sessionId}/bulk-groups-upsert Upload the group profiles without memberships to be upserted in Okta
InlineHookApi activate_inline_hook POST /api/v1/inlineHooks/{inlineHookId}/lifecycle/activate Activate an inline hook
InlineHookApi create_inline_hook POST /api/v1/inlineHooks Create an inline hook
InlineHookApi deactivate_inline_hook POST /api/v1/inlineHooks/{inlineHookId}/lifecycle/deactivate Deactivate an inline hook
InlineHookApi delete_inline_hook DELETE /api/v1/inlineHooks/{inlineHookId} Delete an inline hook
InlineHookApi execute_inline_hook POST /api/v1/inlineHooks/{inlineHookId}/execute Execute an inline hook
InlineHookApi get_inline_hook GET /api/v1/inlineHooks/{inlineHookId} Retrieve an inline hook
InlineHookApi list_inline_hooks GET /api/v1/inlineHooks List all inline hooks
InlineHookApi replace_inline_hook PUT /api/v1/inlineHooks/{inlineHookId} Replace an inline hook
InlineHookApi update_inline_hook POST /api/v1/inlineHooks/{inlineHookId} Update an inline hook
LinkedObjectApi create_linked_object_definition POST /api/v1/meta/schemas/user/linkedObjects Create a linked object definition
LinkedObjectApi delete_linked_object_definition DELETE /api/v1/meta/schemas/user/linkedObjects/{linkedObjectName} Delete a linked object definition
LinkedObjectApi get_linked_object_definition GET /api/v1/meta/schemas/user/linkedObjects/{linkedObjectName} Retrieve a linked object definition
LinkedObjectApi list_linked_object_definitions GET /api/v1/meta/schemas/user/linkedObjects List all linked object definitions
LogStreamApi activate_log_stream POST /api/v1/logStreams/{logStreamId}/lifecycle/activate Activate a log stream
LogStreamApi create_log_stream POST /api/v1/logStreams Create a log stream
LogStreamApi deactivate_log_stream POST /api/v1/logStreams/{logStreamId}/lifecycle/deactivate Deactivate a log stream
LogStreamApi delete_log_stream DELETE /api/v1/logStreams/{logStreamId} Delete a log stream
LogStreamApi get_log_stream GET /api/v1/logStreams/{logStreamId} Retrieve a log stream
LogStreamApi list_log_streams GET /api/v1/logStreams List all log streams
LogStreamApi replace_log_stream PUT /api/v1/logStreams/{logStreamId} Replace a log stream
NetworkZoneApi activate_network_zone POST /api/v1/zones/{zoneId}/lifecycle/activate Activate a network zone
NetworkZoneApi create_network_zone POST /api/v1/zones Create a network zone
NetworkZoneApi deactivate_network_zone POST /api/v1/zones/{zoneId}/lifecycle/deactivate Deactivate a network zone
NetworkZoneApi delete_network_zone DELETE /api/v1/zones/{zoneId} Delete a network zone
NetworkZoneApi get_network_zone GET /api/v1/zones/{zoneId} Retrieve a network zone
NetworkZoneApi list_network_zones GET /api/v1/zones List all network zones
NetworkZoneApi replace_network_zone PUT /api/v1/zones/{zoneId} Replace a network zone
OAuth2ResourceServerCredentialsKeysApi activate_o_auth2_resource_server_json_web_key POST /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys/{keyId}/lifecycle/activate Activate a Custom Authorization Server Public JSON Web Key
OAuth2ResourceServerCredentialsKeysApi add_o_auth2_resource_server_json_web_key POST /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys Add a JSON Web Key
OAuth2ResourceServerCredentialsKeysApi deactivate_o_auth2_resource_server_json_web_key POST /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys/{keyId}/lifecycle/deactivate Deactivate a Custom Authorization Server Public JSON Web Key
OAuth2ResourceServerCredentialsKeysApi delete_o_auth2_resource_server_json_web_key DELETE /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys/{keyId} Delete a Custom Authorization Server Public JSON Web Key
OAuth2ResourceServerCredentialsKeysApi get_o_auth2_resource_server_json_web_key GET /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys/{keyId} Retrieve a Custom Authorization Server Public JSON Web Key
OAuth2ResourceServerCredentialsKeysApi list_o_auth2_resource_server_json_web_keys GET /api/v1/authorizationServers/{authServerId}/resourceservercredentials/keys List all Custom Authorization Server Public JSON Web Keys
OktaApplicationSettingsApi get_first_party_app_settings GET /api/v1/first-party-app-settings/{appName} Retrieve the Okta application settings
OktaApplicationSettingsApi replace_first_party_app_settings PUT /api/v1/first-party-app-settings/{appName} Replace the Okta application settings
OktaPersonalSettingsApi list_personal_apps_export_block_list GET /okta-personal-settings/api/v1/export-blocklists List all blocked email domains
OktaPersonalSettingsApi replace_blocked_email_domains PUT /okta-personal-settings/api/v1/export-blocklists Replace the blocked email domains
OktaPersonalSettingsApi replace_okta_personal_admin_settings PUT /okta-personal-settings/api/v1/edit-feature Replace the Okta Personal admin settings
OrgCreatorApi create_child_org POST /api/v1/orgs Create an org
OrgSettingAdminApi assign_client_privileges_setting PUT /api/v1/org/settings/clientPrivilegesSetting Assign the default public client app role setting
OrgSettingAdminApi get_auto_assign_admin_app_setting GET /api/v1/org/settings/autoAssignAdminAppSetting Retrieve the Okta Admin Console assignment setting
OrgSettingAdminApi get_client_privileges_setting GET /api/v1/org/settings/clientPrivilegesSetting Retrieve the default public client app role setting
OrgSettingAdminApi get_third_party_admin_setting GET /api/v1/org/orgSettings/thirdPartyAdminSetting Retrieve the org third-party admin setting
OrgSettingAdminApi update_auto_assign_admin_app_setting POST /api/v1/org/settings/autoAssignAdminAppSetting Update the Okta Admin Console assignment setting
OrgSettingAdminApi update_third_party_admin_setting POST /api/v1/org/orgSettings/thirdPartyAdminSetting Update the org third-party admin setting
OrgSettingCommunicationApi get_okta_communication_settings GET /api/v1/org/privacy/oktaCommunication Retrieve the Okta communication settings
OrgSettingCommunicationApi opt_in_users_to_okta_communication_emails POST /api/v1/org/privacy/oktaCommunication/optIn Opt in to Okta user communication emails
OrgSettingCommunicationApi opt_out_users_from_okta_communication_emails POST /api/v1/org/privacy/oktaCommunication/optOut Opt out of Okta user communication emails
OrgSettingContactApi get_org_contact_user GET /api/v1/org/contacts/{contactType} Retrieve the contact type user
OrgSettingContactApi list_org_contact_types GET /api/v1/org/contacts List all org contact types
OrgSettingContactApi replace_org_contact_user PUT /api/v1/org/contacts/{contactType} Replace the contact type user
OrgSettingCustomizationApi get_org_preferences GET /api/v1/org/preferences Retrieve the org preferences
OrgSettingCustomizationApi set_org_hide_okta_ui_footer POST /api/v1/org/preferences/hideEndUserFooter Set the hide dashboard footer preference
OrgSettingCustomizationApi set_org_show_okta_ui_footer POST /api/v1/org/preferences/showEndUserFooter Set the show dashboard footer preference
OrgSettingGeneralApi get_org_settings GET /api/v1/org Retrieve the Org general settings
OrgSettingGeneralApi replace_org_settings PUT /api/v1/org Replace the Org general settings
OrgSettingGeneralApi update_org_settings POST /api/v1/org Update the Org general settings
OrgSettingMetadataApi get_wellknown_org_metadata GET /.well-known/okta-organization Retrieve the Org metadata
OrgSettingSupportApi extend_okta_support POST /api/v1/org/privacy/oktaSupport/extend Extend Okta Support access
OrgSettingSupportApi get_aerial_consent GET /api/v1/org/privacy/aerial Retrieve Okta Aerial consent for your org
OrgSettingSupportApi get_org_okta_support_settings GET /api/v1/org/privacy/oktaSupport Retrieve the Okta Support settings
OrgSettingSupportApi grant_aerial_consent POST /api/v1/org/privacy/aerial/grant Grant Okta Aerial access to your org
OrgSettingSupportApi grant_okta_support POST /api/v1/org/privacy/oktaSupport/grant Grant Okta Support access
OrgSettingSupportApi list_okta_support_cases GET /api/v1/org/privacy/oktaSupport/cases List all Okta Support cases
OrgSettingSupportApi revoke_aerial_consent POST /api/v1/org/privacy/aerial/revoke Revoke Okta Aerial access to your org
OrgSettingSupportApi revoke_okta_support POST /api/v1/org/privacy/oktaSupport/revoke Revoke Okta Support access
OrgSettingSupportApi update_okta_support_case PATCH /api/v1/org/privacy/oktaSupport/cases/{caseNumber} Update an Okta Support case
PolicyApi activate_policy POST /api/v1/policies/{policyId}/lifecycle/activate Activate a policy
PolicyApi activate_policy_rule POST /api/v1/policies/{policyId}/rules/{ruleId}/lifecycle/activate Activate a policy rule
PolicyApi clone_policy POST /api/v1/policies/{policyId}/clone Clone an existing policy
PolicyApi create_policy POST /api/v1/policies Create a policy
PolicyApi create_policy_rule POST /api/v1/policies/{policyId}/rules Create a policy rule
PolicyApi create_policy_simulation POST /api/v1/policies/simulate Create a policy simulation
PolicyApi deactivate_policy POST /api/v1/policies/{policyId}/lifecycle/deactivate Deactivate a policy
PolicyApi deactivate_policy_rule POST /api/v1/policies/{policyId}/rules/{ruleId}/lifecycle/deactivate Deactivate a policy rule
PolicyApi delete_policy DELETE /api/v1/policies/{policyId} Delete a policy
PolicyApi delete_policy_resource_mapping DELETE /api/v1/policies/{policyId}/mappings/{mappingId} Delete a policy resource mapping
PolicyApi delete_policy_rule DELETE /api/v1/policies/{policyId}/rules/{ruleId} Delete a policy rule
PolicyApi get_policy GET /api/v1/policies/{policyId} Retrieve a policy
PolicyApi get_policy_mapping GET /api/v1/policies/{policyId}/mappings/{mappingId} Retrieve a policy resource mapping
PolicyApi get_policy_rule GET /api/v1/policies/{policyId}/rules/{ruleId} Retrieve a policy rule
PolicyApi list_policies GET /api/v1/policies List all policies
PolicyApi list_policy_apps GET /api/v1/policies/{policyId}/app List all apps mapped to a policy
PolicyApi list_policy_mappings GET /api/v1/policies/{policyId}/mappings List all resources mapped to a policy
PolicyApi list_policy_rules GET /api/v1/policies/{policyId}/rules List all policy rules
PolicyApi map_resource_to_policy POST /api/v1/policies/{policyId}/mappings Map a resource to a policy
PolicyApi replace_policy PUT /api/v1/policies/{policyId} Replace a policy
PolicyApi replace_policy_rule PUT /api/v1/policies/{policyId}/rules/{ruleId} Replace a policy rule
PrincipalRateLimitApi create_principal_rate_limit_entity POST /api/v1/principal-rate-limits Create a principal rate limit
PrincipalRateLimitApi get_principal_rate_limit_entity GET /api/v1/principal-rate-limits/{principalRateLimitId} Retrieve a principal rate limit
PrincipalRateLimitApi list_principal_rate_limit_entities GET /api/v1/principal-rate-limits List all principal rate limits
PrincipalRateLimitApi replace_principal_rate_limit_entity PUT /api/v1/principal-rate-limits/{principalRateLimitId} Replace a principal rate limit
ProfileMappingApi get_profile_mapping GET /api/v1/mappings/{mappingId} Retrieve a profile mapping
ProfileMappingApi list_profile_mappings GET /api/v1/mappings List all profile mappings
ProfileMappingApi update_profile_mapping POST /api/v1/mappings/{mappingId} Update a profile mapping
PushProviderApi create_push_provider POST /api/v1/push-providers Create a push provider
PushProviderApi delete_push_provider DELETE /api/v1/push-providers/{pushProviderId} Delete a push provider
PushProviderApi get_push_provider GET /api/v1/push-providers/{pushProviderId} Retrieve a push provider
PushProviderApi list_push_providers GET /api/v1/push-providers List all push providers
PushProviderApi replace_push_provider PUT /api/v1/push-providers/{pushProviderId} Replace a push provider
RateLimitSettingsApi get_rate_limit_settings_admin_notifications GET /api/v1/rate-limit-settings/admin-notifications Retrieve the rate limit admin notification settings
RateLimitSettingsApi get_rate_limit_settings_per_client GET /api/v1/rate-limit-settings/per-client Retrieve the per-client rate limit settings
RateLimitSettingsApi get_rate_limit_settings_warning_threshold GET /api/v1/rate-limit-settings/warning-threshold Retrieve the rate limit warning threshold percentage
RateLimitSettingsApi replace_rate_limit_settings_admin_notifications PUT /api/v1/rate-limit-settings/admin-notifications Replace the rate limit admin notification settings
RateLimitSettingsApi replace_rate_limit_settings_per_client PUT /api/v1/rate-limit-settings/per-client Replace the per-client rate limit settings
RateLimitSettingsApi replace_rate_limit_settings_warning_threshold PUT /api/v1/rate-limit-settings/warning-threshold Replace the rate limit warning threshold percentage
RealmApi create_realm POST /api/v1/realms Create a realm
RealmApi delete_realm DELETE /api/v1/realms/{realmId} Delete a realm
RealmApi get_realm GET /api/v1/realms/{realmId} Retrieve a realm
RealmApi list_realms GET /api/v1/realms List all realms
RealmApi replace_realm PUT /api/v1/realms/{realmId} Replace the realm profile
RealmAssignmentApi activate_realm_assignment POST /api/v1/realm-assignments/{assignmentId}/lifecycle/activate Activate a realm assignment
RealmAssignmentApi create_realm_assignment POST /api/v1/realm-assignments Create a realm assignment
RealmAssignmentApi deactivate_realm_assignment POST /api/v1/realm-assignments/{assignmentId}/lifecycle/deactivate Deactivate a realm assignment
RealmAssignmentApi delete_realm_assignment DELETE /api/v1/realm-assignments/{assignmentId} Delete a realm assignment
RealmAssignmentApi execute_realm_assignment POST /api/v1/realm-assignments/operations Execute a realm assignment
RealmAssignmentApi get_realm_assignment GET /api/v1/realm-assignments/{assignmentId} Retrieve a realm assignment
RealmAssignmentApi list_realm_assignment_operations GET /api/v1/realm-assignments/operations List all realm assignment operations
RealmAssignmentApi list_realm_assignments GET /api/v1/realm-assignments List all realm assignments
RealmAssignmentApi replace_realm_assignment PUT /api/v1/realm-assignments/{assignmentId} Replace a realm assignment
RoleAssignmentAUserApi assign_role_to_user POST /api/v1/users/{userId}/roles Assign a user role
RoleAssignmentAUserApi get_role_assignment_governance_grant GET /api/v1/users/{userId}/roles/{roleAssignmentId}/governance/{grantId} Retrieve a user role governance source
RoleAssignmentAUserApi get_role_assignment_governance_grant_resources GET /api/v1/users/{userId}/roles/{roleAssignmentId}/governance/{grantId}/resources Retrieve the user role governance source resources
RoleAssignmentAUserApi get_user_assigned_role GET /api/v1/users/{userId}/roles/{roleAssignmentId} Retrieve a user role assignment
RoleAssignmentAUserApi get_user_assigned_role_governance GET /api/v1/users/{userId}/roles/{roleAssignmentId}/governance Retrieve all user role governance sources
RoleAssignmentAUserApi list_assigned_roles_for_user GET /api/v1/users/{userId}/roles List all user role assignments
RoleAssignmentAUserApi list_users_with_role_assignments GET /api/v1/iam/assignees/users List all users with role assignments
RoleAssignmentAUserApi unassign_role_from_user DELETE /api/v1/users/{userId}/roles/{roleAssignmentId} Unassign a user role
RoleAssignmentBGroupApi assign_role_to_group POST /api/v1/groups/{groupId}/roles Assign a role to a group
RoleAssignmentBGroupApi get_group_assigned_role GET /api/v1/groups/{groupId}/roles/{roleAssignmentId} Retrieve a group role assignment
RoleAssignmentBGroupApi list_group_assigned_roles GET /api/v1/groups/{groupId}/roles List all group role assignments
RoleAssignmentBGroupApi unassign_role_from_group DELETE /api/v1/groups/{groupId}/roles/{roleAssignmentId} Unassign a group role
RoleAssignmentClientApi assign_role_to_client POST /oauth2/v1/clients/{clientId}/roles Assign a client role
RoleAssignmentClientApi delete_role_from_client DELETE /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId} Unassign a client role
RoleAssignmentClientApi list_roles_for_client GET /oauth2/v1/clients/{clientId}/roles List all client role assignments
RoleAssignmentClientApi retrieve_client_role GET /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId} Retrieve a client role
RoleBTargetAdminApi assign_all_apps_as_target_to_role_for_user PUT /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps Assign all apps as target to admin role
RoleBTargetAdminApi assign_app_instance_target_to_app_admin_role_for_user PUT /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} Assign an admin role app instance target
RoleBTargetAdminApi assign_app_target_to_admin_role_for_user PUT /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} Assign an admin role app target
RoleBTargetAdminApi assign_group_target_to_user_role PUT /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/groups/{groupId} Assign an admin role group target
RoleBTargetAdminApi get_role_targets_by_user_id_and_role_id GET /api/v1/users/{userId}/roles/{roleIdOrEncodedRoleId}/targets Retrieve a role target by assignment type
RoleBTargetAdminApi list_application_targets_for_application_administrator_role_for_user GET /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps List all admin role app targets
RoleBTargetAdminApi list_group_targets_for_role GET /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/groups List all admin role group targets
RoleBTargetAdminApi unassign_app_instance_target_from_admin_role_for_user DELETE /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} Unassign an admin role app instance target
RoleBTargetAdminApi unassign_app_target_from_app_admin_role_for_user DELETE /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} Unassign an admin role app target
RoleBTargetAdminApi unassign_group_target_from_user_admin_role DELETE /api/v1/users/{userId}/roles/{roleAssignmentId}/targets/groups/{groupId} Unassign an admin role group target
RoleBTargetBGroupApi assign_app_instance_target_to_app_admin_role_for_group PUT /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} Assign a group role app instance target
RoleBTargetBGroupApi assign_app_target_to_admin_role_for_group PUT /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} Assign a group role app target
RoleBTargetBGroupApi assign_group_target_to_group_admin_role PUT /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/groups/{targetGroupId} Assign a group role group target
RoleBTargetBGroupApi list_application_targets_for_application_administrator_role_for_group GET /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps List all group role app targets
RoleBTargetBGroupApi list_group_targets_for_group_role GET /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/groups List all group role group targets
RoleBTargetBGroupApi unassign_app_instance_target_to_app_admin_role_for_group DELETE /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} Unassign a group role app instance target
RoleBTargetBGroupApi unassign_app_target_to_admin_role_for_group DELETE /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} Unassign a group role app target
RoleBTargetBGroupApi unassign_group_target_from_group_admin_role DELETE /api/v1/groups/{groupId}/roles/{roleAssignmentId}/targets/groups/{targetGroupId} Unassign a group role group target
RoleBTargetClientApi assign_app_target_instance_role_for_client PUT /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} Assign a client role app instance target
RoleBTargetClientApi assign_app_target_role_to_client PUT /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} Assign a client role app target
RoleBTargetClientApi assign_group_target_role_for_client PUT /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/groups/{groupId} Assign a client role group target
RoleBTargetClientApi list_app_target_role_to_client GET /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps List all client role app targets
RoleBTargetClientApi list_group_target_role_for_client GET /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/groups List all client role group targets
RoleBTargetClientApi remove_app_target_instance_role_for_client DELETE /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName}/{appId} Unassign a client role app instance target
RoleBTargetClientApi remove_app_target_role_from_client DELETE /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/catalog/apps/{appName} Unassign a client role app target
RoleBTargetClientApi remove_group_target_role_from_client DELETE /oauth2/v1/clients/{clientId}/roles/{roleAssignmentId}/targets/groups/{groupId} Unassign a client role group target
RoleCResourceSetApi create_resource_set POST /api/v1/iam/resource-sets Create a resource set
RoleCResourceSetApi delete_resource_set DELETE /api/v1/iam/resource-sets/{resourceSetIdOrLabel} Delete a resource set
RoleCResourceSetApi get_resource_set GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel} Retrieve a resource set
RoleCResourceSetApi list_resource_sets GET /api/v1/iam/resource-sets List all resource sets
RoleCResourceSetApi replace_resource_set PUT /api/v1/iam/resource-sets/{resourceSetIdOrLabel} Replace a resource set
RoleCResourceSetResourceApi add_resource_set_resource POST /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources Add a resource set resource with conditions
RoleCResourceSetResourceApi add_resource_set_resources PATCH /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources Add more resources to a resource set
RoleCResourceSetResourceApi delete_resource_set_resource DELETE /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources/{resourceId} Delete a resource set resource
RoleCResourceSetResourceApi get_resource_set_resource GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources/{resourceId} Retrieve a resource set resource
RoleCResourceSetResourceApi list_resource_set_resources GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources List all resource set resources
RoleCResourceSetResourceApi replace_resource_set_resource PUT /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/resources/{resourceId} Replace the resource set resource conditions
RoleDResourceSetBindingApi create_resource_set_binding POST /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings Create a role resource set binding
RoleDResourceSetBindingApi delete_binding DELETE /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel} Delete a role resource set binding
RoleDResourceSetBindingApi get_binding GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel} Retrieve a role resource set binding
RoleDResourceSetBindingApi list_bindings GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings List all role resource set bindings
RoleDResourceSetBindingMemberApi add_members_to_binding PATCH /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members Add more role resource set binding members
RoleDResourceSetBindingMemberApi get_member_of_binding GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members/{memberId} Retrieve a role resource set binding member
RoleDResourceSetBindingMemberApi list_members_of_binding GET /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members List all role resource set binding members
RoleDResourceSetBindingMemberApi unassign_member_from_binding DELETE /api/v1/iam/resource-sets/{resourceSetIdOrLabel}/bindings/{roleIdOrLabel}/members/{memberId} Unassign a role resource set binding member
RoleECustomApi create_role POST /api/v1/iam/roles Create a custom role
RoleECustomApi delete_role DELETE /api/v1/iam/roles/{roleIdOrLabel} Delete a custom role
RoleECustomApi get_role GET /api/v1/iam/roles/{roleIdOrLabel} Retrieve a role
RoleECustomApi list_roles GET /api/v1/iam/roles List all custom roles
RoleECustomApi replace_role PUT /api/v1/iam/roles/{roleIdOrLabel} Replace a custom role
RoleECustomPermissionApi create_role_permission POST /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType} Create a custom role permission
RoleECustomPermissionApi delete_role_permission DELETE /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType} Delete a custom role permission
RoleECustomPermissionApi get_role_permission GET /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType} Retrieve a custom role permission
RoleECustomPermissionApi list_role_permissions GET /api/v1/iam/roles/{roleIdOrLabel}/permissions List all custom role permissions
RoleECustomPermissionApi replace_role_permission PUT /api/v1/iam/roles/{roleIdOrLabel}/permissions/{permissionType} Replace a custom role permission
SSFReceiverApi activate_security_events_provider_instance POST /api/v1/security-events-providers/{securityEventProviderId}/lifecycle/activate Activate a security events provider
SSFReceiverApi create_security_events_provider_instance POST /api/v1/security-events-providers Create a security events provider
SSFReceiverApi deactivate_security_events_provider_instance POST /api/v1/security-events-providers/{securityEventProviderId}/lifecycle/deactivate Deactivate a security events provider
SSFReceiverApi delete_security_events_provider_instance DELETE /api/v1/security-events-providers/{securityEventProviderId} Delete a security events provider
SSFReceiverApi get_security_events_provider_instance GET /api/v1/security-events-providers/{securityEventProviderId} Retrieve the security events provider
SSFReceiverApi list_security_events_provider_instances GET /api/v1/security-events-providers List all security events providers
SSFReceiverApi replace_security_events_provider_instance PUT /api/v1/security-events-providers/{securityEventProviderId} Replace a security events provider
SSFSecurityEventTokenApi publish_security_event_tokens POST /security/api/v1/security-events Publish a security event token
SSFTransmitterApi create_ssf_stream POST /api/v1/ssf/stream Create an SSF stream
SSFTransmitterApi delete_ssf_stream DELETE /api/v1/ssf/stream Delete an SSF stream
SSFTransmitterApi get_ssf_stream_status GET /api/v1/ssf/stream/status Retrieve the SSF Stream status
SSFTransmitterApi get_ssf_streams GET /api/v1/ssf/stream Retrieve the SSF stream configuration(s)
SSFTransmitterApi get_wellknown_ssf_metadata GET /.well-known/ssf-configuration Retrieve the SSF transmitter metadata
SSFTransmitterApi replace_ssf_stream PUT /api/v1/ssf/stream Replace an SSF stream
SSFTransmitterApi update_ssf_stream PATCH /api/v1/ssf/stream Update an SSF stream
SSFTransmitterApi verify_ssf_stream POST /api/v1/ssf/stream/verification Verify an SSF stream
SchemaApi get_application_user_schema GET /api/v1/meta/schemas/apps/{appId}/default Retrieve the default app user schema for an app
SchemaApi get_group_schema GET /api/v1/meta/schemas/group/default Retrieve the default group schema
SchemaApi get_log_stream_schema GET /api/v1/meta/schemas/logStream/{logStreamType} Retrieve the log stream schema for the schema type
SchemaApi get_user_schema GET /api/v1/meta/schemas/user/{schemaId} Retrieve a user schema
SchemaApi list_log_stream_schemas GET /api/v1/meta/schemas/logStream List the log stream schemas
SchemaApi update_application_user_profile POST /api/v1/meta/schemas/apps/{appId}/default Update the app user profile schema for an app
SchemaApi update_group_schema POST /api/v1/meta/schemas/group/default Update the group profile schema
SchemaApi update_user_profile POST /api/v1/meta/schemas/user/{schemaId} Update a user schema
ServiceAccountApi create_app_service_account POST /privileged-access/api/v1/service-accounts Create an app service account
ServiceAccountApi delete_app_service_account DELETE /privileged-access/api/v1/service-accounts/{id} Delete an app service account
ServiceAccountApi get_app_service_account GET /privileged-access/api/v1/service-accounts/{id} Retrieve an app service account
ServiceAccountApi list_app_service_accounts GET /privileged-access/api/v1/service-accounts List all app service accounts
ServiceAccountApi update_app_service_account PATCH /privileged-access/api/v1/service-accounts/{id} Update an existing app service account
SessionApi get_session GET /api/v1/sessions/{sessionId} Retrieve a session
SessionApi refresh_session POST /api/v1/sessions/{sessionId}/lifecycle/refresh Refresh a session
SessionApi revoke_session DELETE /api/v1/sessions/{sessionId} Revoke a session
SubscriptionApi get_subscriptions_notification_type_role GET /api/v1/roles/{roleRef}/subscriptions/{notificationType} Retrieve a subscription for a role
SubscriptionApi get_subscriptions_notification_type_user GET /api/v1/users/{userId}/subscriptions/{notificationType} Retrieve a subscription for a user
SubscriptionApi list_subscriptions_role GET /api/v1/roles/{roleRef}/subscriptions List all subscriptions for a role
SubscriptionApi list_subscriptions_user GET /api/v1/users/{userId}/subscriptions List all subscriptions for a user
SubscriptionApi subscribe_by_notification_type_role POST /api/v1/roles/{roleRef}/subscriptions/{notificationType}/subscribe Subscribe a role to a specific notification type
SubscriptionApi subscribe_by_notification_type_user POST /api/v1/users/{userId}/subscriptions/{notificationType}/subscribe Subscribe a user to a specific notification type
SubscriptionApi unsubscribe_by_notification_type_role POST /api/v1/roles/{roleRef}/subscriptions/{notificationType}/unsubscribe Unsubscribe a role from a specific notification type
SubscriptionApi unsubscribe_by_notification_type_user POST /api/v1/users/{userId}/subscriptions/{notificationType}/unsubscribe Unsubscribe a user from a specific notification type
SystemLogApi list_log_events GET /api/v1/logs List all System Log events
TemplateApi create_sms_template POST /api/v1/templates/sms Create an SMS template
TemplateApi delete_sms_template DELETE /api/v1/templates/sms/{templateId} Delete an SMS template
TemplateApi get_sms_template GET /api/v1/templates/sms/{templateId} Retrieve an SMS template
TemplateApi list_sms_templates GET /api/v1/templates/sms List all SMS templates
TemplateApi replace_sms_template PUT /api/v1/templates/sms/{templateId} Replace an SMS template
TemplateApi update_sms_template POST /api/v1/templates/sms/{templateId} Update an SMS template
ThemesApi delete_brand_theme_background_image DELETE /api/v1/brands/{brandId}/themes/{themeId}/background-image Delete the background image
ThemesApi delete_brand_theme_favicon DELETE /api/v1/brands/{brandId}/themes/{themeId}/favicon Delete the favicon
ThemesApi delete_brand_theme_logo DELETE /api/v1/brands/{brandId}/themes/{themeId}/logo Delete the logo
ThemesApi get_brand_theme GET /api/v1/brands/{brandId}/themes/{themeId} Retrieve a theme
ThemesApi list_brand_themes GET /api/v1/brands/{brandId}/themes List all themes
ThemesApi replace_brand_theme PUT /api/v1/brands/{brandId}/themes/{themeId} Replace a theme
ThemesApi upload_brand_theme_background_image POST /api/v1/brands/{brandId}/themes/{themeId}/background-image Upload the background image
ThemesApi upload_brand_theme_favicon POST /api/v1/brands/{brandId}/themes/{themeId}/favicon Upload the favicon
ThemesApi upload_brand_theme_logo POST /api/v1/brands/{brandId}/themes/{themeId}/logo Upload the logo
ThreatInsightApi get_current_configuration GET /api/v1/threats/configuration Retrieve the ThreatInsight configuration
ThreatInsightApi update_configuration POST /api/v1/threats/configuration Update the ThreatInsight configuration
TrustedOriginApi activate_trusted_origin POST /api/v1/trustedOrigins/{trustedOriginId}/lifecycle/activate Activate a trusted origin
TrustedOriginApi create_trusted_origin POST /api/v1/trustedOrigins Create a trusted origin
TrustedOriginApi deactivate_trusted_origin POST /api/v1/trustedOrigins/{trustedOriginId}/lifecycle/deactivate Deactivate a trusted origin
TrustedOriginApi delete_trusted_origin DELETE /api/v1/trustedOrigins/{trustedOriginId} Delete a trusted origin
TrustedOriginApi get_trusted_origin GET /api/v1/trustedOrigins/{trustedOriginId} Retrieve a trusted origin
TrustedOriginApi list_trusted_origins GET /api/v1/trustedOrigins List all trusted origins
TrustedOriginApi replace_trusted_origin PUT /api/v1/trustedOrigins/{trustedOriginId} Replace a trusted origin
UISchemaApi create_ui_schema POST /api/v1/meta/uischemas Create a UI schema
UISchemaApi delete_ui_schemas DELETE /api/v1/meta/uischemas/{id} Delete a UI schema
UISchemaApi get_ui_schema GET /api/v1/meta/uischemas/{id} Retrieve a UI schema
UISchemaApi list_ui_schemas GET /api/v1/meta/uischemas List all UI schemas
UISchemaApi replace_ui_schemas PUT /api/v1/meta/uischemas/{id} Replace a UI schema
UserApi create_user POST /api/v1/users Create a user
UserApi delete_user DELETE /api/v1/users/{id} Delete a user
UserApi get_user GET /api/v1/users/{id} Retrieve a user
UserApi list_user_blocks GET /api/v1/users/{id}/blocks List all user blocks
UserApi list_users GET /api/v1/users List all users
UserApi replace_user PUT /api/v1/users/{id} Replace a user
UserApi update_user POST /api/v1/users/{id} Update a user
UserAuthenticatorEnrollmentsApi create_authenticator_enrollment POST /api/v1/users/{userId}/authenticator-enrollments/phone Create an auto-activated Phone authenticator enrollment
UserAuthenticatorEnrollmentsApi create_tac_authenticator_enrollment POST /api/v1/users/{userId}/authenticator-enrollments/tac Create an auto-activated TAC authenticator enrollment
UserAuthenticatorEnrollmentsApi delete_authenticator_enrollment DELETE /api/v1/users/{userId}/authenticator-enrollments/{enrollmentId} Delete an authenticator enrollment
UserAuthenticatorEnrollmentsApi get_authenticator_enrollment GET /api/v1/users/{userId}/authenticator-enrollments/{enrollmentId} Retrieve an authenticator enrollment
UserAuthenticatorEnrollmentsApi list_authenticator_enrollments GET /api/v1/users/{userId}/authenticator-enrollments List all authenticator enrollments
UserClassificationApi get_user_classification GET /api/v1/users/{userId}/classification Retrieve a user's classification
UserClassificationApi replace_user_classification PUT /api/v1/users/{userId}/classification Replace the user's classification
UserCredApi change_password POST /api/v1/users/{userId}/credentials/change_password Update password
UserCredApi change_recovery_question POST /api/v1/users/{userId}/credentials/change_recovery_question Update recovery question
UserCredApi expire_password POST /api/v1/users/{id}/lifecycle/expire_password Expire the password
UserCredApi expire_password_with_temp_password POST /api/v1/users/{id}/lifecycle/expire_password_with_temp_password Expire the password with a temporary password
UserCredApi forgot_password POST /api/v1/users/{userId}/credentials/forgot_password Start forgot password flow
UserCredApi forgot_password_set_new_password POST /api/v1/users/{userId}/credentials/forgot_password_recovery_question Reset password with recovery question
UserCredApi reset_password POST /api/v1/users/{id}/lifecycle/reset_password Reset a password
UserFactorApi activate_factor POST /api/v1/users/{userId}/factors/{factorId}/lifecycle/activate Activate a factor
UserFactorApi enroll_factor POST /api/v1/users/{userId}/factors Enroll a factor
UserFactorApi get_factor GET /api/v1/users/{userId}/factors/{factorId} Retrieve a factor
UserFactorApi get_factor_transaction_status GET /api/v1/users/{userId}/factors/{factorId}/transactions/{transactionId} Retrieve a factor transaction status
UserFactorApi get_yubikey_otp_token_by_id GET /api/v1/org/factors/yubikey_token/tokens/{tokenId} Retrieve a YubiKey OTP token
UserFactorApi list_factors GET /api/v1/users/{userId}/factors List all enrolled factors
UserFactorApi list_supported_factors GET /api/v1/users/{userId}/factors/catalog List all supported factors
UserFactorApi list_supported_security_questions GET /api/v1/users/{userId}/factors/questions List all supported security questions
UserFactorApi list_yubikey_otp_tokens GET /api/v1/org/factors/yubikey_token/tokens List all YubiKey OTP tokens
UserFactorApi resend_enroll_factor POST /api/v1/users/{userId}/factors/{factorId}/resend Resend a factor enrollment
UserFactorApi unenroll_factor DELETE /api/v1/users/{userId}/factors/{factorId} Unenroll a factor
UserFactorApi upload_yubikey_otp_token_seed POST /api/v1/org/factors/yubikey_token/tokens Upload a YubiKey OTP seed
UserFactorApi verify_factor POST /api/v1/users/{userId}/factors/{factorId}/verify Verify a factor
UserGrantApi get_user_grant GET /api/v1/users/{userId}/grants/{grantId} Retrieve a user grant
UserGrantApi list_grants_for_user_and_client GET /api/v1/users/{userId}/clients/{clientId}/grants List all grants for a client
UserGrantApi list_user_grants GET /api/v1/users/{userId}/grants List all user grants
UserGrantApi revoke_grants_for_user_and_client DELETE /api/v1/users/{userId}/clients/{clientId}/grants Revoke all grants for a client
UserGrantApi revoke_user_grant DELETE /api/v1/users/{userId}/grants/{grantId} Revoke a user grant
UserGrantApi revoke_user_grants DELETE /api/v1/users/{userId}/grants Revoke all user grants
UserLifecycleApi activate_user POST /api/v1/users/{id}/lifecycle/activate Activate a user
UserLifecycleApi deactivate_user POST /api/v1/users/{id}/lifecycle/deactivate Deactivate a user
UserLifecycleApi reactivate_user POST /api/v1/users/{id}/lifecycle/reactivate Reactivate a user
UserLifecycleApi reset_factors POST /api/v1/users/{id}/lifecycle/reset_factors Reset the factors
UserLifecycleApi suspend_user POST /api/v1/users/{id}/lifecycle/suspend Suspend a user
UserLifecycleApi unlock_user POST /api/v1/users/{id}/lifecycle/unlock Unlock a user
UserLifecycleApi unsuspend_user POST /api/v1/users/{id}/lifecycle/unsuspend Unsuspend a user
UserLinkedObjectApi assign_linked_object_value_for_primary PUT /api/v1/users/{userIdOrLogin}/linkedObjects/{primaryRelationshipName}/{primaryUserId} Assign a linked object value for primary
UserLinkedObjectApi delete_linked_object_for_user DELETE /api/v1/users/{userIdOrLogin}/linkedObjects/{relationshipName} Delete a linked object value
UserLinkedObjectApi list_linked_objects_for_user GET /api/v1/users/{userIdOrLogin}/linkedObjects/{relationshipName} List the primary or all of the associated linked object values
UserOAuthApi get_refresh_token_for_user_and_client GET /api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId} Retrieve a refresh token for a client
UserOAuthApi list_refresh_tokens_for_user_and_client GET /api/v1/users/{userId}/clients/{clientId}/tokens List all refresh tokens for a client
UserOAuthApi revoke_token_for_user_and_client DELETE /api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId} Revoke a token for a client
UserOAuthApi revoke_tokens_for_user_and_client DELETE /api/v1/users/{userId}/clients/{clientId}/tokens Revoke all refresh tokens for a client
UserResourcesApi list_app_links GET /api/v1/users/{id}/appLinks List all assigned app links
UserResourcesApi list_user_clients GET /api/v1/users/{userId}/clients List all clients
UserResourcesApi list_user_devices GET /api/v1/users/{userId}/devices List all devices
UserResourcesApi list_user_groups GET /api/v1/users/{id}/groups List all groups
UserRiskApi get_user_risk GET /api/v1/users/{userId}/risk Retrieve the user's risk
UserRiskApi upsert_user_risk PUT /api/v1/users/{userId}/risk Upsert the user's risk
UserSessionsApi revoke_user_sessions DELETE /api/v1/users/{userId}/sessions Revoke all user sessions
UserTypeApi create_user_type POST /api/v1/meta/types/user Create a user type
UserTypeApi delete_user_type DELETE /api/v1/meta/types/user/{typeId} Delete a user type
UserTypeApi get_user_type GET /api/v1/meta/types/user/{typeId} Retrieve a user type
UserTypeApi list_user_types GET /api/v1/meta/types/user List all user types
UserTypeApi replace_user_type PUT /api/v1/meta/types/user/{typeId} Replace a user type
UserTypeApi update_user_type POST /api/v1/meta/types/user/{typeId} Update a user type
WebAuthnPreregistrationApi activate_preregistration_enrollment POST /webauthn-registration/api/v1/activate Activate a preregistered WebAuthn factor
WebAuthnPreregistrationApi assign_fulfillment_error_web_authn_preregistration_factor POST /webauthn-registration/api/v1/users/{userId}/enrollments/{authenticatorEnrollmentId}/mark-error Assign the fulfillment error status to a WebAuthn preregistration factor
WebAuthnPreregistrationApi delete_web_authn_preregistration_factor DELETE /webauthn-registration/api/v1/users/{userId}/enrollments/{authenticatorEnrollmentId} Delete a WebAuthn preregistration factor
WebAuthnPreregistrationApi enroll_preregistration_enrollment POST /webauthn-registration/api/v1/enroll Enroll a preregistered WebAuthn factor
WebAuthnPreregistrationApi generate_fulfillment_request POST /webauthn-registration/api/v1/initiate-fulfillment-request Generate a fulfillment request
WebAuthnPreregistrationApi list_web_authn_preregistration_factors GET /webauthn-registration/api/v1/users/{userId}/enrollments List all WebAuthn preregistration factors
WebAuthnPreregistrationApi send_pin POST /webauthn-registration/api/v1/send-pin Send a PIN to user

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

apiToken

  • Type: API key
  • API key parameter name: Authorization
  • Location: HTTP header

oauth2

  • Type: OAuth
  • Flow: accessCode
  • Authorization URL: /oauth2/v1/authorize
  • Scopes:
  • okta.agentPools.manage: Allows the app to create and manage agent pools in your Okta organization
  • okta.agentPools.read: Allows the app to read agent pools in your Okta organization
  • okta.aiAgents.manage: Allows the app to manage AI agents in your Okta organization.
  • okta.aiAgents.read: Allows the app to read information about AI agents 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.interclientTrust.manage: Allows the app to manage trusted relationship for native to web SSO
  • okta.apps.interclientTrust.read: Allows the app to read configured trusted relationship for native to web SSO
  • 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 create and manage 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.operations.read: Allows the app to read the status of asynchronous operations 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