Okta Management API
Mock the Okta Management API in seconds. Allows customers to easily access the Okta API
[01]
About
Mock the Okta Management API as a turnkey Mockzilla sim with 341 OpenAPI endpoints, realistic JSON payloads, no upstream signup or sandbox keys. Allows customers to easily access the Okta API Methods: 131x GET, 118x POST, 55x DELETE, 37x PUT. Top resource groups: User, Application, AuthorizationServer, Group. Hit https://api.justmocks.com/okta for the Mockzilla API Explorer landing and per-endpoint sample requests.
Endpoints
341 across 26 resource groups
Methods
GET 131 · POST 118 · PUT 37 · DEL 55 none deprecated
OpenAPI
3.0.0 spec version 2.16.0
Source spec
424 KB · YAML
[02]
Endpoints
| GET |
/api/v1/apps
|
List Applications Enumerates apps added to your organization with pagination. A subset of apps can be returned that match a supported filter expression or query. Mocked via Mockzilla.
|
| POST |
/api/v1/apps
|
Add Application Adds a new application to your Okta organization.
|
| DEL |
/api/v1/apps/{appId}
|
Delete Application Removes an inactive application.
|
| GET |
/api/v1/apps/{appId}
|
Get Application Fetches an application from your Okta organization by id.
|
| PUT |
/api/v1/apps/{appId}
|
Update Application Updates an application in your organization.
|
| GET |
/api/v1/apps/{appId}/connections/default
|
Fetches the default Provisioning Connection for an application. Get default Provisioning Connection for application. Available as a Mockzilla mock endpoint.
|
| POST |
/api/v1/apps/{appId}/connections/default
|
Sets the default Provisioning Connection for an application. Set default Provisioning Connection for application
|
| POST |
/api/v1/apps/{appId}/connections/default/lifecycle/activate
|
Activate default Provisioning Connection for application Activates the default Provisioning Connection for an application.
|
| POST |
/api/v1/apps/{appId}/connections/default/lifecycle/deactivate
|
Deactivate default Provisioning Connection for application Deactivates the default Provisioning Connection for an application.
|
| GET |
/api/v1/apps/{appId}/credentials/csrs
|
List Certificate Signing Requests for Application Enumerates Certificate Signing Requests for an application
|
| POST |
/api/v1/apps/{appId}/credentials/csrs
|
Generate Certificate Signing Request for Application Generates a new key pair and returns the Certificate Signing Request for it. Mockzilla mock: no signup, no API key.
|
| DEL |
/api/v1/apps/{appId}/credentials/csrs/{csrId}
|
|
| GET |
/api/v1/apps/{appId}/credentials/csrs/{csrId}
|
|
| POST |
/api/v1/apps/{appId}/credentials/csrs/{csrId}/lifecycle/publish
|
|
| GET |
/api/v1/apps/{appId}/credentials/keys
|
List Key Credentials for Application Enumerates key credentials for an application
|
| POST |
/api/v1/apps/{appId}/credentials/keys/generate
|
Generates a new X.509 certificate for an application key credential
|
| GET |
/api/v1/apps/{appId}/credentials/keys/{keyId}
|
Get Key Credential for Application Gets a specific application key credential by kid
|
| POST |
/api/v1/apps/{appId}/credentials/keys/{keyId}/clone
|
Clone Application Key Credential Clones a X.509 certificate for an application key credential from a source application to target application.
|
| GET |
/api/v1/apps/{appId}/credentials/secrets
|
List client secrets Enumerates the client's collection of secrets. Served by the Mockzilla mock runtime.
|
| POST |
/api/v1/apps/{appId}/credentials/secrets
|
Add new client secret Adds a new secret to the client's collection of secrets.
|
| DEL |
/api/v1/apps/{appId}/credentials/secrets/{secretId}
|
Removes a secret from the client's collection of secrets.
|
| GET |
/api/v1/apps/{appId}/credentials/secrets/{secretId}
|
Get client secret Gets a specific client secret by secretId
|
| POST |
/api/v1/apps/{appId}/credentials/secrets/{secretId}/lifecycle/activate
|
Activate a client secret Activates a specific client secret by secretId
|
| POST |
/api/v1/apps/{appId}/credentials/secrets/{secretId}/lifecycle/deactivate
|
Deactivate a client secret Deactivates a specific client secret by secretId. Mocked via Mockzilla.
|
| GET |
/api/v1/apps/{appId}/features
|
Fetches the Feature objects for an application. List Features for application
|
| GET |
/api/v1/apps/{appId}/features/{name}
|
Fetches a Feature object for an application. Fetches a Feature object for an application.
|
| PUT |
/api/v1/apps/{appId}/features/{name}
|
Updates a Feature object for an application. Updates a Feature object for an application.
|
| GET |
/api/v1/apps/{appId}/grants
|
Lists all scope consent grants for the application
|
| POST |
/api/v1/apps/{appId}/grants
|
Grants consent for the application to request an OAuth 2.0 Okta scope. Available as a Mockzilla mock endpoint.
|
| DEL |
/api/v1/apps/{appId}/grants/{grantId}
|
Revokes permission for the application to request the given scope
|
| GET |
/api/v1/apps/{appId}/grants/{grantId}
|
Fetches a single scope consent grant for the application
|
| GET |
/api/v1/apps/{appId}/groups
|
List Groups Assigned to Application Enumerates group assignments for an application.
|
| DEL |
/api/v1/apps/{appId}/groups/{groupId}
|
Remove Group from Application Removes a group assignment from an application.
|
| GET |
/api/v1/apps/{appId}/groups/{groupId}
|
Get Assigned Group for Application Fetches an application group assignment. Mockzilla mock: no signup, no API key.
|
| PUT |
/api/v1/apps/{appId}/groups/{groupId}
|
Assign Group to Application Assigns a group to an application
|
| POST |
/api/v1/apps/{appId}/lifecycle/activate
|
Activate Application Activates an inactive application.
|
| POST |
/api/v1/apps/{appId}/lifecycle/deactivate
|
Deactivate Application Deactivates an active application.
|
| POST |
/api/v1/apps/{appId}/logo
|
The file must be in PNG, JPG, or GIF format, and less than 1 MB in size. For best results use landscape orientation, a transparent background, and a minimum size of 420px by 120px to prevent upscaling. Update the logo for an application.
|
| PUT |
/api/v1/apps/{appId}/policies/{policyId}
|
Update application policy Assign an application to a specific policy. This unassigns the application from its currently assigned policy. Served by the Mockzilla mock runtime.
|
| GET |
/api/v1/apps/{appId}/sso/saml/metadata
|
Previews SAML metadata based on a specific key credential for an application
|
| DEL |
/api/v1/apps/{appId}/tokens
|
Revokes all tokens for the specified application
|
| GET |
/api/v1/apps/{appId}/tokens
|
Lists all tokens for the application
|
| DEL |
/api/v1/apps/{appId}/tokens/{tokenId}
|
Revokes the specified token for the specified application
|
| GET |
/api/v1/apps/{appId}/tokens/{tokenId}
|
Gets a token for the specified application. Mocked via Mockzilla.
|
| GET |
/api/v1/apps/{appId}/users
|
List Users Assigned to Application Enumerates all assigned application users for an application.
|
| POST |
/api/v1/apps/{appId}/users
|
Assign User to Application for SSO & Provisioning Assigns an user to an application with credentials and an app-specific profile. Profile mappings defined for the application are first applied before applying any profile properties specified in the request.
|
| DEL |
/api/v1/apps/{appId}/users/{userId}
|
Remove User from Application Removes an assignment for a user from an application.
|
| GET |
/api/v1/apps/{appId}/users/{userId}
|
Get Assigned User for Application Fetches a specific user assignment for application by id.
|
| POST |
/api/v1/apps/{appId}/users/{userId}
|
Update Application Profile for Assigned User Updates a user's profile for an application. Available as a Mockzilla mock endpoint.
|
| GET |
/api/v1/authenticators
|
Lists all available Authenticators List Authenticators
|
| POST |
/api/v1/authenticators
|
Create an Authenticator Create Authenticator
|
| GET |
/api/v1/authenticators/{authenticatorId}
|
Success
|
| PUT |
/api/v1/authenticators/{authenticatorId}
|
Update Authenticator Updates an authenticator
|
| POST |
/api/v1/authenticators/{authenticatorId}/lifecycle/activate
|
Success. Mockzilla mock: no signup, no API key.
|
| POST |
/api/v1/authenticators/{authenticatorId}/lifecycle/deactivate
|
Success
|
| GET |
/api/v1/authorizationServers
|
Success
|
| POST |
/api/v1/authorizationServers
|
Success
|
| DEL |
/api/v1/authorizationServers/{authServerId}
|
Success
|
| GET |
/api/v1/authorizationServers/{authServerId}
|
Success. Served by the Mockzilla mock runtime.
|
| PUT |
/api/v1/authorizationServers/{authServerId}
|
Success
|
| GET |
/api/v1/authorizationServers/{authServerId}/claims
|
Success
|
| POST |
/api/v1/authorizationServers/{authServerId}/claims
|
Success
|
| DEL |
/api/v1/authorizationServers/{authServerId}/claims/{claimId}
|
Success
|
| GET |
/api/v1/authorizationServers/{authServerId}/claims/{claimId}
|
Success. Mocked via Mockzilla.
|
| PUT |
/api/v1/authorizationServers/{authServerId}/claims/{claimId}
|
Success
|
| GET |
/api/v1/authorizationServers/{authServerId}/clients
|
Success
|
| DEL |
/api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens
|
Success
|
| GET |
/api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens
|
Success
|
| DEL |
/api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens/{tokenId}
|
Success. Available as a Mockzilla mock endpoint.
|
| GET |
/api/v1/authorizationServers/{authServerId}/clients/{clientId}/tokens/{tokenId}
|
Success
|
| GET |
/api/v1/authorizationServers/{authServerId}/credentials/keys
|
Success
|
| POST |
/api/v1/authorizationServers/{authServerId}/credentials/lifecycle/keyRotate
|
Success
|
| POST |
/api/v1/authorizationServers/{authServerId}/lifecycle/activate
|
Success
|
| POST |
/api/v1/authorizationServers/{authServerId}/lifecycle/deactivate
|
Success. Mockzilla mock: no signup, no API key.
|
| GET |
/api/v1/authorizationServers/{authServerId}/policies
|
Success
|
| POST |
/api/v1/authorizationServers/{authServerId}/policies
|
Success
|
| DEL |
/api/v1/authorizationServers/{authServerId}/policies/{policyId}
|
Success
|
| GET |
/api/v1/authorizationServers/{authServerId}/policies/{policyId}
|
Success
|
| PUT |
/api/v1/authorizationServers/{authServerId}/policies/{policyId}
|
Success. Served by the Mockzilla mock runtime.
|
| POST |
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/activate
|
Activate Authorization Server Policy
|
| POST |
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/lifecycle/deactivate
|
Deactivate Authorization Server Policy
|
| GET |
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules
|
Enumerates all policy rules for the specified Custom Authorization Server and Policy.
|
| POST |
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules
|
Creates a policy rule for the specified Custom Authorization Server and Policy.
|
| DEL |
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}
|
Deletes a Policy Rule defined in the specified Custom Authorization Server and Policy. Mocked via Mockzilla.
|
| GET |
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}
|
Returns a Policy Rule by ID that is defined in the specified Custom Authorization Server and Policy.
|
| PUT |
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}
|
Updates the configuration of the Policy Rule defined in the specified Custom Authorization Server and Policy.
|
| POST |
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/activate
|
Activate Authorization Server Policy Rule
|
| POST |
/api/v1/authorizationServers/{authServerId}/policies/{policyId}/rules/{ruleId}/lifecycle/deactivate
|
Deactivate Authorization Server Policy Rule
|
| GET |
/api/v1/authorizationServers/{authServerId}/scopes
|
Success. Available as a Mockzilla mock endpoint.
|
| POST |
/api/v1/authorizationServers/{authServerId}/scopes
|
Success
|
| DEL |
/api/v1/authorizationServers/{authServerId}/scopes/{scopeId}
|
Success
|
| GET |
/api/v1/authorizationServers/{authServerId}/scopes/{scopeId}
|
Success
|
| PUT |
/api/v1/authorizationServers/{authServerId}/scopes/{scopeId}
|
Success
|
| GET |
/api/v1/brands
|
List Brands List all the brands in your org. Mockzilla mock: no signup, no API key.
|
| GET |
/api/v1/brands/{brandId}
|
Get Brand Fetches a brand by brandId
|
| PUT |
/api/v1/brands/{brandId}
|
Update Brand Updates a brand by brandId
|
| GET |
/api/v1/brands/{brandId}/templates/email
|
List Email Templates List email templates in your organization with pagination.
|
| GET |
/api/v1/brands/{brandId}/templates/email/{templateName}
|
Get Email Template Fetch an email template by templateName
|
| DEL |
/api/v1/brands/{brandId}/templates/email/{templateName}/customizations
|
Delete Email Template Customization Delete all customizations for an email template. Also known as “Reset to Default”. Served by the Mockzilla mock runtime.
|
| GET |
/api/v1/brands/{brandId}/templates/email/{templateName}/customizations
|
List Email Template Customization List all email customizations for an email template
|
| POST |
/api/v1/brands/{brandId}/templates/email/{templateName}/customizations
|
Create Email Template Customization Create an email customization
|
| DEL |
/api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}
|
Delete Email Customization Delete an email customization
|
| GET |
/api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}
|
Get Email Template Customization Fetch an email customization by id.
|
| PUT |
/api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}
|
Update Email Customization Update an email customization. Mocked via Mockzilla.
|
| GET |
/api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}/preview
|
Get Preview Content of Email Customization Get a preview of an email template customization.
|
| GET |
/api/v1/brands/{brandId}/templates/email/{templateName}/default-content
|
Get Default Content of Email Template Fetch the default content for an email template.
|
| GET |
/api/v1/brands/{brandId}/templates/email/{templateName}/default-content/preview
|
Get Preview of Email Template Default Content Fetch a preview of an email template's default content by populating velocity references with the current user's environment.
|
| POST |
/api/v1/brands/{brandId}/templates/email/{templateName}/test
|
Get Preview of Email Template Default Content Send a test email to the current users primary and secondary email addresses. The email content is selected based on the following priority: An email customization specifically for the users locale. The default language of email customizations. The email templates default content.
|
| GET |
/api/v1/brands/{brandId}/themes
|
Get Brand Themes List all the themes in your brand. Available as a Mockzilla mock endpoint.
|
| GET |
/api/v1/brands/{brandId}/themes/{themeId}
|
Get a theme for a brand Fetches a theme for a brand
|
| PUT |
/api/v1/brands/{brandId}/themes/{themeId}
|
Update a theme for a brand Updates a theme for a brand
|
| DEL |
/api/v1/brands/{brandId}/themes/{themeId}/background-image
|
Deletes a Theme background image Deletes a Theme background image
|
| POST |
/api/v1/brands/{brandId}/themes/{themeId}/background-image
|
Updates the background image for your Theme Updates the background image for your Theme
|
| DEL |
/api/v1/brands/{brandId}/themes/{themeId}/favicon
|
Deletes a Theme favicon. The org then uses the Okta default favicon. Deletes a Theme favicon. The org then uses the Okta default favicon. Mockzilla mock: no signup, no API key.
|
| POST |
/api/v1/brands/{brandId}/themes/{themeId}/favicon
|
Updates the favicon for your theme Updates the favicon for your theme
|
| DEL |
/api/v1/brands/{brandId}/themes/{themeId}/logo
|
Deletes a Theme logo. The org then uses the Okta default logo. Deletes a Theme logo. The org then uses the Okta default logo.
|
| POST |
/api/v1/brands/{brandId}/themes/{themeId}/logo
|
Update a themes logo Updates the logo for your Theme
|
| GET |
/api/v1/domains
|
List Domains List all verified custom Domains for the org.
|
| POST |
/api/v1/domains
|
Create Domain Creates your domain. Served by the Mockzilla mock runtime.
|
| DEL |
/api/v1/domains/{domainId}
|
Delete Domain Deletes a Domain by id.
|
| GET |
/api/v1/domains/{domainId}
|
Get Domain Fetches a Domain by id.
|
| PUT |
/api/v1/domains/{domainId}/certificate
|
Create Certificate Creates the Certificate for the Domain.
|
| POST |
/api/v1/domains/{domainId}/verify
|
Verify Domain Verifies the Domain by id.
|
| GET |
/api/v1/eventHooks
|
Success. Mocked via Mockzilla.
|
| POST |
/api/v1/eventHooks
|
Success
|
| DEL |
/api/v1/eventHooks/{eventHookId}
|
Success
|
| GET |
/api/v1/eventHooks/{eventHookId}
|
Success
|
| PUT |
/api/v1/eventHooks/{eventHookId}
|
Success
|
| POST |
/api/v1/eventHooks/{eventHookId}/lifecycle/activate
|
Success. Available as a Mockzilla mock endpoint.
|
| POST |
/api/v1/eventHooks/{eventHookId}/lifecycle/deactivate
|
Success
|
| POST |
/api/v1/eventHooks/{eventHookId}/lifecycle/verify
|
Success
|
| GET |
/api/v1/features
|
Success
|
| GET |
/api/v1/features/{featureId}
|
Success
|
| GET |
/api/v1/features/{featureId}/dependencies
|
Success. Mockzilla mock: no signup, no API key.
|
| GET |
/api/v1/features/{featureId}/dependents
|
Success
|
| POST |
/api/v1/features/{featureId}/{lifecycle}
|
Success
|
| GET |
/api/v1/groups
|
List Groups Enumerates groups in your organization with pagination. A subset of groups can be returned that match a supported filter expression or query.
|
| POST |
/api/v1/groups
|
Add Group Adds a new group with OKTA_GROUP type to your organization.
|
| GET |
/api/v1/groups/rules
|
List Group Rules Lists all group rules for your organization. Served by the Mockzilla mock runtime.
|
| POST |
/api/v1/groups/rules
|
Create Group Rule Creates a group rule to dynamically add users to the specified group if they match the condition
|
| DEL |
/api/v1/groups/rules/{ruleId}
|
Delete a group Rule Removes a specific group rule by id from your organization
|
| GET |
/api/v1/groups/rules/{ruleId}
|
Get Group Rule Fetches a specific group rule by id from your organization
|
| PUT |
/api/v1/groups/rules/{ruleId}
|
Updates a group rule. Only INACTIVE rules can be updated.
|
| POST |
/api/v1/groups/rules/{ruleId}/lifecycle/activate
|
Activate a group Rule Activates a specific group rule by id from your organization. Mocked via Mockzilla.
|
| POST |
/api/v1/groups/rules/{ruleId}/lifecycle/deactivate
|
Deactivate a group Rule Deactivates a specific group rule by id from your organization
|
| DEL |
/api/v1/groups/{groupId}
|
Remove Group Removes a group with OKTA_GROUP type from your organization.
|
| GET |
/api/v1/groups/{groupId}
|
List Group Rules Fetches a group from your organization.
|
| PUT |
/api/v1/groups/{groupId}
|
Update Group Updates the profile for a group with OKTA_GROUP type from your organization.
|
| GET |
/api/v1/groups/{groupId}/apps
|
List Assigned Applications Enumerates all applications that are assigned to a group. Available as a Mockzilla mock endpoint.
|
| GET |
/api/v1/groups/{groupId}/roles
|
Success
|
| POST |
/api/v1/groups/{groupId}/roles
|
Assigns a Role to a Group
|
| DEL |
/api/v1/groups/{groupId}/roles/{roleId}
|
Unassigns a Role from a Group
|
| GET |
/api/v1/groups/{groupId}/roles/{roleId}
|
Success
|
| GET |
/api/v1/groups/{groupId}/roles/{roleId}/targets/catalog/apps
|
Lists all App targets for an APP_ADMIN Role assigned to a Group. This methods return list may include full Applications or Instances. The response for an instance will have an ID value, while Application will not have an ID. Mockzilla mock: no signup, no API key.
|
| DEL |
/api/v1/groups/{groupId}/roles/{roleId}/targets/catalog/apps/{appName}
|
Success
|
| PUT |
/api/v1/groups/{groupId}/roles/{roleId}/targets/catalog/apps/{appName}
|
Success
|
| DEL |
/api/v1/groups/{groupId}/roles/{roleId}/targets/catalog/apps/{appName}/{applicationId}
|
Remove App Instance Target to App Administrator Role given to a Group Remove App Instance Target to App Administrator Role given to a Group
|
| PUT |
/api/v1/groups/{groupId}/roles/{roleId}/targets/catalog/apps/{appName}/{applicationId}
|
Add App Instance Target to App Administrator Role given to a Group Add App Instance Target to App Administrator Role given to a Group
|
| GET |
/api/v1/groups/{groupId}/roles/{roleId}/targets/groups
|
Success. Served by the Mockzilla mock runtime.
|
| DEL |
/api/v1/groups/{groupId}/roles/{roleId}/targets/groups/{targetGroupId}
|
|
| PUT |
/api/v1/groups/{groupId}/roles/{roleId}/targets/groups/{targetGroupId}
|
|
| GET |
/api/v1/groups/{groupId}/users
|
List Group Members Enumerates all users that are a member of a group.
|
| DEL |
/api/v1/groups/{groupId}/users/{userId}
|
Remove User from Group Removes a user from a group with 'OKTA_GROUP' type.
|
| PUT |
/api/v1/groups/{groupId}/users/{userId}
|
Add User to Group Adds a user to a group with 'OKTA_GROUP' type.
|
| GET |
/api/v1/idps
|
List Identity Providers Enumerates IdPs in your organization with pagination. A subset of IdPs can be returned that match a supported filter expression or query.
|
| POST |
/api/v1/idps
|
Add Identity Provider Adds a new IdP to your organization. Mocked via Mockzilla.
|
| GET |
/api/v1/idps/credentials/keys
|
List Keys Enumerates IdP key credentials.
|
| POST |
/api/v1/idps/credentials/keys
|
Add X.509 Certificate Public Key Adds a new X.509 certificate credential to the IdP key store.
|
| DEL |
/api/v1/idps/credentials/keys/{keyId}
|
Delete Key Deletes a specific IdP Key Credential by kid if it is not currently being used by an Active or Inactive IdP.
|
| GET |
/api/v1/idps/credentials/keys/{keyId}
|
Get Key Gets a specific IdP Key Credential by kid
|
| DEL |
/api/v1/idps/{idpId}
|
Delete Identity Provider Removes an IdP from your organization. Available as a Mockzilla mock endpoint.
|
| GET |
/api/v1/idps/{idpId}
|
Get Identity Provider Fetches an IdP by id.
|
| PUT |
/api/v1/idps/{idpId}
|
Update Identity Provider Updates the configuration for an IdP.
|
| GET |
/api/v1/idps/{idpId}/credentials/csrs
|
List Certificate Signing Requests for IdP Enumerates Certificate Signing Requests for an IdP
|
| POST |
/api/v1/idps/{idpId}/credentials/csrs
|
Generate Certificate Signing Request for IdP Generates a new key pair and returns a Certificate Signing Request for it.
|
| DEL |
/api/v1/idps/{idpId}/credentials/csrs/{csrId}
|
Revoke a Certificate Signing Request and delete the key pair from the IdP. Mockzilla mock: no signup, no API key.
|
| GET |
/api/v1/idps/{idpId}/credentials/csrs/{csrId}
|
Gets a specific Certificate Signing Request model by id
|
| POST |
/api/v1/idps/{idpId}/credentials/csrs/{csrId}/lifecycle/publish
|
Update the Certificate Signing Request with a signed X.509 certificate and add it into the signing key credentials for the IdP.
|
| GET |
/api/v1/idps/{idpId}/credentials/keys
|
List Signing Key Credentials for IdP Enumerates signing key credentials for an IdP
|
| POST |
/api/v1/idps/{idpId}/credentials/keys/generate
|
Generate New IdP Signing Key Credential Generates a new X.509 certificate for an IdP signing key credential to be used for signing assertions sent to the IdP
|
| GET |
/api/v1/idps/{idpId}/credentials/keys/{keyId}
|
Get Signing Key Credential for IdP Gets a specific IdP Key Credential by kid. Served by the Mockzilla mock runtime.
|
| POST |
/api/v1/idps/{idpId}/credentials/keys/{keyId}/clone
|
Clone Signing Key Credential for IdP Clones a X.509 certificate for an IdP signing key credential from a source IdP to target IdP
|
| POST |
/api/v1/idps/{idpId}/lifecycle/activate
|
Activate Identity Provider Activates an inactive IdP.
|
| POST |
/api/v1/idps/{idpId}/lifecycle/deactivate
|
Deactivate Identity Provider Deactivates an active IdP.
|
| GET |
/api/v1/idps/{idpId}/users
|
Find Users Find all the users linked to an identity provider
|
| DEL |
/api/v1/idps/{idpId}/users/{userId}
|
Unlink User from IdP Removes the link between the Okta user and the IdP user. Mocked via Mockzilla.
|
| GET |
/api/v1/idps/{idpId}/users/{userId}
|
Fetches a linked IdP user by ID
|
| POST |
/api/v1/idps/{idpId}/users/{userId}
|
Link a user to a Social IdP without a transaction Links an Okta user to an existing Social Identity Provider. This does not support the SAML2 Identity Provider Type
|
| GET |
/api/v1/idps/{idpId}/users/{userId}/credentials/tokens
|
Social Authentication Token Operation Fetches the tokens minted by the Social Authentication Provider when the user authenticates with Okta via Social Auth.
|
| GET |
/api/v1/inlineHooks
|
Success
|
| POST |
/api/v1/inlineHooks
|
Success. Available as a Mockzilla mock endpoint.
|
| DEL |
/api/v1/inlineHooks/{inlineHookId}
|
Deletes the Inline Hook matching the provided id. Once deleted, the Inline Hook is unrecoverable. As a safety precaution, only Inline Hooks with a status of INACTIVE are eligible for deletion.
|
| GET |
/api/v1/inlineHooks/{inlineHookId}
|
Gets an inline hook by ID
|
| PUT |
/api/v1/inlineHooks/{inlineHookId}
|
Updates an inline hook by ID
|
| POST |
/api/v1/inlineHooks/{inlineHookId}/execute
|
Executes the Inline Hook matching the provided inlineHookId using the request body as the input. This will send the provided data through the Channel and return a response if it matches the correct data contract. This execution endpoint should only be used for testing purposes.
|
| POST |
/api/v1/inlineHooks/{inlineHookId}/lifecycle/activate
|
Activates the Inline Hook matching the provided id. Mockzilla mock: no signup, no API key.
|
| POST |
/api/v1/inlineHooks/{inlineHookId}/lifecycle/deactivate
|
Deactivates the Inline Hook matching the provided id
|
| GET |
/api/v1/logs
|
Fetch a list of events from your Okta organization system log. The Okta System Log API provides read access to your organization’s system log. This API provides more functionality than the Events API
|
| GET |
/api/v1/mappings
|
Enumerates Profile Mappings in your organization with pagination.
|
| GET |
/api/v1/mappings/{mappingId}
|
Get Profile Mapping Fetches a single Profile Mapping referenced by its ID.
|
| POST |
/api/v1/mappings/{mappingId}
|
Update Profile Mapping Updates an existing Profile Mapping by adding, updating, or removing one or many Property Mappings. Served by the Mockzilla mock runtime.
|
| GET |
/api/v1/meta/schemas/apps/{appInstanceId}/default
|
Fetches the Schema for an App User Fetches the Schema for an App User
|
| POST |
/api/v1/meta/schemas/apps/{appInstanceId}/default
|
Partial updates on the User Profile properties of the Application User Schema. Partial updates on the User Profile properties of the Application User Schema.
|
| GET |
/api/v1/meta/schemas/group/default
|
Fetches the group schema Fetches the group schema
|
| POST |
/api/v1/meta/schemas/group/default
|
Updates, adds ore removes one or more custom Group Profile properties in the schema Updates, adds ore removes one or more custom Group Profile properties in the schema
|
| GET |
/api/v1/meta/schemas/user/linkedObjects
|
Success. Mocked via Mockzilla.
|
| POST |
/api/v1/meta/schemas/user/linkedObjects
|
Success
|
| DEL |
/api/v1/meta/schemas/user/linkedObjects/{linkedObjectName}
|
Success
|
| GET |
/api/v1/meta/schemas/user/linkedObjects/{linkedObjectName}
|
Success
|
| GET |
/api/v1/meta/schemas/user/{schemaId}
|
Fetches the schema for a Schema Id. Fetches the schema for a Schema Id.
|
| POST |
/api/v1/meta/schemas/user/{schemaId}
|
Partial updates on the User Profile properties of the user schema. Available as a Mockzilla mock endpoint.
|
| GET |
/api/v1/meta/types/user
|
Fetches all User Types in your org
|
| POST |
/api/v1/meta/types/user
|
Creates a new User Type. A default User Type is automatically created along with your org, and you may add another 9 User Types for a maximum of 10.
|
| DEL |
/api/v1/meta/types/user/{typeId}
|
Deletes a User Type permanently. This operation is not permitted for the default type, nor for any User Type that has existing users
|
| GET |
/api/v1/meta/types/user/{typeId}
|
Fetches a User Type by ID. The special identifier default may be used to fetch the default User Type.
|
| POST |
/api/v1/meta/types/user/{typeId}
|
Updates an existing User Type. Mockzilla mock: no signup, no API key.
|
| PUT |
/api/v1/meta/types/user/{typeId}
|
Replace an existing User Type
|
| GET |
/api/v1/org
|
Get org settings Get settings of your organization.
|
| POST |
/api/v1/org
|
Partial update Org setting Partial update settings of your organization.
|
| PUT |
/api/v1/org
|
Update Org setting Update settings of your organization.
|
| GET |
/api/v1/org/contacts
|
Get org contact types Gets Contact Types of your organization. Served by the Mockzilla mock runtime.
|
| GET |
/api/v1/org/contacts/{contactType}
|
Get org contact user Retrieves the URL of the User associated with the specified Contact Type.
|
| PUT |
/api/v1/org/contacts/{contactType}
|
Update org contact user Updates the User associated with the specified Contact Type.
|
| POST |
/api/v1/org/logo
|
Update org logo Updates the logo for your organization.
|
| GET |
/api/v1/org/preferences
|
Get org preferences Gets preferences of your organization.
|
| POST |
/api/v1/org/preferences/hideEndUserFooter
|
Show Okta UI Footer Hide the Okta UI footer for all end users of your organization. Mocked via Mockzilla.
|
| POST |
/api/v1/org/preferences/showEndUserFooter
|
Show Okta UI Footer Makes the Okta UI footer visible for all end users of your organization.
|
| GET |
/api/v1/org/privacy/oktaCommunication
|
Get Okta Communication Settings Gets Okta Communication Settings of your organization.
|
| POST |
/api/v1/org/privacy/oktaCommunication/optIn
|
Opt in all users to Okta Communication emails Opts in all users of this org to Okta Communication emails.
|
| POST |
/api/v1/org/privacy/oktaCommunication/optOut
|
Opt out all users from Okta Communication emails Opts out all users of this org from Okta Communication emails.
|
| GET |
/api/v1/org/privacy/oktaSupport
|
Get Okta Support settings Gets Okta Support Settings of your organization. Available as a Mockzilla mock endpoint.
|
| POST |
/api/v1/org/privacy/oktaSupport/extend
|
Extend Okta Support Extends the length of time that Okta Support can access your org by 24 hours. This means that 24 hours are added to the remaining access time.
|
| POST |
/api/v1/org/privacy/oktaSupport/grant
|
Grant Okta Support Enables you to temporarily allow Okta Support to access your org as an administrator for eight hours.
|
| POST |
/api/v1/org/privacy/oktaSupport/revoke
|
Extend Okta Support Revokes Okta Support access to your organization.
|
| GET |
/api/v1/policies
|
Gets all policies with the specified type.
|
| POST |
/api/v1/policies
|
Creates a policy. Mockzilla mock: no signup, no API key.
|
| DEL |
/api/v1/policies/{policyId}
|
Removes a policy.
|
| GET |
/api/v1/policies/{policyId}
|
Gets a policy.
|
| PUT |
/api/v1/policies/{policyId}
|
Updates a policy.
|
| POST |
/api/v1/policies/{policyId}/lifecycle/activate
|
Activates a policy.
|
| POST |
/api/v1/policies/{policyId}/lifecycle/deactivate
|
Deactivates a policy. Served by the Mockzilla mock runtime.
|
| GET |
/api/v1/policies/{policyId}/rules
|
Enumerates all policy rules.
|
| POST |
/api/v1/policies/{policyId}/rules
|
Creates a policy rule.
|
| DEL |
/api/v1/policies/{policyId}/rules/{ruleId}
|
Removes a policy rule.
|
| GET |
/api/v1/policies/{policyId}/rules/{ruleId}
|
Gets a policy rule.
|
| PUT |
/api/v1/policies/{policyId}/rules/{ruleId}
|
Updates a policy rule. Mocked via Mockzilla.
|
| POST |
/api/v1/policies/{policyId}/rules/{ruleId}/lifecycle/activate
|
Activates a policy rule.
|
| POST |
/api/v1/policies/{policyId}/rules/{ruleId}/lifecycle/deactivate
|
Deactivates a policy rule.
|
| GET |
/api/v1/roles/{roleTypeOrRoleId}/subscriptions
|
List all subscriptions of a Custom Role When roleType List all subscriptions of a Role. Else when roleId List subscriptions of a Custom Role
|
| GET |
/api/v1/roles/{roleTypeOrRoleId}/subscriptions/{notificationType}
|
Get subscriptions of a Custom Role with a specific notification type When roleType Get subscriptions of a Role with a specific notification type. Else when roleId Get subscription of a Custom Role with a specific notification type.
|
| POST |
/api/v1/roles/{roleTypeOrRoleId}/subscriptions/{notificationType}/subscribe
|
Subscribe a Custom Role to a specific notification type When roleType Subscribes a Role to a specific notification type. When you change the subscription status of a Role, it overrides the subscription of any individual user of that Role. Else when roleId Subscribes a Custom Role to a specific notification type. When you change the subscription status of a Custom Role, it overrides the subscription of any individual user of that Custom Role. Available as a Mockzilla mock endpoint.
|
| POST |
/api/v1/roles/{roleTypeOrRoleId}/subscriptions/{notificationType}/unsubscribe
|
Unsubscribe a Custom Role from a specific notification type When roleType Unsubscribes a Role from a specific notification type. When you change the subscription status of a Role, it overrides the subscription of any individual user of that Role. Else when roleId Unsubscribes a Custom Role from a specific notification type. When you change the subscription status of a Custom Role, it overrides the subscription of any individual user of that Custom Role.
|
| POST |
/api/v1/sessions
|
Create Session with Session Token Creates a new session for a user with a valid session token. Use this API if, for example, you want to set the session cookie yourself instead of allowing Okta to set it, or want to hold the session ID in order to delete a session via the API instead of visiting the logout URL.
|
| DEL |
/api/v1/sessions/{sessionId}
|
Close Session
|
| GET |
/api/v1/sessions/{sessionId}
|
Get details about a session.
|
| POST |
/api/v1/sessions/{sessionId}/lifecycle/refresh
|
Refresh Session
|
| GET |
/api/v1/templates/sms
|
List SMS Templates Enumerates custom SMS templates in your organization. A subset of templates can be returned that match a template type.
|
| POST |
/api/v1/templates/sms
|
Add SMS Template Adds a new custom SMS template to your organization. Mockzilla mock: no signup, no API key.
|
| DEL |
/api/v1/templates/sms/{templateId}
|
Remove SMS Template Removes an SMS template.
|
| GET |
/api/v1/templates/sms/{templateId}
|
Get SMS Template Fetches a specific template by id
|
| POST |
/api/v1/templates/sms/{templateId}
|
Partial SMS Template Update Updates only some of the SMS template properties:
|
| PUT |
/api/v1/templates/sms/{templateId}
|
Update SMS Template Updates the SMS template.
|
| GET |
/api/v1/threats/configuration
|
Gets current ThreatInsight configuration. Served by the Mockzilla mock runtime.
|
| POST |
/api/v1/threats/configuration
|
Updates ThreatInsight configuration
|
| GET |
/api/v1/trustedOrigins
|
Success
|
| POST |
/api/v1/trustedOrigins
|
Success
|
| DEL |
/api/v1/trustedOrigins/{trustedOriginId}
|
Success
|
| GET |
/api/v1/trustedOrigins/{trustedOriginId}
|
Success. Mocked via Mockzilla.
|
| PUT |
/api/v1/trustedOrigins/{trustedOriginId}
|
Success
|
| POST |
/api/v1/trustedOrigins/{trustedOriginId}/lifecycle/activate
|
Success
|
| POST |
/api/v1/trustedOrigins/{trustedOriginId}/lifecycle/deactivate
|
Success
|
| GET |
/api/v1/users
|
List Users Lists users that do not have a status of 'DEPROVISIONED' (by default), up to the maximum (200 for most orgs), with pagination in most cases. A subset of users can be returned that match a supported filter expression or search criteria.
|
| POST |
/api/v1/users
|
Create User Creates a new user in your Okta organization with or without credentials. Available as a Mockzilla mock endpoint.
|
| PUT |
/api/v1/users/{associatedUserId}/linkedObjects/{primaryRelationshipName}/{primaryUserId}
|
|
| DEL |
/api/v1/users/{userId}
|
Delete User Deletes a user permanently. This operation can only be performed on users that have a DEPROVISIONED status. This action cannot be recovered!
|
| GET |
/api/v1/users/{userId}
|
Get User Fetches a user from your Okta organization.
|
| POST |
/api/v1/users/{userId}
|
Update a user's profile or credentials with partial update semantics.
|
| PUT |
/api/v1/users/{userId}
|
Update User Update a user's profile and/or credentials using strict-update semantics.
|
| GET |
/api/v1/users/{userId}/appLinks
|
Get Assigned App Links Fetches appLinks for all direct or indirect (via group membership) assigned applications. Mockzilla mock: no signup, no API key.
|
| GET |
/api/v1/users/{userId}/clients
|
Lists all client resources for which the specified user has grants or tokens.
|
| DEL |
/api/v1/users/{userId}/clients/{clientId}/grants
|
Revokes all grants for the specified user and client
|
| GET |
/api/v1/users/{userId}/clients/{clientId}/grants
|
Lists all grants for a specified user and client
|
| DEL |
/api/v1/users/{userId}/clients/{clientId}/tokens
|
Revokes all refresh tokens issued for the specified User and Client.
|
| GET |
/api/v1/users/{userId}/clients/{clientId}/tokens
|
Lists all refresh tokens issued for the specified User and Client. Served by the Mockzilla mock runtime.
|
| DEL |
/api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId}
|
Revokes the specified refresh token.
|
| GET |
/api/v1/users/{userId}/clients/{clientId}/tokens/{tokenId}
|
Gets a refresh token issued for the specified User and Client.
|
| POST |
/api/v1/users/{userId}/credentials/change_password
|
Change Password Changes a user's password by validating the user's current password. This operation can only be performed on users in STAGED, ACTIVE, PASSWORD_EXPIRED, or RECOVERY status that have a valid password credential
|
| POST |
/api/v1/users/{userId}/credentials/change_recovery_question
|
Change Recovery Question Changes a user's recovery question & answer credential by validating the user's current password. This operation can only be performed on users in STAGED, ACTIVE or RECOVERY status that have a valid password credential
|
| POST |
/api/v1/users/{userId}/credentials/forgot_password
|
Forgot Password
|
| GET |
/api/v1/users/{userId}/factors
|
Enumerates all the enrolled factors for the specified user. Mocked via Mockzilla.
|
| POST |
/api/v1/users/{userId}/factors
|
Enroll Factor Enrolls a user with a supported factor.
|
| GET |
/api/v1/users/{userId}/factors/catalog
|
Enumerates all the supported factors that can be enrolled for the specified user
|
| GET |
/api/v1/users/{userId}/factors/questions
|
Enumerates all available security questions for a user's question factor
|
| DEL |
/api/v1/users/{userId}/factors/{factorId}
|
Unenrolls an existing factor for the specified user, allowing the user to enroll a new factor.
|
| GET |
/api/v1/users/{userId}/factors/{factorId}
|
Fetches a factor for the specified user. Available as a Mockzilla mock endpoint.
|
| POST |
/api/v1/users/{userId}/factors/{factorId}/lifecycle/activate
|
Activate Factor The sms and token:software:totp factor types require activation to complete the enrollment process.
|
| GET |
/api/v1/users/{userId}/factors/{factorId}/transactions/{transactionId}
|
Polls factors verification transaction for status.
|
| POST |
/api/v1/users/{userId}/factors/{factorId}/verify
|
Verify MFA Factor Verifies an OTP for a token or token:hardware factor
|
| DEL |
/api/v1/users/{userId}/grants
|
Revokes all grants for a specified user
|
| GET |
/api/v1/users/{userId}/grants
|
Lists all grants for the specified user. Mockzilla mock: no signup, no API key.
|
| DEL |
/api/v1/users/{userId}/grants/{grantId}
|
Revokes one grant for a specified user
|
| GET |
/api/v1/users/{userId}/grants/{grantId}
|
Gets a grant for the specified user
|
| GET |
/api/v1/users/{userId}/groups
|
Get Member Groups Fetches the groups of which the user is a member.
|
| GET |
/api/v1/users/{userId}/idps
|
Listing IdPs associated with a user Lists the IdPs associated with the user.
|
| POST |
/api/v1/users/{userId}/lifecycle/activate
|
Activate User Activates a user. This operation can only be performed on users with a STAGED status. Activation of a user is an asynchronous operation. The user will have the transitioningToStatus property with a value of ACTIVE during activation to indicate that the user hasn't completed the asynchronous operation. The user will have a status of ACTIVE when the activation process is complete. Served by the Mockzilla mock runtime.
|
| POST |
/api/v1/users/{userId}/lifecycle/deactivate
|
Deactivate User Deactivates a user. This operation can only be performed on users that do not have a DEPROVISIONED status. While the asynchronous operation (triggered by HTTP header Prefer: respond-async) is proceeding the user's transitioningToStatus property is DEPROVISIONED. The user's status is DEPROVISIONED when the deactivation process is complete.
|
| POST |
/api/v1/users/{userId}/lifecycle/expire_password?tempPassword=false
|
Expire Password This operation transitions the user to the status of PASSWORD_EXPIRED so that the user is required to change their password at their next login.
|
| POST |
/api/v1/users/{userId}/lifecycle/expire_password?tempPassword=true
|
Expire Password This operation transitions the user to the status of PASSWORD_EXPIRED and the user's password is reset to a temporary password that is returned.
|
| POST |
/api/v1/users/{userId}/lifecycle/reactivate
|
Reactivate User Reactivates a user. This operation can only be performed on users with a PROVISIONED status. This operation restarts the activation workflow if for some reason the user activation was not completed when using the activationToken from Activate User.
|
| POST |
/api/v1/users/{userId}/lifecycle/reset_factors
|
Reset Factors This operation resets all factors for the specified user. All MFA factor enrollments returned to the unenrolled state. The user's status remains ACTIVE. This link is present only if the user is currently enrolled in one or more MFA factors. Mocked via Mockzilla.
|
| POST |
/api/v1/users/{userId}/lifecycle/reset_password
|
Reset Password Generates a one-time token (OTT) that can be used to reset a user's password. The OTT link can be automatically emailed to the user or returned to the API caller and distributed using a custom flow.
|
| POST |
/api/v1/users/{userId}/lifecycle/suspend
|
Suspend User Suspends a user. This operation can only be performed on users with an ACTIVE status. The user will have a status of SUSPENDED when the process is complete.
|
| POST |
/api/v1/users/{userId}/lifecycle/unlock
|
Unlock User Unlocks a user with a LOCKED_OUT status and returns them to ACTIVE status. Users will be able to login with their current password.
|
| POST |
/api/v1/users/{userId}/lifecycle/unsuspend
|
Unsuspend User Unsuspends a user and returns them to the ACTIVE state. This operation can only be performed on users that have a SUSPENDED status.
|
| DEL |
/api/v1/users/{userId}/linkedObjects/{relationshipName}
|
Delete linked objects for a user, relationshipName can be ONLY a primary relationship name. Available as a Mockzilla mock endpoint.
|
| GET |
/api/v1/users/{userId}/linkedObjects/{relationshipName}
|
Get linked objects for a user, relationshipName can be a primary or associated relationship name
|
| GET |
/api/v1/users/{userId}/roles
|
Lists all roles assigned to a user.
|
| POST |
/api/v1/users/{userId}/roles
|
Assigns a role to a user.
|
| DEL |
/api/v1/users/{userId}/roles/{roleId}
|
Unassigns a role from a user.
|
| GET |
/api/v1/users/{userId}/roles/{roleId}
|
Gets role that is assigne to user. Mockzilla mock: no signup, no API key.
|
| GET |
/api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps
|
Lists all App targets for an APP_ADMIN Role assigned to a User. This methods return list may include full Applications or Instances. The response for an instance will have an ID value, while Application will not have an ID.
|
| PUT |
/api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps
|
Success
|
| DEL |
/api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps/{appName}
|
Success
|
| PUT |
/api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps/{appName}
|
Success
|
| DEL |
/api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps/{appName}/{applicationId}
|
Remove App Instance Target to App Administrator Role given to a User Remove App Instance Target to App Administrator Role given to a User. Served by the Mockzilla mock runtime.
|
| PUT |
/api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps/{appName}/{applicationId}
|
Add App Instance Target to App Administrator Role given to a User Add App Instance Target to App Administrator Role given to a User
|
| GET |
/api/v1/users/{userId}/roles/{roleId}/targets/groups
|
Success
|
| DEL |
/api/v1/users/{userId}/roles/{roleId}/targets/groups/{groupId}
|
Success
|
| PUT |
/api/v1/users/{userId}/roles/{roleId}/targets/groups/{groupId}
|
Success
|
| DEL |
/api/v1/users/{userId}/sessions
|
Removes all active identity provider sessions. This forces the user to authenticate on the next operation. Optionally revokes OpenID Connect and OAuth refresh and access tokens issued to the user. Mocked via Mockzilla.
|
| GET |
/api/v1/users/{userId}/subscriptions
|
List subscriptions of a User List subscriptions of a User. Only lists subscriptions for current user. An AccessDeniedException message is sent if requests are made from other users.
|
| GET |
/api/v1/users/{userId}/subscriptions/{notificationType}
|
Get the subscription of a User with a specific notification type Get the subscriptions of a User with a specific notification type. Only gets subscriptions for current user. An AccessDeniedException message is sent if requests are made from other users.
|
| POST |
/api/v1/users/{userId}/subscriptions/{notificationType}/subscribe
|
Subscribe to a specific notification type Subscribes a User to a specific notification type. Only the current User can subscribe to a specific notification type. An AccessDeniedException message is sent if requests are made from other users.
|
| POST |
/api/v1/users/{userId}/subscriptions/{notificationType}/unsubscribe
|
Unsubscribe from a specific notification type Unsubscribes a User from a specific notification type. Only the current User can unsubscribe from a specific notification type. An AccessDeniedException message is sent if requests are made from other users.
|
| GET |
/api/v1/zones
|
List Network Zones Enumerates network zones added to your organization with pagination. A subset of zones can be returned that match a supported filter expression or query. Available as a Mockzilla mock endpoint.
|
| POST |
/api/v1/zones
|
Add Network Zone Adds a new network zone to your Okta organization.
|
| DEL |
/api/v1/zones/{zoneId}
|
Delete Network Zone Removes network zone.
|
| GET |
/api/v1/zones/{zoneId}
|
Get Network Zone Fetches a network zone from your Okta organization by id.
|
| PUT |
/api/v1/zones/{zoneId}
|
Update Network Zone Updates a network zone in your organization.
|
| POST |
/api/v1/zones/{zoneId}/lifecycle/activate
|
Activate Network Zone Activate Network Zone. Mockzilla mock: no signup, no API key.
|
| POST |
/api/v1/zones/{zoneId}/lifecycle/deactivate
|
Deactivate Network Zone Deactivates a network zone.
|