{"items":[{"type":"link","label":"Okta Aerial","link":"/openapi/aerial/aerial","routeSlug":"/openapi/aerial/aerial","content":{"contentType":"overview","meta":{"name":"Okta Aerial"},"children":[{"nodeType":"container","panels":[{"title":"Overview","titleTranslationKey":"info.title","children":[]},{"title":"Languages","titleTranslationKey":"languages.title","children":[{"kind":"languages","options":[{"key":"curl","title":"curl","lang":"curl"},{"key":"csharp","title":"C#","lang":"C#"},{"key":"java","title":"Java","lang":"Java"},{"key":"javascript","title":"JavaScript","lang":"JavaScript"},{"key":"node","title":"Node.js","lang":"Node.js"},{"key":"python","title":"Python","lang":"Python"},{"key":"go","title":"Go","lang":"Go"},{"key":"php","title":"PHP","lang":"PHP"},{"key":"ruby","title":"Ruby","lang":"Ruby"},{"key":"payload","title":"Payload","lang":"Payload"}]}]},{"title":"Servers","titleTranslationKey":"servers.title","children":[{"kind":"servers","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com","description":"The domain for the Okta Aerial instance"}}}],"mode":"default"}]}],"children":[{"nodeType":"overview-section-wrapper","children":[{"nodeType":"header","level":1,"label":"Okta Aerial","showPageActions":true},{"nodeType":"overview-section-wrapper","children":[{"nodeType":"markdoc","content":"Okta Aerial is an administration service that enables a suite of multi-org management capabilities."}],"sectionId":"/openapi/aerial/aerial"}],"sectionId":"/openapi/aerial/aerial"}]}]}},{"type":"group","label":"Account","link":"/openapi/aerial/aerial/account","routeSlug":"/openapi/aerial/aerial/account","items":[{"label":"Retrieve an Aerial account","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/account/getaccount","routeSlug":"/openapi/aerial/aerial/account/getaccount","metadata":{"seo":{"title":"Retrieve an Aerial account","description":"OAuth 2.0 scope:okta.accounts.read"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getAccount","name":"Retrieve an Aerial account","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1accounts/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Retrieve an Aerial account","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.read"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Retrieves an Aerial account by "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"accountId"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1accounts/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/{accountId}/api/v1/accounts","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"responseCodes":["200","401","403","404","429","500"],"pointer":"/{accountId}/api/v1/accounts","href":"account/getaccount","openApiOperationId":"getAccount","summary":"Retrieve an Aerial account"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/account-full","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/get/responses/200/content/application~1json/examples/Success"]}},"schemaId":"components/schemas/account-full","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/get/responses/200/content/application~1json/examples/Success"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/get/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/get/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/get/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/get/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/get/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/get/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1accounts/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/account-full","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/get/responses/200/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/account-full","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/get/responses/200/content/application~1json/examples/Success"]}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/get/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/get/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/get/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/get/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/get/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/get/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/accounts"},{"label":"Replace an Aerial account","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/account/putaccount","routeSlug":"/openapi/aerial/aerial/account/putaccount","metadata":{"seo":{"title":"Replace an Aerial account","description":"OAuth 2.0 scope:okta.accounts.manage"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"putAccount","name":"Replace an Aerial account","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1accounts/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Replace an Aerial account","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.manage"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Replace the properties of an Aerial account"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1accounts/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/account-mutable","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/requestBody/content/application~1json/examples/Change name"]}},"schemaId":"components/schemas/account-mutable","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/requestBody/content/application~1json/examples/Change name"],"pointer":"/paths/~1{accountId}~1api~1v1~1accounts/put/requestBody","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Replaces all fields of an Aerial account that are mutable (currently only "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"name"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":")"},"children":[]}]}]}]}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/{accountId}/api/v1/accounts","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"requestBody":{"application/json":{"schemaId":"components/schemas/account-mutable","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/requestBody/content/application~1json/examples/Change name"]}},"responseCodes":["200","400","401","403","429","500"],"pointer":"/{accountId}/api/v1/accounts","href":"account/putaccount","openApiOperationId":"putAccount","summary":"Replace an Aerial account"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"schemaId":"components/schemas/account-mutable","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/requestBody/content/application~1json/examples/Change name"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/account-mutable","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/requestBody/content/application~1json/examples/Change name"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/account-full","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/responses/200/content/application~1json/examples/Success"]}},"schemaId":"components/schemas/account-full","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/responses/200/content/application~1json/examples/Success"]},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/responses/400/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/responses/400/content/application~1json/example"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1accounts/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/account-full","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/responses/200/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/account-full","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/responses/200/content/application~1json/examples/Success"]}}},{"code":"400","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/responses/400/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/responses/400/content/application~1json/example"]}}},{"code":"401"},{"code":"403"},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1accounts/put/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/accounts"},{"label":"List all subscribed products","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/account/getsubscribedproducts","routeSlug":"/openapi/aerial/aerial/account/getsubscribedproducts","metadata":{"seo":{"title":"List all subscribed products","description":"OAuth 2.0 scope:okta.accounts.read"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getSubscribedProducts","name":"List all subscribed products","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1products/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List all subscribed products","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.read"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Lists all subscribed products"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1products/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/{accountId}/api/v1/products","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"responseCodes":["200","400","401","403","404","429","500"],"pointer":"/{accountId}/api/v1/products","href":"account/getsubscribedproducts","openApiOperationId":"getSubscribedProducts","summary":"List all subscribed products"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/subscribed-products-list","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/200/content/application~1json/examples/Success"]}},"schemaId":"components/schemas/subscribed-products-list","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/200/content/application~1json/examples/Success"]},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/400/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/400/content/application~1json/example"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1products/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/subscribed-products-list","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/200/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/subscribed-products-list","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/200/content/application~1json/examples/Success"]}}},{"code":"400","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/400/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/400/content/application~1json/example"]}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1products/get/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/products"}],"content":{"contentType":"group","meta":{"name":"Account"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Account","showPageActions":true},{"nodeType":"markdoc","content":"Endpoints to manage and retrieve data related to the Aerial account"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/{accountId}/api/v1/accounts","summary":"Retrieve an Aerial account","prefix":{"name":"get","color":"get"},"badges":[],"link":"/account/getaccount","deprecated":false},{"title":"/{accountId}/api/v1/accounts","summary":"Replace an Aerial account","prefix":{"name":"put","color":"put"},"badges":[],"link":"/account/putaccount","deprecated":false},{"title":"/{accountId}/api/v1/products","summary":"List all subscribed products","prefix":{"name":"get","color":"get"},"badges":[],"link":"/account/getsubscribedproducts","deprecated":false}]}]}]}]}},{"type":"group","label":"Orgs","link":"/openapi/aerial/aerial/orgs","routeSlug":"/openapi/aerial/aerial/orgs","items":[{"label":"Requests to delete an org","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/orgs/createdeletionrequest","routeSlug":"/openapi/aerial/aerial/orgs/createdeletionrequest","metadata":{"seo":{"title":"Requests to delete an org","description":"OAuth 2.0 scope:okta.accounts.manage"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"createDeletionRequest","name":"Requests to delete an org","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Requests to delete an org","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.manage"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Requests to delete an org"},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"You can only delete an org with a "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"status"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"INACTIVE"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]},{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Note:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" This endpoint only deletes orgs in the Aerial Sandbox environment or if you are in the Okta Partner Program. Contact your account manager for more information."},"children":[]}]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true},{"name":"orgId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Okta Org"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/{accountId}/api/v1/orgs/{orgId}/deletionRequest","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"},{"name":"orgId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"responseCodes":["200","400","401","403","429","500"],"pointer":"/{accountId}/api/v1/orgs/{orgId}/deletionRequest","href":"orgs/createdeletionrequest","openApiOperationId":"createDeletionRequest","summary":"Requests to delete an org"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_1445"}},"schemaId":"schema_1445"},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/400/content/application~1json/examples/Error non-inactive org","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/400/content/application~1json/examples/Error Aerial org"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/400/content/application~1json/examples/Error non-inactive org","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/400/content/application~1json/examples/Error Aerial org"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_1445","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_1445"}}},{"code":"400","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/400/content/application~1json/examples/Error non-inactive org","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/400/content/application~1json/examples/Error Aerial org"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/400/content/application~1json/examples/Error non-inactive org","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/400/content/application~1json/examples/Error Aerial org"]}}},{"code":"401"},{"code":"403"},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/orgs/{orgId}/deletionRequest"},{"label":"Change the status of an org","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/orgs/changeorgstatus","routeSlug":"/openapi/aerial/aerial/orgs/changeorgstatus","metadata":{"seo":{"title":"Change the status of an org","description":"OAuth 2.0 scope:okta.accounts.manage"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"changeOrgStatus","name":"Change the status of an org","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Change the status of an org","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.manage"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Change the status of an org"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true},{"name":"orgId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Okta Org"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/org-status","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/requestBody/content/application~1json/examples/Deactivate"]}},"schemaId":"components/schemas/org-status","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/requestBody/content/application~1json/examples/Deactivate"],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/requestBody","description":"The target status for the org"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/{accountId}/api/v1/orgs/{orgId}/status","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"},{"name":"orgId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"requestBody":{"application/json":{"schemaId":"components/schemas/org-status","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/requestBody/content/application~1json/examples/Deactivate"]}},"responseCodes":["200","400","401","403","429","500"],"pointer":"/{accountId}/api/v1/orgs/{orgId}/status","href":"orgs/changeorgstatus","openApiOperationId":"changeOrgStatus","summary":"Change the status of an org"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"schemaId":"components/schemas/org-status","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/requestBody/content/application~1json/examples/Deactivate"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/org-status","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/requestBody/content/application~1json/examples/Deactivate"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/org","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/200/content/application~1json/examples/Deactivated"]}},"schemaId":"components/schemas/org","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/200/content/application~1json/examples/Deactivated"]},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/400/content/application~1json/examples/Error invalid status"]}},"exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/400/content/application~1json/examples/Error invalid status"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/org","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/200/content/application~1json/examples/Deactivated"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/org","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/200/content/application~1json/examples/Deactivated"]}}},{"code":"400","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/400/content/application~1json/examples/Error invalid status"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/400/content/application~1json/examples/Error invalid status"]}}},{"code":"401"},{"code":"403"},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/orgs/{orgId}/status"},{"label":"List all managed orgs","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/orgs/getorgs","routeSlug":"/openapi/aerial/aerial/orgs/getorgs","metadata":{"seo":{"title":"List all managed orgs","description":"OAuth 2.0 scope:okta.accounts.read"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getOrgs","name":"List all managed orgs","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1orgs/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List all managed orgs","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.read"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Lists all orgs that are managed by the Aerial account"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"after","in":"query","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The cursor that points to the end of the page of data that has been returned. This value is generated by the server and is returned in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"next"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" URI in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Link"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" response header of the previous request. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/api/#pagination"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Pagination"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"name":"before","in":"query","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The cursor that points to the start of the page of data that has been returned. This value is generated by the server and is returned in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"prev"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" URI in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Link"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" response header of the previous request. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/api/#pagination"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Pagination"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"name":"limit","in":"query","schemaId":"schema_1446","description":"The maximum number of records to return in a page"},{"name":"filter","in":"query","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A SCIM 2.0 filter expression that filters the results. Filter attributes include "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"subdomain"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"aerialOrg"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"status"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". Only the following example expressions are supported."},"children":[]}]}]}],"examples":{"By subdomain":{"value":"subdomain eq \"customer-subdomain\""},"By whether the org is the Aerial org":{"value":"aerialOrg eq true"},"By status and subdomain prefix":{"value":"status eq \"ACTIVE\" AND subdomain sw \"customer\""}}}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/{accountId}/api/v1/orgs","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[{"name":"after","in":"query","required":false,"schemaId":"schema_1442"},{"name":"before","in":"query","required":false,"schemaId":"schema_1442"},{"name":"limit","in":"query","required":false,"schemaId":"schema_1446"},{"name":"filter","in":"query","example":"subdomain eq \"customer-subdomain\"","schemaId":"schema_1442"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"responseCodes":["200","400","401","403","404","429","500"],"pointer":"/{accountId}/api/v1/orgs","href":"orgs/getorgs","openApiOperationId":"getOrgs","summary":"List all managed orgs"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/orgs-list","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/200/content/application~1json/examples/Success"]}},"schemaId":"components/schemas/orgs-list","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/200/content/application~1json/examples/Success"],"headers":{"link":{"schema":{"$ref":"#/components/schemas/orgs-link"}}},"headerSchemaId":"schema_1447"},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/400/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/400/content/application~1json/example"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/orgs-list","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/200/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/orgs-list","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/200/content/application~1json/examples/Success"]}}},{"code":"400","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/400/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/400/content/application~1json/example"]}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/get/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/orgs"},{"label":"Add an org to your account","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/orgs/addorg","routeSlug":"/openapi/aerial/aerial/orgs/addorg","metadata":{"seo":{"title":"Add an org to your account","description":"OAuth 2.0 scope:okta.accounts.manage"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"addOrg","name":"Add an org to your account","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1orgs/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Add an org to your account","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.manage"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Adds an org to be managed by the Aerial account. The super admin of the org must first grant Okta Aerial the ability to manage the org."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/add-org-request","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using ID and cell (fastest)","paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using domain","paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using ID"]}},"schemaId":"components/schemas/add-org-request","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using ID and cell (fastest)","paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using domain","paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using ID"],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs/post/requestBody","description":"Information about the Org that is added to the Account"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/{accountId}/api/v1/orgs","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"requestBody":{"application/json":{"schemaId":"components/schemas/add-org-request","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using ID and cell (fastest)","paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using domain","paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using ID"]}},"responseCodes":["200","400","401","403","429","500"],"pointer":"/{accountId}/api/v1/orgs","href":"orgs/addorg","openApiOperationId":"addOrg","summary":"Add an org to your account"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"schemaId":"components/schemas/add-org-request","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using ID and cell (fastest)","paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using domain","paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using ID"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/add-org-request","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using ID and cell (fastest)","paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using domain","paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using ID"]}},"examples":[{},{},{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/org","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/responses/200/content/application~1json/examples/Success"]}},"schemaId":"components/schemas/org","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/responses/200/content/application~1json/examples/Success"]},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error invalid domain","paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error invalid orgId","paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error already added"]}},"exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error invalid domain","paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error invalid orgId","paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error already added"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/org","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/responses/200/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/org","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/responses/200/content/application~1json/examples/Success"]}}},{"code":"400","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error invalid domain","paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error invalid orgId","paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error already added"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error invalid domain","paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error invalid orgId","paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error already added"]}}},{"code":"401"},{"code":"403"},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs/post/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/orgs"},{"label":"List all associated orgs","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/orgs/getassociatedorgs","routeSlug":"/openapi/aerial/aerial/orgs/getassociatedorgs","metadata":{"seo":{"title":"List all associated orgs","description":"OAuth 2.0 scope:okta.accounts.read"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getAssociatedOrgs","name":"List all associated orgs","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List all associated orgs","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.read"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Lists all associated orgs in a report format. The report is updated asynchronously. Associated orgs are are all orgs linked to (or associated with) your Okta contract."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Newly created orgs may not immediately show up in the report. The management status of the orgs added into the account is updated in real-time."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"after","in":"query","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The cursor that points to the end of the page of data that has been returned. This value is generated by the server and is returned in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"next"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" URI in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Link"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" response header of the previous request. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/api/#pagination"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Pagination"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"name":"before","in":"query","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The cursor that points to the start of the page of data that has been returned. This value is generated by the server and is returned in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"prev"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" URI in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Link"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" response header of the previous request. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/api/#pagination"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Pagination"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"name":"limit","in":"query","schemaId":"schema_1446","description":"The maximum number of records to return in a page"},{"name":"filter","in":"query","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A SCIM 2.0 filter expression that filters the results. The attributes you can filter on include "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"subdomain"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"accountId"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" and "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"status"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". Only the following example expressions are supported."},"children":[]}]}]}],"examples":{"By subdomain":{"value":"subdomain eq \"customer-subdomain\""},"Orgs added to Aerial":{"value":"accountId eq \"0227mkkf8ulgt48bkidcd8ekqft\""},"Orgs not yet added to Aerial":{"value":"accountId eq null"},"Orgs with status and subdomain prefix":{"value":"status eq \"ACTIVE\" AND subdomain sw \"customer\""},"Orgs not yet added to Aerial alternative":{"value":"not (accountId pr)"}}}],"pointer":"/paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/{accountId}/api/v1/reports/associatedOrgs","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[{"name":"after","in":"query","required":false,"schemaId":"schema_1442"},{"name":"before","in":"query","required":false,"schemaId":"schema_1442"},{"name":"limit","in":"query","required":false,"schemaId":"schema_1446"},{"name":"filter","in":"query","example":"subdomain eq \"customer-subdomain\"","schemaId":"schema_1442"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"responseCodes":["200","400","401","403","404","429","500"],"pointer":"/{accountId}/api/v1/reports/associatedOrgs","href":"orgs/getassociatedorgs","openApiOperationId":"getAssociatedOrgs","summary":"List all associated orgs"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/associated-orgs-list","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/200/content/application~1json/examples/Success"]}},"schemaId":"components/schemas/associated-orgs-list","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/200/content/application~1json/examples/Success"],"headers":{"link":{"schema":{"$ref":"#/components/schemas/associated-orgs-link"}}},"headerSchemaId":"schema_1448"},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/400/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/400/content/application~1json/example"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/associated-orgs-list","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/200/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/associated-orgs-list","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/200/content/application~1json/examples/Success"]}}},{"code":"400","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/400/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/400/content/application~1json/example"]}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/reports/associatedOrgs"},{"label":"Retrieve an org","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/orgs/getorg","routeSlug":"/openapi/aerial/aerial/orgs/getorg","metadata":{"seo":{"title":"Retrieve an org","description":"OAuth 2.0 scope:okta.accounts.read"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getOrg","name":"Retrieve an org","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Retrieve an org","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.read"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Retrieves an org that's in an Aerial account by "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"orgId"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true},{"name":"orgId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Okta Org"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/{accountId}/api/v1/orgs/{orgId}","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"},{"name":"orgId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"responseCodes":["200","401","403","404","429","500"],"pointer":"/{accountId}/api/v1/orgs/{orgId}","href":"orgs/getorg","openApiOperationId":"getOrg","summary":"Retrieve an org"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/org","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/200/content/application~1json/examples/Success"]}},"schemaId":"components/schemas/org","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/200/content/application~1json/examples/Success"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/org","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/200/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/org","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/200/content/application~1json/examples/Success"]}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/orgs/{orgId}"},{"label":"List all enabled products for an org","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/orgs/getenabledproducts","routeSlug":"/openapi/aerial/aerial/orgs/getenabledproducts","metadata":{"seo":{"title":"List all enabled products for an org","description":"OAuth 2.0 scope:okta.accounts.read"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getEnabledProducts","name":"List all enabled products for an org","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List all enabled products for an org","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.read"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Lists all enabled products by "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"orgId"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true},{"name":"orgId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Okta Org"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/{accountId}/api/v1/orgs/{orgId}/products","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"},{"name":"orgId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"responseCodes":["200","401","403","404","429","500"],"pointer":"/{accountId}/api/v1/orgs/{orgId}/products","href":"orgs/getenabledproducts","openApiOperationId":"getEnabledProducts","summary":"List all enabled products for an org"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/enabled-products-list","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/200/content/application~1json/examples/Success"]}},"schemaId":"components/schemas/enabled-products-list","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/200/content/application~1json/examples/Success"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/enabled-products-list","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/200/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/enabled-products-list","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/200/content/application~1json/examples/Success"]}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/orgs/{orgId}/products"},{"label":"Update enabled products for an org","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/orgs/updateenabledproducts","routeSlug":"/openapi/aerial/aerial/orgs/updateenabledproducts","metadata":{"seo":{"title":"Update enabled products for an org","description":"OAuth 2.0 scope:okta.accounts.manage"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateEnabledProducts","name":"Update enabled products for an org","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update enabled products for an org","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.manage"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Update the enabled products of an org. Any products not found in this list are disabled for the org."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true},{"name":"orgId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Okta Org"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_1449","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Remove","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Add","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Add with names optional"]}},"schemaId":"schema_1449","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Remove","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Add","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Add with names optional"],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/{accountId}/api/v1/orgs/{orgId}/products","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"},{"name":"orgId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"requestBody":{"application/json":{"schemaId":"schema_1449","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Remove","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Add","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Add with names optional"]}},"responseCodes":["200","400","401","403","429","500"],"pointer":"/{accountId}/api/v1/orgs/{orgId}/products","href":"orgs/updateenabledproducts","openApiOperationId":"updateEnabledProducts","summary":"Update enabled products for an org"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"schemaId":"schema_1449","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Remove","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Add","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Add with names optional"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"schema_1449","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Remove","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Add","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Add with names optional"]}},"examples":[{},{},{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/enabled-products-list","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/200/content/application~1json/examples/Success"]}},"schemaId":"components/schemas/enabled-products-list","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/200/content/application~1json/examples/Success"]},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You do not have a subscription for the following products","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You cannot enable the following products at the same time","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You must also enable the following products","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/Current configuration conflict"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You do not have a subscription for the following products","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You cannot enable the following products at the same time","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You must also enable the following products","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/Current configuration conflict"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/500/content/application~1json/examples/Internal server error"]}},"exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/500/content/application~1json/examples/Internal server error"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/enabled-products-list","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/200/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/enabled-products-list","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/200/content/application~1json/examples/Success"]}}},{"code":"400","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You do not have a subscription for the following products","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You cannot enable the following products at the same time","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You must also enable the following products","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/Current configuration conflict"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You do not have a subscription for the following products","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You cannot enable the following products at the same time","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You must also enable the following products","paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/Current configuration conflict"]}}},{"code":"401"},{"code":"403"},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/429/content/application~1json/example"]}}},{"code":"500","exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/500/content/application~1json/examples/Internal server error"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"exampleIds":["paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/500/content/application~1json/examples/Internal server error"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/orgs/{orgId}/products"}],"content":{"contentType":"group","meta":{"name":"Orgs"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Orgs","showPageActions":true},{"nodeType":"markdoc","content":"Endpoints to manage and configure an Aerial account's orgs"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/{accountId}/api/v1/orgs/{orgId}/deletionRequest","summary":"Requests to delete an org","prefix":{"name":"post","color":"post"},"badges":[],"link":"/orgs/createdeletionrequest","deprecated":false},{"title":"/{accountId}/api/v1/orgs/{orgId}/status","summary":"Change the status of an org","prefix":{"name":"put","color":"put"},"badges":[],"link":"/orgs/changeorgstatus","deprecated":false},{"title":"/{accountId}/api/v1/orgs","summary":"List all managed orgs","prefix":{"name":"get","color":"get"},"badges":[],"link":"/orgs/getorgs","deprecated":false},{"title":"/{accountId}/api/v1/orgs","summary":"Add an org to your account","prefix":{"name":"post","color":"post"},"badges":[],"link":"/orgs/addorg","deprecated":false},{"title":"/{accountId}/api/v1/reports/associatedOrgs","summary":"List all associated orgs","prefix":{"name":"get","color":"get"},"badges":[],"link":"/orgs/getassociatedorgs","deprecated":false},{"title":"/{accountId}/api/v1/orgs/{orgId}","summary":"Retrieve an org","prefix":{"name":"get","color":"get"},"badges":[],"link":"/orgs/getorg","deprecated":false},{"title":"/{accountId}/api/v1/orgs/{orgId}/products","summary":"List all enabled products for an org","prefix":{"name":"get","color":"get"},"badges":[],"link":"/orgs/getenabledproducts","deprecated":false},{"title":"/{accountId}/api/v1/orgs/{orgId}/products","summary":"Update enabled products for an org","prefix":{"name":"put","color":"put"},"badges":[],"link":"/orgs/updateenabledproducts","deprecated":false}]}]}]}]}},{"type":"group","label":"Org Groups","link":"/openapi/aerial/aerial/org-groups","routeSlug":"/openapi/aerial/aerial/org-groups","items":[{"label":"List all org groups","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/org-groups/getorggroups","routeSlug":"/openapi/aerial/aerial/org-groups/getorggroups","metadata":{"seo":{"title":"List all org groups","description":"OAuth 2.0 scope:okta.accounts.read"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getOrgGroups","name":"List all org groups","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List all org groups","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.read"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Lists all org groups for the account"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"after","in":"query","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The cursor that points to the end of the page of data that has been returned. This value is generated by the server and is returned in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"next"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" URI in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Link"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" response header of the previous request. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/api/#pagination"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Pagination"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"name":"before","in":"query","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The cursor that points to the start of the page of data that has been returned. This value is generated by the server and is returned in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"prev"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" URI in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Link"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" response header of the previous request. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/api/#pagination"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Pagination"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"name":"limit","in":"query","schemaId":"schema_1446","description":"The maximum number of records to return in a page"},{"name":"filter","in":"query","schemaId":"schema_1442","description":"A SCIM 2.0 filter expression that filters the results.","examples":{"By name prefix":{"value":"name sw \"Test\""}}}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/{accountId}/api/v1/orgGroups","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[{"name":"after","in":"query","required":false,"schemaId":"schema_1442"},{"name":"before","in":"query","required":false,"schemaId":"schema_1442"},{"name":"limit","in":"query","required":false,"schemaId":"schema_1446"},{"name":"filter","in":"query","required":false,"example":"name sw \"Test\"","schemaId":"schema_1442"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"responseCodes":["200","400","401","403","429","500"],"pointer":"/{accountId}/api/v1/orgGroups","href":"org-groups/getorggroups","openApiOperationId":"getOrgGroups","summary":"List all org groups"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_1450","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/200/content/application~1json/examples/Success"]}},"schemaId":"schema_1450","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/200/content/application~1json/examples/Success"]},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/400/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/400/content/application~1json/example"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_1450","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/200/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_1450","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/200/content/application~1json/examples/Success"]}}},{"code":"400","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/400/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/400/content/application~1json/example"]}}},{"code":"401"},{"code":"403"},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/orgGroups"},{"label":"Create an org group","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/org-groups/createorggroup","routeSlug":"/openapi/aerial/aerial/org-groups/createorggroup","metadata":{"seo":{"title":"Create an org group","description":"OAuth 2.0 scope:okta.accounts.manage"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"createOrgGroup","name":"Create an org group","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create an org group","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.manage"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Creates an org group"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/add-org-group-request","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/requestBody/content/application~1json/examples/Valid"]}},"schemaId":"components/schemas/add-org-group-request","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/requestBody/content/application~1json/examples/Valid"],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/{accountId}/api/v1/orgGroups","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"requestBody":{"application/json":{"schemaId":"components/schemas/add-org-group-request","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/requestBody/content/application~1json/examples/Valid"]}},"responseCodes":["201","400","401","403","429","500"],"pointer":"/{accountId}/api/v1/orgGroups","href":"org-groups/createorggroup","openApiOperationId":"createOrgGroup","summary":"Create an org group"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"schemaId":"components/schemas/add-org-group-request","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/requestBody/content/application~1json/examples/Valid"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/add-org-group-request","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/requestBody/content/application~1json/examples/Valid"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"201","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/org-group","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/201/content/application~1json/examples/Success"]}},"schemaId":"components/schemas/org-group","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/201/content/application~1json/examples/Success"]},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error"}},"schemaId":"components/schemas/error"},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"201","schemaId":"components/schemas/org-group","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/201/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/org-group","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/201/content/application~1json/examples/Success"]}}},{"code":"400","schemaId":"components/schemas/error","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error"}}},{"code":"401"},{"code":"403"},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/orgGroups"},{"label":"Retrieve an org group","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/org-groups/getorggroup","routeSlug":"/openapi/aerial/aerial/org-groups/getorggroup","metadata":{"seo":{"title":"Retrieve an org group","description":"OAuth 2.0 scope:okta.accounts.read"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getOrgGroup","name":"Retrieve an org group","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Retrieve an org group","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.read"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Retrieves an org group by "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true},{"name":"groupId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the org group"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/{accountId}/api/v1/orgGroups/{groupId}","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"},{"name":"groupId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"responseCodes":["200","400","401","403","404","429","500"],"pointer":"/{accountId}/api/v1/orgGroups/{groupId}","href":"org-groups/getorggroup","openApiOperationId":"getOrgGroup","summary":"Retrieve an org group"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/org-group","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/200/content/application~1json/examples/Success"]}},"schemaId":"components/schemas/org-group","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/200/content/application~1json/examples/Success"]},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/400/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/400/content/application~1json/example"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/org-group","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/200/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/org-group","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/200/content/application~1json/examples/Success"]}}},{"code":"400","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/400/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/400/content/application~1json/example"]}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/orgGroups/{groupId}"},{"label":"Update an org group metadata","deprecated":false,"httpVerb":"put","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/org-groups/updateorggroup","routeSlug":"/openapi/aerial/aerial/org-groups/updateorggroup","metadata":{"seo":{"title":"Update an org group metadata","description":"OAuth 2.0 scope:okta.accounts.manage"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"updateOrgGroup","name":"Update an org group metadata","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Update an org group metadata","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.manage"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Updates an org group by "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true},{"name":"groupId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the org group"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/add-org-group-request","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/requestBody/content/application~1json/examples/Valid"]}},"schemaId":"components/schemas/add-org-group-request","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/requestBody/content/application~1json/examples/Valid"],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PUT","path":"/{accountId}/api/v1/orgGroups/{groupId}","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"},{"name":"groupId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"requestBody":{"application/json":{"schemaId":"components/schemas/add-org-group-request","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/requestBody/content/application~1json/examples/Valid"]}},"responseCodes":["200","400","401","403","429","500"],"pointer":"/{accountId}/api/v1/orgGroups/{groupId}","href":"org-groups/updateorggroup","openApiOperationId":"updateOrgGroup","summary":"Update an org group metadata"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"schemaId":"components/schemas/add-org-group-request","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/requestBody/content/application~1json/examples/Valid"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/add-org-group-request","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/requestBody/content/application~1json/examples/Valid"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/org-group","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/200/content/application~1json/examples/Success"]}},"schemaId":"components/schemas/org-group","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/200/content/application~1json/examples/Success"]},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error"}},"schemaId":"components/schemas/error"},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/org-group","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/200/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/org-group","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/200/content/application~1json/examples/Success"]}}},{"code":"400","schemaId":"components/schemas/error","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error"}}},{"code":"401"},{"code":"403"},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/orgGroups/{groupId}"},{"label":"Delete an org group","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/org-groups/deleteorggroup","routeSlug":"/openapi/aerial/aerial/org-groups/deleteorggroup","metadata":{"seo":{"title":"Delete an org group","description":"OAuth 2.0 scope:okta.accounts.manage"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"deleteOrgGroup","name":"Delete an org group","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete an org group","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.manage"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deletes an org group by "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true},{"name":"groupId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the org group"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/{accountId}/api/v1/orgGroups/{groupId}","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"},{"name":"groupId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"responseCodes":["204","401","403","404","429","500"],"pointer":"/{accountId}/api/v1/orgGroups/{groupId}","href":"org-groups/deleteorggroup","openApiOperationId":"deleteOrgGroup","summary":"Delete an org group"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"No Content - The org group was successfully deleted"},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204"},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/orgGroups/{groupId}"},{"label":"List all orgs in an org group","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/org-groups/getorggrouporgmembers","routeSlug":"/openapi/aerial/aerial/org-groups/getorggrouporgmembers","metadata":{"seo":{"title":"List all orgs in an org group","description":"OAuth 2.0 scope:okta.accounts.read"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getOrgGroupOrgMembers","name":"List all orgs in an org group","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List all orgs in an org group","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.read"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Lists all orgs in an org group"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true},{"name":"groupId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the org group"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"after","in":"query","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The cursor that points to the end of the page of data that has been returned. This value is generated by the server and is returned in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"next"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" URI in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Link"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" response header of the previous request. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/api/#pagination"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Pagination"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"name":"before","in":"query","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The cursor that points to the start of the page of data that has been returned. This value is generated by the server and is returned in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"prev"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" URI in the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"Link"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" response header of the previous request. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/api/#pagination"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Pagination"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"name":"limit","in":"query","schemaId":"schema_1446","description":"The maximum number of records to return in a page"}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/{accountId}/api/v1/orgGroups/{groupId}/orgs","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"},{"name":"groupId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[{"name":"after","in":"query","required":false,"schemaId":"schema_1442"},{"name":"before","in":"query","required":false,"schemaId":"schema_1442"},{"name":"limit","in":"query","required":false,"schemaId":"schema_1446"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"responseCodes":["200","400","401","403","404","429","500"],"pointer":"/{accountId}/api/v1/orgGroups/{groupId}/orgs","href":"org-groups/getorggrouporgmembers","openApiOperationId":"getOrgGroupOrgMembers","summary":"List all orgs in an org group"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/orgs-list","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/200/content/application~1json/examples/Success"]}},"schemaId":"components/schemas/orgs-list","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/200/content/application~1json/examples/Success"],"headers":{"link":{"schema":{"$ref":"#/components/schemas/orgs-link"}}},"headerSchemaId":"schema_1447"},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/400/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/400/content/application~1json/example"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/orgs-list","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/200/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/orgs-list","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/200/content/application~1json/examples/Success"]}}},{"code":"400","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/400/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/400/content/application~1json/example"]}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/orgGroups/{groupId}/orgs"},{"label":"Add an org to an org group","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/org-groups/addorgmember","routeSlug":"/openapi/aerial/aerial/org-groups/addorgmember","metadata":{"seo":{"title":"Add an org to an org group","description":"OAuth 2.0 scope:okta.accounts.manage"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"addOrgMember","name":"Add an org to an org group","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Add an org to an org group","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.manage"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Adds an org to an org group"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true},{"name":"groupId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the org group"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/org-member-request"}},"schemaId":"components/schemas/org-member-request","pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/{accountId}/api/v1/orgGroups/{groupId}/orgs","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"},{"name":"groupId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"requestBody":{"application/json":{"schemaId":"components/schemas/org-member-request"}},"responseCodes":["204","400","401","403","404","429","500"],"pointer":"/{accountId}/api/v1/orgGroups/{groupId}/orgs","href":"org-groups/addorgmember","openApiOperationId":"addOrgMember","summary":"Add an org to an org group"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"schemaId":"components/schemas/org-member-request","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/org-member-request"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"No Content - The org group was successfully deleted"},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/400/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/400/content/application~1json/example"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204"},{"code":"400","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/400/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/400/content/application~1json/example"]}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/orgGroups/{groupId}/orgs"},{"label":"Delete an org from an org group","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/org-groups/deleteorgmember","routeSlug":"/openapi/aerial/aerial/org-groups/deleteorgmember","metadata":{"seo":{"title":"Delete an org from an org group","description":"OAuth 2.0 scope:okta.accounts.manage"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"deleteOrgMember","name":"Delete an org from an org group","isWebhook":false,"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete an org from an org group","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.manage"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deletes an org to an org group"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true},{"name":"groupId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the org group"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/org-member-request"}},"schemaId":"components/schemas/org-member-request","pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/{accountId}/api/v1/orgGroups/{groupId}/orgs","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"},{"name":"groupId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"requestBody":{"application/json":{"schemaId":"components/schemas/org-member-request"}},"responseCodes":["204","400","401","403","404","429","500"],"pointer":"/{accountId}/api/v1/orgGroups/{groupId}/orgs","href":"org-groups/deleteorgmember","openApiOperationId":"deleteOrgMember","summary":"Delete an org from an org group"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"schemaId":"components/schemas/org-member-request","mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/org-member-request"}},"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"No Content - The org group was successfully deleted"},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/400/content/application~1json/examples/Error non-inactive org","paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/400/content/application~1json/examples/Error Aerial org"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/400/content/application~1json/examples/Error non-inactive org","paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/400/content/application~1json/examples/Error Aerial org"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204"},{"code":"400","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/400/content/application~1json/examples/Error non-inactive org","paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/400/content/application~1json/examples/Error Aerial org"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/400/content/application~1json/examples/Error non-inactive org","paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/400/content/application~1json/examples/Error Aerial org"]}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/api/v1/orgGroups/{groupId}/orgs"}],"content":{"contentType":"group","meta":{"name":"Org Groups"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Org Groups","showPageActions":true},{"nodeType":"markdoc","content":"Endpoints to manage and configure an Aerial account's org groups"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/{accountId}/api/v1/orgGroups","summary":"List all org groups","prefix":{"name":"get","color":"get"},"badges":[],"link":"/org-groups/getorggroups","deprecated":false},{"title":"/{accountId}/api/v1/orgGroups","summary":"Create an org group","prefix":{"name":"post","color":"post"},"badges":[],"link":"/org-groups/createorggroup","deprecated":false},{"title":"/{accountId}/api/v1/orgGroups/{groupId}","summary":"Retrieve an org group","prefix":{"name":"get","color":"get"},"badges":[],"link":"/org-groups/getorggroup","deprecated":false},{"title":"/{accountId}/api/v1/orgGroups/{groupId}","summary":"Update an org group metadata","prefix":{"name":"put","color":"put"},"badges":[],"link":"/org-groups/updateorggroup","deprecated":false},{"title":"/{accountId}/api/v1/orgGroups/{groupId}","summary":"Delete an org group","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/org-groups/deleteorggroup","deprecated":false},{"title":"/{accountId}/api/v1/orgGroups/{groupId}/orgs","summary":"List all orgs in an org group","prefix":{"name":"get","color":"get"},"badges":[],"link":"/org-groups/getorggrouporgmembers","deprecated":false},{"title":"/{accountId}/api/v1/orgGroups/{groupId}/orgs","summary":"Add an org to an org group","prefix":{"name":"post","color":"post"},"badges":[],"link":"/org-groups/addorgmember","deprecated":false},{"title":"/{accountId}/api/v1/orgGroups/{groupId}/orgs","summary":"Delete an org from an org group","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/org-groups/deleteorgmember","deprecated":false}]}]}]}]}},{"type":"group","label":"Governance","link":"/openapi/aerial/aerial/governance","routeSlug":"/openapi/aerial/aerial/governance","items":[{"label":"List access request condition templates","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/governance/getrequestconditiontemplates","routeSlug":"/openapi/aerial/aerial/governance/getrequestconditiontemplates","metadata":{"seo":{"title":"List access request condition templates","description":"OAuth 2.0 scope:okta.accounts.read"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getRequestConditionTemplates","name":"List access request condition templates","isWebhook":false,"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"List access request condition templates","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.read"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Lists all access request condition templates"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/parameters"},{"nodeType":"item-content","variant":"query","label":"Query","labelTranslationKey":"query","parameters":[{"name":"filter","in":"query","schemaId":"schema_1442","description":"A SCIM 2.0 filter expression that filters the results.","examples":{"By status":{"value":"applyStatus eq \"APPLIED\""}}}],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/{accountId}/governance/api/v1/request-condition-templates","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[{"name":"filter","in":"query","example":"applyStatus eq \"APPLIED\"","schemaId":"schema_1442"}],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"responseCodes":["200","401","403","404","429","500"],"pointer":"/{accountId}/governance/api/v1/request-condition-templates","href":"governance/getrequestconditiontemplates","openApiOperationId":"getRequestConditionTemplates","summary":"List access request condition templates"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/request-condition-templates","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/200/content/application~1json/examples/Templates"]}},"schemaId":"components/schemas/request-condition-templates","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/200/content/application~1json/examples/Templates"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/request-condition-templates","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/200/content/application~1json/examples/Templates"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/request-condition-templates","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/200/content/application~1json/examples/Templates"]}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/governance/api/v1/request-condition-templates"},{"label":"Create an access request condition template","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/governance/createrequestconditiontemplate","routeSlug":"/openapi/aerial/aerial/governance/createrequestconditiontemplate","metadata":{"seo":{"title":"Create an access request condition template","description":"OAuth 2.0 scope:okta.accounts.manage"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"createRequestConditionTemplate","name":"Create an access request condition template","isWebhook":false,"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Create an access request condition template","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.manage"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Creates an access request condition template"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/add-request-condition-template-request","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/requestBody/content/application~1json/examples/Valid"]}},"schemaId":"components/schemas/add-request-condition-template-request","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/requestBody/content/application~1json/examples/Valid"],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/{accountId}/governance/api/v1/request-condition-templates","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"requestBody":{"application/json":{"schemaId":"components/schemas/add-request-condition-template-request","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/requestBody/content/application~1json/examples/Valid"]}},"responseCodes":["201","400","401","403","429","500"],"pointer":"/{accountId}/governance/api/v1/request-condition-templates","href":"governance/createrequestconditiontemplate","openApiOperationId":"createRequestConditionTemplate","summary":"Create an access request condition template"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"schemaId":"components/schemas/add-request-condition-template-request","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/requestBody/content/application~1json/examples/Valid"],"mediaTypes":["application/json"],"mediaTypeSchemas":{"application/json":{"schemaId":"components/schemas/add-request-condition-template-request","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/requestBody/content/application~1json/examples/Valid"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"201","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/request-condition-template","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/201/content/application~1json/examples/Success"]}},"schemaId":"components/schemas/request-condition-template","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/201/content/application~1json/examples/Success"]},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error"}},"schemaId":"components/schemas/error"},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"201","schemaId":"components/schemas/request-condition-template","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/201/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/request-condition-template","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/201/content/application~1json/examples/Success"]}}},{"code":"400","schemaId":"components/schemas/error","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error"}}},{"code":"401"},{"code":"403"},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/governance/api/v1/request-condition-templates"},{"label":"Retrieve an access request condition template","deprecated":false,"httpVerb":"get","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/governance/getrequestconditiontemplate","routeSlug":"/openapi/aerial/aerial/governance/getrequestconditiontemplate","metadata":{"seo":{"title":"Retrieve an access request condition template","description":"OAuth 2.0 scope:okta.accounts.read"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"getRequestConditionTemplate","name":"Retrieve an access request condition template","isWebhook":false,"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Retrieve an access request condition template","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.read"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Retrieves an access request condition template by "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"templateId"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true},{"name":"templateId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the access request condition template"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"GET","path":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"},{"name":"templateId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"responseCodes":["200","401","403","404","429","500"],"pointer":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}","href":"governance/getrequestconditiontemplate","openApiOperationId":"getRequestConditionTemplate","summary":"Retrieve an access request condition template"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/request-condition-template","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/200/content/application~1json/examples/Success"]}},"schemaId":"components/schemas/request-condition-template","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/200/content/application~1json/examples/Success"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/request-condition-template","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/200/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/request-condition-template","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/200/content/application~1json/examples/Success"]}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}"},{"label":"Partially update an access request condition template","deprecated":false,"httpVerb":"patch","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/governance/patchrequestconditiontemplate","routeSlug":"/openapi/aerial/aerial/governance/patchrequestconditiontemplate","metadata":{"seo":{"title":"Partially update an access request condition template","description":"OAuth 2.0 scope:okta.accounts.manage"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"patchRequestConditionTemplate","name":"Partially update an access request condition template","isWebhook":false,"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch","hasSamples":true},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Partially update an access request condition template","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.manage"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Partially updates an access request condition template by "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"templateId"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". Omitted fields are left unchanged. Fields explicitly set to "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"null"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" are removed. Nested objects are deep-merged recursively. Arrays are replaced wholesale."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true},{"name":"templateId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the access request condition template"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/parameters"},{"nodeType":"item-content","variant":"body","label":"Request Body","labelTranslationKey":"body","required":true,"mediaTypes":["application/merge-patch+json"],"mediaTypeSchemas":{"application/merge-patch+json":{"schemaId":"components/schemas/patch-request-condition-template-request","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/requestBody/content/application~1merge-patch+json/examples/Partial update"]}},"schemaId":"components/schemas/patch-request-condition-template-request","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/requestBody/content/application~1merge-patch+json/examples/Partial update"],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/requestBody"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"PATCH","path":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"},{"name":"templateId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"requestBody":{"application/merge-patch+json":{"schemaId":"components/schemas/patch-request-condition-template-request","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/requestBody/content/application~1merge-patch+json/examples/Partial update"]}},"responseCodes":["200","400","401","403","404","429","500"],"pointer":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}","href":"governance/patchrequestconditiontemplate","openApiOperationId":"patchRequestConditionTemplate","summary":"Partially update an access request condition template"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"schemaId":"components/schemas/patch-request-condition-template-request","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/requestBody/content/application~1merge-patch+json/examples/Partial update"],"mediaTypes":["application/merge-patch+json"],"mediaTypeSchemas":{"application/merge-patch+json":{"schemaId":"components/schemas/patch-request-condition-template-request","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/requestBody/content/application~1merge-patch+json/examples/Partial update"]}},"examples":[{}]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"Success","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/request-condition-template","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/200/content/application~1json/examples/Success"]}},"schemaId":"components/schemas/request-condition-template","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/200/content/application~1json/examples/Success"]},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error"}},"schemaId":"components/schemas/error"},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"components/schemas/request-condition-template","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/200/content/application~1json/examples/Success"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/request-condition-template","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/200/content/application~1json/examples/Success"]}}},{"code":"400","schemaId":"components/schemas/error","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error"}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}"},{"label":"Delete an access request condition template","deprecated":false,"httpVerb":"delete","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/governance/deleterequestconditiontemplate","routeSlug":"/openapi/aerial/aerial/governance/deleterequestconditiontemplate","metadata":{"seo":{"title":"Delete an access request condition template","description":"OAuth 2.0 scope:okta.accounts.manage"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"deleteRequestConditionTemplate","name":"Delete an access request condition template","isWebhook":false,"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Delete an access request condition template","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.manage"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deletes an access request condition template by "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"templateId"},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true},{"name":"templateId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the access request condition template"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"DELETE","path":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"},{"name":"templateId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"responseCodes":["204","400","401","403","404","429","500"],"pointer":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}","href":"governance/deleterequestconditiontemplate","openApiOperationId":"deleteRequestConditionTemplate","summary":"Delete an access request condition template"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"204","description":"No Content - The org group was successfully deleted"},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error"}},"schemaId":"components/schemas/error"},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"204"},{"code":"400","schemaId":"components/schemas/error","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error"}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}"},{"label":"Apply an access request condition","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/governance/applyrequestconditiontemplate","routeSlug":"/openapi/aerial/aerial/governance/applyrequestconditiontemplate","metadata":{"seo":{"title":"Apply an access request condition","description":"OAuth 2.0 scope:okta.accounts.manage"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"applyRequestConditionTemplate","name":"Apply an access request condition","isWebhook":false,"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Apply an access request condition","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.manage"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Asynchronously applies an access request condition template to the Aerial connection apps for managed orgs, and sets the template to the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"APPLYING"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" status. The result can be checked by a GET request to "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":". The endpoint can be called when a template has a status of "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"NOT_APPLIED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"APPLIED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", or "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ERROR"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" to re-apply template. If an Aerial connection app for a managed org already has a manually created access request condition, it will be overwritten when the template is applied."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true},{"name":"templateId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the access request condition template"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}/apply","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"},{"name":"templateId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"responseCodes":["200","400","401","403","404","429","500"],"pointer":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}/apply","href":"governance/applyrequestconditiontemplate","openApiOperationId":"applyRequestConditionTemplate","summary":"Apply an access request condition"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"An empty object reserved for future use","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_1445","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/200/content/application~1json/example"]}},"schemaId":"schema_1445","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/200/content/application~1json/example"]},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/400/content/application~1json/examples/Template already applying","paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/400/content/application~1json/examples/Cannot apply while removing"]}},"exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/400/content/application~1json/examples/Template already applying","paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/400/content/application~1json/examples/Cannot apply while removing"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_1445","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_1445","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/200/content/application~1json/example"]}}},{"code":"400","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/400/content/application~1json/examples/Template already applying","paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/400/content/application~1json/examples/Cannot apply while removing"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/400/content/application~1json/examples/Template already applying","paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/400/content/application~1json/examples/Cannot apply while removing"]}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}/apply"},{"label":"Remove an access request condition","deprecated":false,"httpVerb":"post","isAdditionalOperation":false,"isWebhook":false,"type":"link","link":"/openapi/aerial/aerial/governance/removerequestconditiontemplate","routeSlug":"/openapi/aerial/aerial/governance/removerequestconditiontemplate","metadata":{"seo":{"title":"Remove an access request condition","description":"OAuth 2.0 scope:okta.accounts.manage"}},"content":{"contentType":"item","itemVariant":"httpItem","meta":{"sourceId":"removeRequestConditionTemplate","name":"Remove an access request condition","isWebhook":false,"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post","hasSamples":false},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Remove an access request condition","isWebhook":false,"showPageActions":true}],"panels":[]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Request","labelTranslationKey":"request","deepLinkSuffix":"request"},{"nodeType":"markdoc","content":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"marginTop":"16px","marginBottom":"24px","fontFamily":"sans-serif","display":"block","clear":"both"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"div","attrs":{"style":{"display":"flex","alignItems":"flex-start","gap":"8px","marginTop":"12px"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"a","attrs":{"href":"https://developer.okta.com/docs/api/oauth2/","style":{"padding":"4px 0px","flex":"0 0 135px","fontSize":"16px","fontWeight":"600","color":"#1d1d21","textDecoration":"none","marginBottom":"8px"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"OAuth 2.0 scope:"},"children":[]}]},{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"ul","attrs":{"style":{"padding":"0","margin":"0","listStyle":"none","display":"flex","flexWrap":"wrap","flex":"1"}}},"children":[{"$$mdtype":"Node","type":"tag","tag":"html","attributes":{"name":"li","attrs":{"style":{"display":"inline-flex","alignItems":"center","backgroundColor":"#ededed","color":"#4b4b4b","padding":"4px 12px","borderRadius":"16px","fontSize":"14px","marginRight":"8px","marginBottom":"8px","lineHeight":"20px","border":"1px solid transparent"}}},"children":[{"$$mdtype":"Node","type":"text","attributes":{"content":"okta.accounts.manage"},"children":[]}]}]}]}]},{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Deactivates and removes an access request condition template from its associated resources. It can be called when a template has a status of "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"APPLIED"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" or "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"ERROR"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},{"nodeType":"security","requirements":[{"schemes":[{"name":"OAuth2","scopes":["okta.accounts.manage","okta.accounts.read"],"type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}]}]},{"nodeType":"item-content","variant":"path","label":"Path","labelTranslationKey":"path","parameters":[{"name":"accountId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Aerial account"},"children":[]}]}]}],"required":true},{"name":"templateId","in":"path","schemaId":"schema_1442","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the access request condition template"},"children":[]}]}]}],"required":true}],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/parameters"}],"panels":[{"children":[{"kind":"code-sample","source":{"kind":"code-sample","operationType":"http","method":"POST","path":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}/remove","servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"parameters":{"path":[{"name":"accountId","in":"path","required":true,"schemaId":"schema_1442"},{"name":"templateId","in":"path","required":true,"schemaId":"schema_1442"}],"query":[],"querystring":[],"header":[],"cookie":[]},"security":[{"schemes":[{"id":"OAuth2","type":"oauth2","flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}}],"scopes":["okta.accounts.manage","okta.accounts.read"]}],"responseCodes":["200","400","401","403","404","429","500"],"pointer":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}/remove","href":"governance/removerequestconditiontemplate","openApiOperationId":"removeRequestConditionTemplate","summary":"Remove an access request condition"},"isWebhook":false,"hideReplay":false,"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com"}}}],"examples":[]}]}]},{"nodeType":"container","children":[{"nodeType":"header","level":4,"label":"Responses","labelTranslationKey":"responses","deepLinkSuffix":"responses"},{"nodeType":"item-content","variant":"responses","responses":[{"code":"200","description":"An empty object reserved for future use","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_1445","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/200/content/application~1json/example"]}},"schemaId":"schema_1445","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/200/content/application~1json/example"]},{"code":"400","description":"Bad Request","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/400/content/application~1json/examples/Template not applied"]}},"exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/400/content/application~1json/examples/Template not applied"]},{"code":"401","description":"Unauthorized","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1443"},{"code":"403","description":"Forbidden","headers":{"WWW-Authenticate":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"schema":{"type":"string"},"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}},"headerSchemaId":"schema_1444"},{"code":"404","description":"Resource Not Found","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/404/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/404/content/application~1json/example"]},{"code":"429","description":"Rate limit exceeded","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/429/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/429/content/application~1json/example"]},{"code":"500","description":"Internal Server Error","mediaType":"application/json","mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/500/content/application~1json/example"]}},"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/500/content/application~1json/example"]}],"pointer":"/paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses"}],"panels":[{"children":[{"kind":"response","headerTitle":"Response","responseCodes":[{"code":"200","schemaId":"schema_1445","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/200/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"schema_1445","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/200/content/application~1json/example"]}}},{"code":"400","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/400/content/application~1json/examples/Template not applied"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/400/content/application~1json/examples/Template not applied"]}}},{"code":"401"},{"code":"403"},{"code":"404","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/404/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/404/content/application~1json/example"]}}},{"code":"429","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/429/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/429/content/application~1json/example"]}}},{"code":"500","schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/500/content/application~1json/example"],"mediaTypes":["application/json"],"mediaTypeContent":{"application/json":{"schemaId":"components/schemas/error","exampleIds":["paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/500/content/application~1json/example"]}}}],"examples":[]}]}]}]},"httpPath":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}/remove"}],"content":{"contentType":"group","meta":{"name":"Governance"},"children":[{"nodeType":"container","children":[{"nodeType":"header","level":2,"label":"Governance","showPageActions":true},{"nodeType":"markdoc","content":"Endpoints to retrieve data related to Okta Identity Governance"}],"panels":[{"children":[{"kind":"group-items","title":"Operations","titleTranslationKey":"operations","items":[{"title":"/{accountId}/governance/api/v1/request-condition-templates","summary":"List access request condition templates","prefix":{"name":"get","color":"get"},"badges":[],"link":"/governance/getrequestconditiontemplates","deprecated":false},{"title":"/{accountId}/governance/api/v1/request-condition-templates","summary":"Create an access request condition template","prefix":{"name":"post","color":"post"},"badges":[],"link":"/governance/createrequestconditiontemplate","deprecated":false},{"title":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}","summary":"Retrieve an access request condition template","prefix":{"name":"get","color":"get"},"badges":[],"link":"/governance/getrequestconditiontemplate","deprecated":false},{"title":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}","summary":"Partially update an access request condition template","prefix":{"name":"patch","color":"patch"},"badges":[],"link":"/governance/patchrequestconditiontemplate","deprecated":false},{"title":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}","summary":"Delete an access request condition template","prefix":{"name":"delete","color":"delete"},"badges":[],"link":"/governance/deleterequestconditiontemplate","deprecated":false},{"title":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}/apply","summary":"Apply an access request condition","prefix":{"name":"post","color":"post"},"badges":[],"link":"/governance/applyrequestconditiontemplate","deprecated":false},{"title":"/{accountId}/governance/api/v1/request-condition-templates/{templateId}/remove","summary":"Remove an access request condition","prefix":{"name":"post","color":"post"},"badges":[],"link":"/governance/removerequestconditiontemplate","deprecated":false}]}]}]}]}}],"store":{"schemaStore":{"components/schemas/org-status-enum":{"id":"components/schemas/org-status-enum","kind":"json-schema","title":"org-status-enum","data":{"type":"string","enum":["ACTIVE","INACTIVE"]}},"components/schemas/org-status":{"id":"components/schemas/org-status","kind":"json-schema","title":"org-status","data":{"description":"The desired status of the Org.","required":["status"],"properties":{"status":{"$ref":"#/components/schemas/org-status-enum"}}}},"components/schemas/subscribed-product":{"id":"components/schemas/subscribed-product","kind":"json-schema","title":"subscribed-product","data":{"description":"A Subscribed Product for an Account","required":["name","id"],"properties":{"id":{"type":"string","description":"The ID of the Product","maxLength":30},"name":{"type":"string","description":"The name of the Product","maxLength":255}},"example":{"id":"P000131","name":"IT Products - MFA"}}},"components/schemas/org-common":{"id":"components/schemas/org-common","kind":"json-schema","title":"org-common","data":{"description":"Common attributes of an Org","required":["name"],"properties":{"accountId":{"type":"string","description":"The ID of the Aerial account to which this org is added","format":"id"},"name":{"type":"string","description":"Name of the Org.","maxLength":255},"cell":{"type":"string","description":"Further detail on the deployment","maxLength":255},"domain":{"type":"string","description":"Domain to route requests to this Org, that is, subdomain.okta.com","maxLength":255},"status":{"$ref":"#/components/schemas/org-status-enum"},"aerialOrg":{"type":"boolean","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"If "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"true"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":", this Org is the Aerial org for the Aerial account"},"children":[]}]}]}]},"createdDate":{"type":"string","description":"Time the Org is registered to the Aerial account","maxLength":255},"createdBy":{"type":"string","description":"User who adds this Org to the Aerial account","maxLength":255},"_links":{"$ref":"#/components/schemas/org-links"}}}},"components/schemas/org":{"id":"components/schemas/org","kind":"json-schema","title":"org","data":{"description":"Attributes of an Org","allOf":[{"$ref":"#/components/schemas/org-common"},{"type":"object","required":["id"],"properties":{"id":{"type":"string","description":"The ID of the Org"}}}]}},"components/schemas/enabled-product":{"id":"components/schemas/enabled-product","kind":"json-schema","title":"enabled-product","data":{"description":"Product enabled for an Org","required":["id"],"properties":{"id":{"type":"string","description":"The ID of the product","maxLength":30},"name":{"type":"string","description":"The name of the Product","maxLength":255}},"example":{"id":"P000131","name":"IT Products - MFA"}}},"components/schemas/orgs-list":{"id":"components/schemas/orgs-list","kind":"json-schema","title":"orgs-list","data":{"type":"array","items":{"$ref":"#/components/schemas/org"},"minItems":0,"required":["data"]}},"components/schemas/orgs-link":{"id":"components/schemas/orgs-link","kind":"json-schema","title":"orgs-link","data":{"type":"string","example":"<https://aerial-apac.okta.com/0227mkkf8ulgt48bkidcd8ekqft/api/v1/orgs?after=00o1cqcx8XNArUxjH0g4>; rel=\"next\""}},"components/schemas/request-condition-templates":{"id":"components/schemas/request-condition-templates","kind":"json-schema","title":"request-condition-templates","data":{"type":"array","items":{"$ref":"#/components/schemas/request-condition-template"},"minItems":0,"required":["data"]}},"components/schemas/request-condition-template":{"id":"components/schemas/request-condition-template","kind":"json-schema","title":"request-condition-template","data":{"required":["applyStatus"],"properties":{"id":{"type":"string","description":"The ID of the access request condition template"},"resources":{"$ref":"#/components/schemas/resources"},"applyStatus":{"type":"string","enum":["APPLIED","APPLYING","ERROR","NOT_APPLIED","REMOVING","APPLIED_WITH_CHANGES"]},"requestCondition":{"allOf":[{"$ref":"#/components/schemas/request-condition-full"}]}}}},"components/schemas/resources":{"id":"components/schemas/resources","kind":"json-schema","title":"resources","data":{"type":"array","items":{"type":"object","required":["orn"],"properties":{"orn":{"type":"string"}}}}},"components/schemas/add-request-condition-template-request":{"id":"components/schemas/add-request-condition-template-request","kind":"json-schema","title":"add-request-condition-template-request","data":{"type":"object","description":"Attributes for creating an access request condition template","properties":{"resources":{"$ref":"#/components/schemas/resources"},"requestCondition":{"allOf":[{"$ref":"#/components/schemas/request-condition-full"}]}}}},"components/schemas/patch-request-condition-template-request":{"id":"components/schemas/patch-request-condition-template-request","kind":"json-schema","title":"patch-request-condition-template-request","data":{"type":"object","description":"JSON Merge Patch for an access request condition template. Omitted fields are unchanged. Fields set to null are removed. Nested objects are deep-merged. Arrays are replaced wholesale.\n","properties":{"resources":{"type":"array","nullable":true,"items":{"type":"object","required":["orn"],"properties":{"orn":{"type":"string"}}}},"requestCondition":{"allOf":[{"$ref":"#/components/schemas/request-condition-full"}],"nullable":true,"description":"Partial request condition object. Only provided fields are merged into the existing condition. Set a field to null to remove it.\n"}}}},"components/schemas/associated-org":{"id":"components/schemas/associated-org","kind":"json-schema","title":"associated-org","data":{"description":"Attributes of an Associated Org","required":["id","name","cell","domain","status"],"properties":{"id":{"type":"string","description":"The ID of the Org"},"accountId":{"type":"string","description":"The ID of the Aerial account to which this org is added","format":"id"},"name":{"type":"string","description":"Name of the Org","maxLength":255},"cell":{"type":"string","description":"Okta cell name","example":"okta.com:1","maxLength":255},"domain":{"type":"string","description":"Domain to route requests to this Org","maxLength":255},"status":{"$ref":"#/components/schemas/org-status-enum"}}}},"components/schemas/associated-orgs-list":{"id":"components/schemas/associated-orgs-list","kind":"json-schema","title":"associated-orgs-list","data":{"type":"array","items":{"$ref":"#/components/schemas/associated-org"},"minItems":0,"required":["data"]}},"components/schemas/associated-orgs-link":{"id":"components/schemas/associated-orgs-link","kind":"json-schema","title":"associated-orgs-link","data":{"type":"string","example":"<https://aerial-apac.okta.com/0227mkkf8ulgt48bkidcd8ekqft/api/v1/associated-orgs?after=00o1cqcx8XNArUxjH0g4>; rel=\"next\""}},"components/schemas/org-group":{"id":"components/schemas/org-group","kind":"json-schema","title":"org-group","data":{"type":"object","required":["id","name"],"properties":{"id":{"type":"string","description":"Id for the org group","readOnly":true},"name":{"type":"string","description":"The name of the org group","maxLength":255},"description":{"type":"string","description":"An optional description for the org group","maxLength":1000}}}},"components/schemas/add-org-group-request":{"id":"components/schemas/add-org-group-request","kind":"json-schema","title":"add-org-group-request","data":{"type":"object","required":["name"],"properties":{"name":{"type":"string","description":"The name of the org group","maxLength":255},"description":{"type":"string","description":"An optional description for the org group","maxLength":1000}}}},"components/schemas/org-member-request":{"id":"components/schemas/org-member-request","kind":"json-schema","title":"org-member-request","data":{"type":"object","required":["orgId"],"properties":{"orgId":{"type":"string","description":"The ID of the org"}}}},"components/schemas/enabled-products-list":{"id":"components/schemas/enabled-products-list","kind":"json-schema","title":"enabled-products-list","data":{"type":"array","items":{"$ref":"#/components/schemas/enabled-product"},"minItems":0}},"components/schemas/subscribed-products-list":{"id":"components/schemas/subscribed-products-list","kind":"json-schema","title":"subscribed-products-list","data":{"type":"array","items":{"$ref":"#/components/schemas/subscribed-product"},"minItems":0}},"components/schemas/error-cause":{"id":"components/schemas/error-cause","kind":"json-schema","title":"error-cause","data":{"type":"object","description":"The specific cause of an error","required":["errorSummary","domain"],"properties":{"errorSummary":{"type":"string","description":"A more specific summary for the containing error cause."},"reason":{"type":"string","enum":["CONFLICT","DESERIALIZATION_FAILURE","EXECUTION_FAILURE","EXCEEDS_MAX_VALUE","LESS_THAN_MIN_VALUE","INVALID_FORMAT","INCOMPLETE_DEFINITION","ITEMS_MAXIMUM","NOT_FOUND","NOT_WRITABLE","MISSING_DEPENDENCY","PROHIBITED","PROPERTY_REQUIRED","SIZE_OUT_OF_RANGE","TIMEOUT","TYPE_MISMATCH","UNIQUE_CONSTRAINT","UNMET_REQUIREMENTS","UNKNOWN"],"description":"An enumerated value to represent the reason why the error occurred. This enumeration allows codes to adapt to different conditions in which an error code can occur."},"location":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"A value that represents the key where the error cause occurred. This is used with locationType to give a holistic view of where the error cause occurred. For example, if locationType is body and the property is username and the reason was UNIQUE_CONSTRAINT, you can derive that the username was already taken."},"children":[]}]}]}]},"locationType":{"type":"string","enum":["body","header","query","url"],"description":"A value that represents where the error cause occurred. For example, in the body or header of the request. This value is not required for cases where the request is correct, but there was another reason why the error occurred (server-side state conflict, rate limit violation, etc.)"},"domain":{"type":"string","enum":["account","system"],"description":"A value that represents the domain of the service in which the error occurs. This value is used to isolate the error cause reason."}}}},"components/schemas/error":{"id":"components/schemas/error","kind":"json-schema","title":"error","data":{"type":"object","description":"An Error Object","required":["errorCode","errorId","errorSummary"],"properties":{"errorCode":{"type":"string","description":"An error code unique to the error"},"errorId":{"type":"string","description":"An error identifier useful for troubleshooting an error with support"},"errorSummary":{"type":"string","description":"An error code description, detailing the error"},"errorLink":{"type":"string","description":"An indicator where to look out to troubleshoot the error"},"errorCauses":{"type":"array","description":"An optional array of string values, that talks about various reasons for the error","items":{"$ref":"#/components/schemas/error-cause"}}}}},"components/schemas/add-org-request":{"id":"components/schemas/add-org-request","kind":"json-schema","title":"add-org-request","data":{"description":"Fields used to add an Org to the Aerial account","properties":{"orgId":{"type":"string","description":"The ID of the Okta Org. Required if the domain isn't provided."},"domain":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The Domain of the Okta Org. Required if the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"orgId"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" isn't provided."},"children":[]}]}]}]},"cell":{"type":"string","description":"The cell of the Okta Org. Optional. Provide for a faster response time."}}}},"components/schemas/account-full":{"id":"components/schemas/account-full","kind":"json-schema","title":"account-full","data":{"description":"A complete listing of customer account and attributes","required":["name","id"],"properties":{"id":{"type":"string","description":"The ID of the Aerial account","maxLength":30},"name":{"type":"string","description":"The name of the Aerial account","maxLength":255}}}},"components/schemas/account-mutable":{"id":"components/schemas/account-mutable","kind":"json-schema","title":"account-mutable","data":{"description":"Fields of an account that are mutable post-creation","required":["name"],"properties":{"name":{"type":"string","description":"The name of the Aerial account","maxLength":255}}}},"components/schemas/org-links":{"id":"components/schemas/org-links","kind":"json-schema","title":"org-links","data":{"description":"Discoverable resources related to the org","type":"object","properties":{"appLinks":{"type":"array","description":"List of app link resources in the org","items":{"$ref":"#/components/schemas/href-object"}}},"readOnly":true}},"components/schemas/href-object":{"id":"components/schemas/href-object","kind":"json-schema","title":"Link Object","data":{"title":"Link Object","type":"object","properties":{"href":{"type":"string","description":"Link URI"},"name":{"type":"string","description":"Link name"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The media type of the link. If omitted, it is implicitly "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"application/json"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"templated":{"type":"boolean","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Indicates whether the link object's "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"href"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" property is a URI template."},"children":[]}]}]}]}},"required":["href"],"readOnly":true}},"components/schemas/writable-standard-properties-request-condition":{"id":"components/schemas/writable-standard-properties-request-condition","kind":"json-schema","title":"writable-standard-properties-request-condition","data":{"type":"object","properties":{"name":{"type":"string","nullable":false,"description":"Writable unique key on create. Modifiable on update.","maxLength":255,"minLength":1},"description":{"type":"string","nullable":false,"description":"Human readable description","maxLength":2000,"minLength":1}}}},"components/schemas/created-by":{"id":"components/schemas/created-by","kind":"json-schema","title":"created-by","data":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Okta user who created the resource"},"children":[]}]}]}],"type":"string","x-okta-ignore-redocly-rules-for-sdk":true,"readOnly":true,"minLength":1,"maxLength":20,"format":"okta-user-id"}},"components/schemas/created":{"id":"components/schemas/created","kind":"json-schema","title":"created","data":{"description":"The ISO 8601 formatted date and time when the resource was created","type":"string","x-okta-ignore-redocly-rules-for-sdk":true,"format":"date-time","readOnly":true}},"components/schemas/last-updated":{"id":"components/schemas/last-updated","kind":"json-schema","title":"last-updated","data":{"description":"The ISO 8601 formatted date and time when the object was last updated","type":"string","format":"date-time","readOnly":true}},"components/schemas/last-updated-by":{"id":"components/schemas/last-updated-by","kind":"json-schema","title":"last-updated-by","data":{"description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" of the Okta user who last updated the object"},"children":[]}]}]}],"type":"string","x-okta-ignore-redocly-rules-for-sdk":true,"readOnly":true,"minLength":1,"maxLength":20,"format":"okta-user-id"}},"components/schemas/link-2":{"id":"components/schemas/link-2","kind":"json-schema","title":"link-2","data":{"type":"object","x-okta-ignore-redocly-rules-for-sdk":true,"description":"A link to a related RESTful resource","required":["href"],"properties":{"name":{"type":"string","description":"Link name"},"rel":{"type":"string","description":"Link relation"},"href":{"type":"string","minLength":1,"description":"Link URI"},"type":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The media type of the link. If omitted, it's implicitly "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"application/json"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"."},"children":[]}]}]}]},"method":{"type":"string","deprecated":true},"templated":{"type":"boolean","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Indicates whether the link object's "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"href"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" property is a URI template"},"children":[]}]}]}]},"hints":{"type":"object","description":"Link hints","additionalProperties":{"type":"array","items":{"type":"string"}}},"title":{"type":"string","description":"Link title or label"}}}},"components/schemas/read-only-standard-properties":{"id":"components/schemas/read-only-standard-properties","kind":"json-schema","title":"read-only-standard-properties","data":{"type":"object","x-okta-ignore-redocly-rules-for-sdk":true,"required":["id","createdBy","created","lastUpdated","lastUpdatedBy"],"properties":{"id":{"description":"Unique identifier for the object","type":"string","minLength":1},"createdBy":{"$ref":"#/components/schemas/created-by"},"created":{"$ref":"#/components/schemas/created"},"lastUpdated":{"$ref":"#/components/schemas/last-updated"},"lastUpdatedBy":{"$ref":"#/components/schemas/last-updated-by"},"_links":{"type":"object","description":"Links to related resources","additionalProperties":{"$ref":"#/components/schemas/link-2"}}}}},"components/schemas/request-condition-id":{"id":"components/schemas/request-condition-id","kind":"json-schema","title":"request-condition-id","data":{"type":"string","maxLength":20,"minLength":20,"format":"request-condition-id","pattern":"rco[0-9a-zA-Z]+","description":"The ID of the request condition","example":"rcord7d69lUIn7u5D1d5"}},"components/schemas/request-condition-status":{"id":"components/schemas/request-condition-status","kind":"json-schema","title":"request-condition-status","data":{"type":"string","description":"status indicating if this condition is active or not. Default status is INACTIVE","enum":["ACTIVE","INACTIVE","INVALID","DELETED"]}},"components/schemas/priority":{"id":"components/schemas/priority","kind":"json-schema","title":"priority","data":{"type":"integer","description":"The priority of the condition. The smaller the number, the higher the priority. The highest priority is 0. A new condition will default to the lowest priority.","minimum":0}},"components/schemas/request-condition-links":{"id":"components/schemas/request-condition-links","kind":"json-schema","title":"request-condition-links","data":{"type":"object","description":"Links available on a single request condition representation.","required":["self"],"properties":{"self":{"$ref":"#/components/schemas/link-2"}}}},"components/schemas/request-condition-read-only":{"id":"components/schemas/request-condition-read-only","kind":"json-schema","title":"request-condition-read-only","data":{"type":"object","description":"Read only properties that are common to sparse and full condition representations.\n","properties":{"id":{"$ref":"#/components/schemas/request-condition-id"},"status":{"$ref":"#/components/schemas/request-condition-status"},"priority":{"$ref":"#/components/schemas/priority"},"_links":{"$ref":"#/components/schemas/request-condition-links"}},"required":["id","status","priority","_links"]}},"components/schemas/EveryoneRequesterSettings":{"id":"components/schemas/EveryoneRequesterSettings","kind":"json-schema","title":"EveryoneRequesterSettings","data":{"type":"object","description":"A requester settings indicating that access request can be submitted by anyone.","additionalProperties":false,"properties":{"type":{"type":"string","enum":["EVERYONE"]}},"required":["type"]}},"components/schemas/group-id":{"id":"components/schemas/group-id","kind":"json-schema","title":"group-id","data":{"type":"string","format":"okta-group-id","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Okta group ID."},"children":[]}]}]},{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Note:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/api/openapi/okta-management/management/group/listgroups"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"List all groups"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" for more information on how to retrieve group IDs."},"children":[]}]}]}]}],"pattern":"00g[0-9a-zA-Z]+","maxLength":20,"minLength":20}},"components/schemas/groups-array-full":{"id":"components/schemas/groups-array-full","kind":"json-schema","title":"groups-array-full","data":{"type":"array","description":"A request condition may have a zero item array if it is in an INVALID state.\nOtherwise, there will be at least one item.\n","items":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/group-id"}},"required":["id"],"minItems":0,"maxItems":100}}},"components/schemas/GroupsRequesterSettings":{"id":"components/schemas/GroupsRequesterSettings","kind":"json-schema","title":"GroupsRequesterSettings","data":{"type":"object","description":"A requester settings indicating that access request can be submitted by specific groups.","additionalProperties":false,"properties":{"type":{"type":"string","enum":["GROUPS"]},"groups":{"description":"groups whos members can file an access request","$ref":"#/components/schemas/groups-array-full"}},"required":["type","groups"]}},"components/schemas/RequesterExpressionRequesterSettings":{"id":"components/schemas/RequesterExpressionRequesterSettings","kind":"json-schema","title":"RequesterExpressionRequesterSettings","data":{"type":"object","description":"A requester settings indicating that access request can be submitted by specific users.","additionalProperties":false,"properties":{"type":{"type":"string","enum":["REQUESTER_EXPRESSION"]},"expression":{"type":"string","description":"EL expression indicating which users can file an access request"}},"required":["type","expression"]}},"components/schemas/team-id":{"id":"components/schemas/team-id","kind":"json-schema","title":"team-id","data":{"type":"string","maxLength":24,"minLength":24,"pattern":"^[a-fA-F\\d]{24}$","format":"team-id","description":"Unique identifier for the access request team\n"}},"components/schemas/teams-array-full":{"id":"components/schemas/teams-array-full","kind":"json-schema","title":"teams-array-full","data":{"type":"array","description":"A request condition may have a zero item array if it is in an INVALID state.\nOtherwise, there will be at least one item.\n","items":{"type":"object","properties":{"id":{"$ref":"#/components/schemas/team-id"}},"required":["id"],"minItems":0,"maxItems":100}}},"components/schemas/TeamsRequesterSettings":{"id":"components/schemas/TeamsRequesterSettings","kind":"json-schema","title":"TeamsRequesterSettings","data":{"type":"object","description":"A requester settings indicating that access request can be submitted by specific teams.","additionalProperties":false,"properties":{"type":{"type":"string","enum":["TEAMS"]},"teams":{"description":"teams whos members can file an access request","$ref":"#/components/schemas/teams-array-full"}},"required":["type","teams"]}},"components/schemas/RequesterSettings":{"id":"components/schemas/RequesterSettings","kind":"json-schema","title":"RequesterSettings","data":{"type":"object","description":"Requester settings define who may submit an access request for the related resource and access scopes.\n","discriminator":{"propertyName":"type","mapping":{"EVERYONE":"#/components/schemas/EveryoneRequesterSettings","GROUPS":"#/components/schemas/GroupsRequesterSettings","REQUESTER_EXPRESSION":"#/components/schemas/RequesterExpressionRequesterSettings","TEAMS":"#/components/schemas/TeamsRequesterSettings"}},"oneOf":[{"$ref":"#/components/schemas/EveryoneRequesterSettings"},{"$ref":"#/components/schemas/GroupsRequesterSettings"},{"$ref":"#/components/schemas/RequesterExpressionRequesterSettings"},{"$ref":"#/components/schemas/TeamsRequesterSettings"}]}},"components/schemas/ResourceDefaultAccessScopeSettings":{"id":"components/schemas/ResourceDefaultAccessScopeSettings","kind":"json-schema","title":"ResourceDefaultAccessScopeSettings","data":{"type":"object","description":"Default Access scope settings associated with the condition's resource.\n","additionalProperties":false,"properties":{"type":{"type":"string","enum":["RESOURCE_DEFAULT"]}},"required":["type"]}},"components/schemas/entitlement-bundle-id":{"id":"components/schemas/entitlement-bundle-id","kind":"json-schema","title":"entitlement-bundle-id","data":{"type":"string","maxLength":20,"minLength":20,"format":"entitlement-bundle-id","pattern":"enb[0-9a-zA-Z]+","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The entitlement bundle "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"id"},"children":[]}]}]}]}},"components/schemas/entitlement-bundles-array-full":{"id":"components/schemas/entitlement-bundles-array-full","kind":"json-schema","title":"entitlement-bundles-array-full","data":{"type":"array","description":"A request condition may have a zero item array if it is in an INVALID state.\nOtherwise, there will be at least one item.\n","items":{"type":"object","description":"Entitlement bundle id and entitlement bundle name that is made requestable","properties":{"id":{"$ref":"#/components/schemas/entitlement-bundle-id"}},"required":["id"]},"minItems":0,"maxItems":100}},"components/schemas/EntitlementBundleAccessScopeSettings":{"id":"components/schemas/EntitlementBundleAccessScopeSettings","kind":"json-schema","title":"EntitlementBundleAccessScopeSettings","data":{"type":"object","description":"Settings when the resource uses entitlement bundles for access scoping.","additionalProperties":false,"properties":{"type":{"type":"string","enum":["ENTITLEMENT_BUNDLES"]},"entitlementBundles":{"$ref":"#/components/schemas/entitlement-bundles-array-full"}},"required":["type","entitlementBundles"]}},"components/schemas/GroupAccessScopeSettings":{"id":"components/schemas/GroupAccessScopeSettings","kind":"json-schema","title":"GroupAccessScopeSettings","data":{"type":"object","description":"Settings when the resource uses groups for access scoping.","additionalProperties":false,"properties":{"type":{"type":"string","enum":["GROUPS"]},"groups":{"$ref":"#/components/schemas/groups-array-full"}},"required":["type","groups"]}},"components/schemas/AccessScopeSettings":{"id":"components/schemas/AccessScopeSettings","kind":"json-schema","title":"AccessScopeSettings","data":{"type":"object","description":"Settings specifying if groups or entitlements may be used for requesting finer grained access\n","discriminator":{"propertyName":"type","mapping":{"RESOURCE_DEFAULT":"#/components/schemas/ResourceDefaultAccessScopeSettings","ENTITLEMENT_BUNDLES":"#/components/schemas/EntitlementBundleAccessScopeSettings","GROUPS":"#/components/schemas/GroupAccessScopeSettings"}},"oneOf":[{"$ref":"#/components/schemas/ResourceDefaultAccessScopeSettings"},{"$ref":"#/components/schemas/EntitlementBundleAccessScopeSettings"},{"$ref":"#/components/schemas/GroupAccessScopeSettings"}]}},"components/schemas/access-duration-duration":{"id":"components/schemas/access-duration-duration","kind":"json-schema","title":"access-duration-duration","data":{"type":"string","format":"duration","example":"PT24H","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The duration set by the admin for access durations. Use the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://tc39.es/proposal-temporal/docs/duration.html"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ISO 8601"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" duration notation for duration values."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"You can configure up to 365 days ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"P365D"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":") or 52 weeks ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"P52W"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":") as the maximum access duration of a request."},"children":[]}]}]}]}},"components/schemas/access-duration-settings-admin-fixed-duration":{"id":"components/schemas/access-duration-settings-admin-fixed-duration","kind":"json-schema","title":"access-duration-settings-admin-fixed-duration","data":{"type":"object","description":"Settings when the access duration is specified by the admin","additionalProperties":false,"properties":{"type":{"type":"string","enum":["ADMIN_FIXED_DURATION"]},"duration":{"$ref":"#/components/schemas/access-duration-duration"}},"required":["type","duration"]}},"components/schemas/access-duration-max-duration":{"id":"components/schemas/access-duration-max-duration","kind":"json-schema","title":"access-duration-max-duration","data":{"type":"string","format":"duration","example":"PT24H","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"The maximum duration set by the requester for access durations. Use the "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://tc39.es/proposal-temporal/docs/duration.html"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"ISO 8601"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" duration notation for duration values."},"children":[]},{"$$mdtype":"Node","type":"softbreak","inline":true,"attributes":{},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"You can configure up to 365 days ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"P365D"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":") or 52 weeks ("},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"P52W"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":") as the maximum access duration of a request."},"children":[]}]}]}]}},"components/schemas/access-duration-settings-requester-specified-duration":{"id":"components/schemas/access-duration-settings-requester-specified-duration","kind":"json-schema","title":"access-duration-settings-requester-specified-duration","data":{"type":"object","description":"Setting to specify the maximum duration that an end user can request access for when making a request","additionalProperties":false,"properties":{"type":{"type":"string","enum":["REQUESTER_SPECIFIED_DURATION"]},"maximumDuration":{"$ref":"#/components/schemas/access-duration-max-duration"}},"required":["type","maximumDuration"]}},"components/schemas/access-duration-settings-full":{"id":"components/schemas/access-duration-settings-full","kind":"json-schema","title":"access-duration-settings-full","data":{"type":"object","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Settings that control who may specify the access duration allowed by this request condition, as well as what duration may be requested."},"children":[]}]}]},{"$$mdtype":"Node","type":"blockquote","attributes":{},"children":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"strong","inline":true,"attributes":{"marker":"**"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Note:"},"children":[]}]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" The resource request settings affect which access duration settings are valid. See the "},"children":[]},{"$$mdtype":"Node","type":"code","inline":true,"attributes":{"content":"validAccessDurationSettings"},"children":[]},{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":" property."},"children":[]}]}]}]}],"x-okta-feature-flag-overrides":{"IGA_SEPARATION_OF_DUTIES":{"description":"Settings that control who may specify the access duration allowed by this request condition or risk settings, as well as what duration may be requested.\n\n> **Note:** The resource request settings affect which access duration settings are valid. See the `validAccessDurationSettings` property."}},"discriminator":{"propertyName":"type","mapping":{"ADMIN_FIXED_DURATION":"#/components/schemas/access-duration-settings-admin-fixed-duration","REQUESTER_SPECIFIED_DURATION":"#/components/schemas/access-duration-settings-requester-specified-duration"}},"oneOf":[{"$ref":"#/components/schemas/access-duration-settings-admin-fixed-duration"},{"$ref":"#/components/schemas/access-duration-settings-requester-specified-duration"}]}},"components/schemas/approval-sequence-id-read-only":{"id":"components/schemas/approval-sequence-id-read-only","kind":"json-schema","title":"approval-sequence-id-read-only","data":{"type":"string","description":"If an approval sequence was deleted, then conditions referencing it will become invalid and the approvalSequenceId will not be present.","minLength":24,"maxLength":24}},"components/schemas/request-condition-full":{"id":"components/schemas/request-condition-full","kind":"json-schema","title":"request-condition-full","data":{"type":"object","description":"A condition delineates the criteria governing access requests, specifying the requester's identity, the permitted access scope, and the manner in which access can be requested.\n","allOf":[{"$ref":"#/components/schemas/writable-standard-properties-request-condition"},{"$ref":"#/components/schemas/read-only-standard-properties"},{"$ref":"#/components/schemas/request-condition-read-only"}],"properties":{"requesterSettings":{"$ref":"#/components/schemas/RequesterSettings"},"accessScopeSettings":{"$ref":"#/components/schemas/AccessScopeSettings"},"accessDurationSettings":{"$ref":"#/components/schemas/access-duration-settings-full"},"approvalSequenceId":{"$ref":"#/components/schemas/approval-sequence-id-read-only"}},"required":["id","name","lastUpdated","lastUpdatedBy","requesterSettings","accessScopeSettings","status","priority","_links"]}},"schema_1442":{"kind":"json-schema","data":{"type":"string"},"id":"schema_1442"},"schema_1443":{"kind":"json-schema","data":{"type":"object","properties":{"WWW-Authenticate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"An ASCII string contains 'error', 'error_description' and 'error_uri' attributes"},"children":[]}]}]}],"example":"Bearer error=\"invalid_token\", error_description=\"\"The access token is invalid or expired\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}}},"id":"schema_1443"},"schema_1444":{"kind":"json-schema","data":{"type":"object","properties":{"WWW-Authenticate":{"type":"string","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"an ascii string contains 'error', 'error_description' and 'error_uri' attributes."},"children":[]}]}]}],"example":"Bearer error=\"insufficient_scope\", error_description=\"The request requires higher privileges than provided by the access token.\", error_uri=\"https://tools.ietf.org/html/rfc6750#section-3.1\""}}},"id":"schema_1444"},"schema_1445":{"kind":"json-schema","data":{"type":"object"},"id":"schema_1445"},"schema_1446":{"kind":"json-schema","data":{"type":"integer","default":25,"minimum":1,"maximum":100},"id":"schema_1446"},"schema_1447":{"kind":"json-schema","data":{"type":"object","properties":{"link":{"type":"string","example":"<https://aerial-apac.okta.com/0227mkkf8ulgt48bkidcd8ekqft/api/v1/orgs?after=00o1cqcx8XNArUxjH0g4>; rel=\"next\""}}},"id":"schema_1447"},"schema_1448":{"kind":"json-schema","data":{"type":"object","properties":{"link":{"type":"string","example":"<https://aerial-apac.okta.com/0227mkkf8ulgt48bkidcd8ekqft/api/v1/associated-orgs?after=00o1cqcx8XNArUxjH0g4>; rel=\"next\""}}},"id":"schema_1448"},"schema_1449":{"kind":"json-schema","data":{"type":"array","items":{"$ref":"#/components/schemas/enabled-product"}},"id":"schema_1449"},"schema_1450":{"kind":"json-schema","data":{"type":"array","items":{"$ref":"#/components/schemas/org-group"}},"id":"schema_1450"}},"exampleStore":{"components/examples/get-accounts-success":{"id":"components/examples/get-accounts-success","value":{"id":"022ha15dpfc6e884cd3xrhn4259","name":"My Account","_links":{"accessPolicy":{"href":"https://aerial-test.okta.com/api/v1/policies/policy-id","name":"Okta Admin Application"},"accessRequestConditionsTemplate":{"href":"https://aerial-test.okta.com/admin/app/oidc_client/instance/instance-id/#tab-access-requests"}}}},"components/examples/put-account-request":{"id":"components/examples/put-account-request","value":{"name":"My Account"}},"components/examples/deactivate-org-request":{"id":"components/examples/deactivate-org-request","value":{"status":"INACTIVE"}},"components/examples/get-org-success":{"id":"components/examples/get-org-success","value":{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 1","cell":"ok1","domain":"my-org-1.okta.com","status":"ACTIVE","aerialOrg":false,"createdDate":"2023-12-08T20:15:18.000Z","id":"00o16fjDHCgFqob8n0g4"}},"components/examples/get-inactive-org-success":{"id":"components/examples/get-inactive-org-success","value":{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 1","cell":"ok1","domain":"my-org-1.okta.com","status":"INACTIVE","aerialOrg":false,"createdDate":"2023-12-08T20:15:18.000Z","id":"00o16fjDHCgFqob8n0g4"}},"components/examples/get-org-list-success":{"id":"components/examples/get-org-list-success","value":[{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 1","cell":"ok1","domain":"my-org-1.okta.com","status":"ACTIVE","aerialOrg":true,"createdDate":"2023-12-08T20:15:18.000Z","id":"00o16fjDHCgFqob8n0g4"},{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 2","cell":"ok1","domain":"my-org-2.okta.com","status":"INACTIVE","aerialOrg":false,"createdDate":"2023-12-08T22:09:07.000Z","id":"00o16xupGJbokZXPO0g4"},{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 3","cell":"ok1","domain":"my-org-3.okta.com","status":"ACTIVE","aerialOrg":false,"createdDate":"2023-12-08T23:13:08.000Z","id":"00o1cqcx8XNArUxjH0g4"}]},"components/examples/get-associated-org-list-success":{"id":"components/examples/get-associated-org-list-success","value":[{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 1","cell":"okta.com:1","domain":"my-org-1.okta.com","status":"ACTIVE","id":"00o16fjDHCgFqob8n0g4"},{"name":"My Org 2","cell":"oktapreview.com:3","domain":"my-org-2.oktapreview.com","status":"INACTIVE","id":"00o16xupGJbokZXPO0g4"},{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 3","cell":"okta.com:16","domain":"my-org-3.okta.com","status":"ACTIVE","id":"00o1cqcx8XNArUxjH0g4"}]},"components/examples/get-request-condition-templates-success":{"id":"components/examples/get-request-condition-templates-success","value":{"id":"020qqli3iolphlqkmrutpt8271c","applyStatus":"APPLIED","requestCondition":{}}},"components/examples/list-request-condition-templates-success":{"id":"components/examples/list-request-condition-templates-success","value":[{"id":"020qqli3iolphlqkmrutpt8271c","applyStatus":"APPLIED","requestCondition":{}}]},"components/examples/request-condition-template-success":{"id":"components/examples/request-condition-template-success","value":{"id":"rcom02pucExS1C3t10g3","applyStatus":"NOT_APPLIED","resources":[{"orn":"orn:okta:accounts:0227mkkf8ulgt48bkidcd8ekqft:orgs"}],"requestCondition":{"id":"rcom02pucExS1C3t10g3","lastUpdated":"2025-12-22T19:15:53Z","accessDurationSettings":{"duration":"P30D","type":"ADMIN_FIXED_DURATION"},"lastUpdatedBy":"pca88daNl4vHU7C5z0g4","approvalSequenceId":"12ab2db568c7c300079fefd0","createdBy":"00u87v4EURdm7FO800g4","_links":{"self":{"href":"https://test-aerial-org-admin.okta1.com/governance/api/v2/resources/0oa1hlnm8dCWAImFb0g5/request-conditions/rcom02pucExS1C3t10g3","hints":{}}},"created":"2025-10-08T17:52:24Z","requesterSettings":{"type":"EVERYONE"},"name":"kkpjdtag","accessScopeSettings":{"type":"ENTITLEMENT_BUNDLES"},"priority":0,"status":"INACTIVE"}}},"components/examples/valid-request-condition-template-request":{"id":"components/examples/valid-request-condition-template-request","value":{"resources":[{"orn":"orn:okta:accounts:0227mkkf8ulgt48bkidcd8ekqft:orgs"}],"requestCondition":{"name":"testCondition","approvalSequenceId":"12ab2db568c7c300079fefd0","accessDurationSettings":{"type":"ADMIN_FIXED_DURATION","duration":"P30D"},"accessScopeSettings":{"type":"ENTITLEMENT_BUNDLES","entitlementBundles":[{"id":"enbkgkK0WNu2T9QHJ0g3"}]},"requesterSettings":{"type":"EVERYONE"}}}},"components/examples/valid-patch-request-condition-template-request":{"id":"components/examples/valid-patch-request-condition-template-request","value":{"requestCondition":{"name":"updatedConditionName","accessDurationSettings":{"duration":"P60D"}}}},"components/examples/get-subscribed-products-success":{"id":"components/examples/get-subscribed-products-success","value":[{"id":"P000052","name":"IT Products - SSO"},{"id":"P000131","name":"IT Products - MFA"},{"id":"P000139","name":"IT Products - Lifecycle Management with 1 OIN App"}]},"components/examples/get-enabled-products-success":{"id":"components/examples/get-enabled-products-success","value":[{"id":"P000052","name":"IT Products - SSO"},{"id":"P000131","name":"IT Products - MFA"}]},"components/examples/enable-products-add":{"id":"components/examples/enable-products-add","value":[{"id":"P000052"},{"id":"P000131"},{"id":"P000139"}]},"components/examples/enable-products-names-optional":{"id":"components/examples/enable-products-names-optional","value":[{"id":"P000052","name":"IT Products - SSO"},{"id":"P000131","name":"IT Products - MFA"},{"id":"P000139"}]},"components/examples/enable-products-remove":{"id":"components/examples/enable-products-remove","value":[{"id":"P000052"}]},"components/examples/post-org-using-domain":{"id":"components/examples/post-org-using-domain","value":{"domain":"mycompany3.okta.com"}},"components/examples/post-org-using-id-and-cell":{"id":"components/examples/post-org-using-id-and-cell","value":{"orgId":"00oy0itaI2Yi7XGGE0g3","cell":"ok1"}},"components/examples/post-org-using-id":{"id":"components/examples/post-org-using-id","value":{"orgId":"00oy0itaI2Yi7XGGE0g3"}},"components/examples/enable-products-error-unsubscribed-product":{"id":"components/examples/enable-products-error-unsubscribed-product","value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"You do not have a subscription for the following products: P000999.\n","reason":"MISSING_REQUIREMENT","locationType":"BODY","domain":"Account"}]}},"components/examples/error-mutually-exclusive-products":{"id":"components/examples/error-mutually-exclusive-products","value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"You can't enable the following products at the same time: P000999, P000997.\n","reason":"CONFLICT","locationType":"BODY","domain":"Account"}]}},"components/examples/error-product-dependency":{"id":"components/examples/error-product-dependency","value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"To enable product P000001, you must also enable one of the following products: P000999, P000998.\n","reason":"MISSING_DEPENDENCY","locationType":"BODY","location":"[0].id","domain":"Account"}]}},"components/examples/error-product-org-config-conflict":{"id":"components/examples/error-product-org-config-conflict","value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"Your current org configuration is incompatible with these products. Contact Okta Support for details.\n","reason":"CONFLICT","locationType":"BODY","location":"[0].id","domain":"Account"}]}},"components/examples/change-status-error-invalid-status":{"id":"components/examples/change-status-error-invalid-status","value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"Invalid status","reason":"INVALID_PROPERTY","location":"status","locationType":"BODY","domain":"Account"}]}},"components/examples/template-already-applied":{"id":"components/examples/template-already-applied","value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"The template is already being applied.","reason":"UNIQUE_CONSTRAINT","location":"id","locationType":"URL","domain":"Account"}]}},"components/examples/cannot-apply-while-removing":{"id":"components/examples/cannot-apply-while-removing","value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"The template can't be applied while it is being removed.","reason":"CONFLICT","location":"id","locationType":"URL","domain":"Account"}]}},"components/examples/cannot-remove-while-applying":{"id":"components/examples/cannot-remove-while-applying","value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"The template can't be removed while it is being applied.","reason":"CONFLICT","location":"id","locationType":"URL","domain":"Account"}]}},"components/examples/add-org-error-invalid-domain":{"id":"components/examples/add-org-error-invalid-domain","value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"Domain does not match with orgId","reason":"INVALID_PROPERTY","location":"domain","locationType":"BODY","domain":"Account"}]}},"components/examples/add-org-error-invalid-orgId":{"id":"components/examples/add-org-error-invalid-orgId","value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"Org does not belong to the Aerial account","reason":"INVALID_PROPERTY","location":"orgId","locationType":"BODY","domain":"Account"}]}},"components/examples/add-org-error-already-added":{"id":"components/examples/add-org-error-already-added","value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"The org is already added to the Aerial account","reason":"UNIQUE_CONSTRAINT","location":"orgId","locationType":"BODY","domain":"Account"}]}},"components/examples/deletion-request-for-non-inactive-org":{"id":"components/examples/deletion-request-for-non-inactive-org","value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"Deletion requests can only be made for inactive orgs.","reason":"UNMET_REQUIREMENTS","location":"orgId","locationType":"URL","domain":"Account"}]}},"components/examples/deletion-request-for-aerial-org":{"id":"components/examples/deletion-request-for-aerial-org","value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"Deletion requests can't be made for Aerial orgs.","reason":"PROHIBITED","location":"orgId","locationType":"URL","domain":"Account"}]}},"components/examples/internal-server-error":{"id":"components/examples/internal-server-error","value":{"errorCode":"E0000009","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"Internal Server Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009"}},"components/examples/get-org-group-list-success":{"id":"components/examples/get-org-group-list-success","value":[{"id":"0cgc1a2b3c4d5e6f7g8h9i0j1k2l3m","name":"Production Orgs","description":"All production orgs for the account"},{"id":"0cgc9z8y7x6w5v4u3t2s1r0q9p8o7n","name":"Test Environments","description":"Test and staging orgs"}]},"components/examples/org-group-success":{"id":"components/examples/org-group-success","value":{"id":"0cgc1a2b3c4d5e6f7g8h","accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"Production Orgs","description":"All production orgs for the account"}},"components/examples/valid-org-group-request":{"id":"components/examples/valid-org-group-request","value":{"name":"Production Orgs","description":"All production orgs for the account"}},"paths/~1{accountId}~1api~1v1~1accounts/get/responses/200/content/application~1json/examples/Success":{"value":{"id":"022ha15dpfc6e884cd3xrhn4259","name":"My Account","_links":{"accessPolicy":{"href":"https://aerial-test.okta.com/api/v1/policies/policy-id","name":"Okta Admin Application"},"accessRequestConditionsTemplate":{"href":"https://aerial-test.okta.com/admin/app/oidc_client/instance/instance-id/#tab-access-requests"}}},"key":"Success","summary":"Success","id":"paths/~1{accountId}~1api~1v1~1accounts/get/responses/200/content/application~1json/examples/Success"},"paths/~1{accountId}~1api~1v1~1accounts/get/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1accounts/get/responses/404/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1accounts/get/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1accounts/get/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1accounts/get/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1accounts/get/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1accounts/put/requestBody/content/application~1json/examples/Change name":{"value":{"name":"My Account"},"key":"Change name","summary":"Change name","id":"paths/~1{accountId}~1api~1v1~1accounts/put/requestBody/content/application~1json/examples/Change name"},"paths/~1{accountId}~1api~1v1~1accounts/put/responses/200/content/application~1json/examples/Success":{"value":{"id":"022ha15dpfc6e884cd3xrhn4259","name":"My Account","_links":{"accessPolicy":{"href":"https://aerial-test.okta.com/api/v1/policies/policy-id","name":"Okta Admin Application"},"accessRequestConditionsTemplate":{"href":"https://aerial-test.okta.com/admin/app/oidc_client/instance/instance-id/#tab-access-requests"}}},"key":"Success","summary":"Success","id":"paths/~1{accountId}~1api~1v1~1accounts/put/responses/200/content/application~1json/examples/Success"},"paths/~1{accountId}~1api~1v1~1accounts/put/responses/400/content/application~1json/example":{"value":{"value":{"errorCode":"E0000001","errorSummary":"Api validation failed","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorId":"oaeWCGz73hpRCG75VHP6-RRXw","errorCauses":[{"errorSummary":"Field is required","location":"name","locationType":"body","reason":"PROPERTY_REQUIRED","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1accounts/put/responses/400/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1accounts/put/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1accounts/put/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1accounts/put/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1accounts/put/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1products/get/responses/200/content/application~1json/examples/Success":{"value":[{"id":"P000052","name":"IT Products - SSO"},{"id":"P000131","name":"IT Products - MFA"},{"id":"P000139","name":"IT Products - Lifecycle Management with 1 OIN App"}],"key":"Success","summary":"Success","id":"paths/~1{accountId}~1api~1v1~1products/get/responses/200/content/application~1json/examples/Success"},"paths/~1{accountId}~1api~1v1~1products/get/responses/400/content/application~1json/example":{"value":{"value":{"errorCode":"E0000001","errorSummary":"Api validation failed","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorId":"oaeWCGz73hpRCG75VHP6-RRXw","errorCauses":[{"errorSummary":"Value less than maximum value","location":"limit","locationType":"url","reason":"LESS_THAN_MAX_VALUE","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1products/get/responses/400/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1products/get/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1products/get/responses/404/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1products/get/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1products/get/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1products/get/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1products/get/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/400/content/application~1json/examples/Error non-inactive org":{"value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"Deletion requests can only be made for inactive orgs.","reason":"UNMET_REQUIREMENTS","location":"orgId","locationType":"URL","domain":"Account"}]},"key":"Error non-inactive org","summary":"Error non-inactive org","id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/400/content/application~1json/examples/Error non-inactive org"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/400/content/application~1json/examples/Error Aerial org":{"value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"Deletion requests can't be made for Aerial orgs.","reason":"PROHIBITED","location":"orgId","locationType":"URL","domain":"Account"}]},"key":"Error Aerial org","summary":"Error Aerial org","id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/400/content/application~1json/examples/Error Aerial org"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1deletionRequest/post/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/requestBody/content/application~1json/examples/Deactivate":{"value":{"status":"INACTIVE"},"key":"Deactivate","summary":"Deactivate","id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/requestBody/content/application~1json/examples/Deactivate"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/200/content/application~1json/examples/Deactivated":{"value":{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 1","cell":"ok1","domain":"my-org-1.okta.com","status":"INACTIVE","aerialOrg":false,"createdDate":"2023-12-08T20:15:18.000Z","id":"00o16fjDHCgFqob8n0g4"},"key":"Deactivated","summary":"Deactivated","id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/200/content/application~1json/examples/Deactivated"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/400/content/application~1json/examples/Error invalid status":{"value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"Invalid status","reason":"INVALID_PROPERTY","location":"status","locationType":"BODY","domain":"Account"}]},"key":"Error invalid status","summary":"Error invalid status","id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/400/content/application~1json/examples/Error invalid status"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1status/put/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs/get/responses/200/content/application~1json/examples/Success":{"value":[{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 1","cell":"ok1","domain":"my-org-1.okta.com","status":"ACTIVE","aerialOrg":true,"createdDate":"2023-12-08T20:15:18.000Z","id":"00o16fjDHCgFqob8n0g4"},{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 2","cell":"ok1","domain":"my-org-2.okta.com","status":"INACTIVE","aerialOrg":false,"createdDate":"2023-12-08T22:09:07.000Z","id":"00o16xupGJbokZXPO0g4"},{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 3","cell":"ok1","domain":"my-org-3.okta.com","status":"ACTIVE","aerialOrg":false,"createdDate":"2023-12-08T23:13:08.000Z","id":"00o1cqcx8XNArUxjH0g4"}],"key":"Success","summary":"Success","id":"paths/~1{accountId}~1api~1v1~1orgs/get/responses/200/content/application~1json/examples/Success"},"paths/~1{accountId}~1api~1v1~1orgs/get/responses/400/content/application~1json/example":{"value":{"value":{"errorCode":"E0000001","errorSummary":"Api validation failed","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorId":"oaeWCGz73hpRCG75VHP6-RRXw","errorCauses":[{"errorSummary":"Value less than maximum value","location":"limit","locationType":"url","reason":"LESS_THAN_MAX_VALUE","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1orgs/get/responses/400/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs/get/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1orgs/get/responses/404/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs/get/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgs/get/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs/get/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgs/get/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using ID and cell (fastest)":{"value":{"orgId":"00oy0itaI2Yi7XGGE0g3","cell":"ok1"},"key":"Using ID and cell (fastest)","summary":"Using ID and cell (fastest)","id":"paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using ID and cell (fastest)"},"paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using domain":{"value":{"domain":"mycompany3.okta.com"},"key":"Using domain","summary":"Using domain","id":"paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using domain"},"paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using ID":{"value":{"orgId":"00oy0itaI2Yi7XGGE0g3"},"key":"Using ID","summary":"Using ID","id":"paths/~1{accountId}~1api~1v1~1orgs/post/requestBody/content/application~1json/examples/Using ID"},"paths/~1{accountId}~1api~1v1~1orgs/post/responses/200/content/application~1json/examples/Success":{"value":{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 1","cell":"ok1","domain":"my-org-1.okta.com","status":"ACTIVE","aerialOrg":false,"createdDate":"2023-12-08T20:15:18.000Z","id":"00o16fjDHCgFqob8n0g4"},"key":"Success","summary":"Success","id":"paths/~1{accountId}~1api~1v1~1orgs/post/responses/200/content/application~1json/examples/Success"},"paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error invalid domain":{"value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"Domain does not match with orgId","reason":"INVALID_PROPERTY","location":"domain","locationType":"BODY","domain":"Account"}]},"key":"Error invalid domain","summary":"Error invalid domain","id":"paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error invalid domain"},"paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error invalid orgId":{"value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"Org does not belong to the Aerial account","reason":"INVALID_PROPERTY","location":"orgId","locationType":"BODY","domain":"Account"}]},"key":"Error invalid orgId","summary":"Error invalid orgId","id":"paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error invalid orgId"},"paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error already added":{"value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"The org is already added to the Aerial account","reason":"UNIQUE_CONSTRAINT","location":"orgId","locationType":"BODY","domain":"Account"}]},"key":"Error already added","summary":"Error already added","id":"paths/~1{accountId}~1api~1v1~1orgs/post/responses/400/content/application~1json/examples/Error already added"},"paths/~1{accountId}~1api~1v1~1orgs/post/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgs/post/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs/post/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgs/post/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/200/content/application~1json/examples/Success":{"value":[{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 1","cell":"okta.com:1","domain":"my-org-1.okta.com","status":"ACTIVE","id":"00o16fjDHCgFqob8n0g4"},{"name":"My Org 2","cell":"oktapreview.com:3","domain":"my-org-2.oktapreview.com","status":"INACTIVE","id":"00o16xupGJbokZXPO0g4"},{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 3","cell":"okta.com:16","domain":"my-org-3.okta.com","status":"ACTIVE","id":"00o1cqcx8XNArUxjH0g4"}],"key":"Success","summary":"Success","id":"paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/200/content/application~1json/examples/Success"},"paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/400/content/application~1json/example":{"value":{"value":{"errorCode":"E0000001","errorSummary":"Api validation failed","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorId":"oaeWCGz73hpRCG75VHP6-RRXw","errorCauses":[{"errorSummary":"Value less than maximum value","location":"limit","locationType":"url","reason":"LESS_THAN_MAX_VALUE","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/400/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/404/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1reports~1associatedOrgs/get/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/200/content/application~1json/examples/Success":{"value":{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 1","cell":"ok1","domain":"my-org-1.okta.com","status":"ACTIVE","aerialOrg":false,"createdDate":"2023-12-08T20:15:18.000Z","id":"00o16fjDHCgFqob8n0g4"},"key":"Success","summary":"Success","id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/200/content/application~1json/examples/Success"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/404/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}/get/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/200/content/application~1json/examples/Success":{"value":[{"id":"P000052","name":"IT Products - SSO"},{"id":"P000131","name":"IT Products - MFA"}],"key":"Success","summary":"Success","id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/200/content/application~1json/examples/Success"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/404/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/get/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Remove":{"value":[{"id":"P000052"}],"key":"Remove","summary":"Remove","id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Remove"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Add":{"value":[{"id":"P000052"},{"id":"P000131"},{"id":"P000139"}],"key":"Add","summary":"Add","id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Add"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Add with names optional":{"value":[{"id":"P000052","name":"IT Products - SSO"},{"id":"P000131","name":"IT Products - MFA"},{"id":"P000139"}],"key":"Add with names optional","summary":"Add with names optional","id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/requestBody/content/application~1json/examples/Add with names optional"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/200/content/application~1json/examples/Success":{"value":[{"id":"P000052","name":"IT Products - SSO"},{"id":"P000131","name":"IT Products - MFA"}],"key":"Success","summary":"Success","id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/200/content/application~1json/examples/Success"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You do not have a subscription for the following products":{"value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"You do not have a subscription for the following products: P000999.\n","reason":"MISSING_REQUIREMENT","locationType":"BODY","domain":"Account"}]},"key":"You do not have a subscription for the following products","summary":"You do not have a subscription for the following products","id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You do not have a subscription for the following products"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You cannot enable the following products at the same time":{"value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"You can't enable the following products at the same time: P000999, P000997.\n","reason":"CONFLICT","locationType":"BODY","domain":"Account"}]},"key":"You cannot enable the following products at the same time","summary":"You cannot enable the following products at the same time","id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You cannot enable the following products at the same time"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You must also enable the following products":{"value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"To enable product P000001, you must also enable one of the following products: P000999, P000998.\n","reason":"MISSING_DEPENDENCY","locationType":"BODY","location":"[0].id","domain":"Account"}]},"key":"You must also enable the following products","summary":"You must also enable the following products","id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/You must also enable the following products"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/Current configuration conflict":{"value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"Your current org configuration is incompatible with these products. Contact Okta Support for details.\n","reason":"CONFLICT","locationType":"BODY","location":"[0].id","domain":"Account"}]},"key":"Current configuration conflict","summary":"Current configuration conflict","id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/400/content/application~1json/examples/Current configuration conflict"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/500/content/application~1json/examples/Internal server error":{"value":{"errorCode":"E0000009","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"Internal Server Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009"},"key":"Internal server error","summary":"Internal server error","id":"paths/~1{accountId}~1api~1v1~1orgs~1{orgId}~1products/put/responses/500/content/application~1json/examples/Internal server error"},"paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/200/content/application~1json/examples/Success":{"value":[{"id":"0cgc1a2b3c4d5e6f7g8h9i0j1k2l3m","name":"Production Orgs","description":"All production orgs for the account"},{"id":"0cgc9z8y7x6w5v4u3t2s1r0q9p8o7n","name":"Test Environments","description":"Test and staging orgs"}],"key":"Success","summary":"Success","id":"paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/200/content/application~1json/examples/Success"},"paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/400/content/application~1json/example":{"value":{"value":{"errorCode":"E0000001","errorSummary":"Api validation failed","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorId":"oaeWCGz73hpRCG75VHP6-RRXw","errorCauses":[{"errorSummary":"Value less than maximum value","location":"limit","locationType":"url","reason":"LESS_THAN_MAX_VALUE","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/400/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgGroups/get/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups/post/requestBody/content/application~1json/examples/Valid":{"value":{"name":"Production Orgs","description":"All production orgs for the account"},"key":"Valid","summary":"Valid","id":"paths/~1{accountId}~1api~1v1~1orgGroups/post/requestBody/content/application~1json/examples/Valid"},"paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/201/content/application~1json/examples/Success":{"value":{"id":"0cgc1a2b3c4d5e6f7g8h","accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"Production Orgs","description":"All production orgs for the account"},"key":"Success","summary":"Success","id":"paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/201/content/application~1json/examples/Success"},"paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgGroups/post/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/200/content/application~1json/examples/Success":{"value":{"id":"0cgc1a2b3c4d5e6f7g8h","accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"Production Orgs","description":"All production orgs for the account"},"key":"Success","summary":"Success","id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/200/content/application~1json/examples/Success"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/400/content/application~1json/example":{"value":{"value":{"errorCode":"E0000001","errorSummary":"Api validation failed","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorId":"oaeWCGz73hpRCG75VHP6-RRXw","errorCauses":[{"errorSummary":"Value less than maximum value","location":"limit","locationType":"url","reason":"LESS_THAN_MAX_VALUE","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/400/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/404/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/get/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/requestBody/content/application~1json/examples/Valid":{"value":{"name":"Production Orgs","description":"All production orgs for the account"},"key":"Valid","summary":"Valid","id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/requestBody/content/application~1json/examples/Valid"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/200/content/application~1json/examples/Success":{"value":{"id":"0cgc1a2b3c4d5e6f7g8h","accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"Production Orgs","description":"All production orgs for the account"},"key":"Success","summary":"Success","id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/200/content/application~1json/examples/Success"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/put/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/404/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}/delete/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/200/content/application~1json/examples/Success":{"value":[{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 1","cell":"ok1","domain":"my-org-1.okta.com","status":"ACTIVE","aerialOrg":true,"createdDate":"2023-12-08T20:15:18.000Z","id":"00o16fjDHCgFqob8n0g4"},{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 2","cell":"ok1","domain":"my-org-2.okta.com","status":"INACTIVE","aerialOrg":false,"createdDate":"2023-12-08T22:09:07.000Z","id":"00o16xupGJbokZXPO0g4"},{"accountId":"0227mkkf8ulgt48bkidcd8ekqft","name":"My Org 3","cell":"ok1","domain":"my-org-3.okta.com","status":"ACTIVE","aerialOrg":false,"createdDate":"2023-12-08T23:13:08.000Z","id":"00o1cqcx8XNArUxjH0g4"}],"key":"Success","summary":"Success","id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/200/content/application~1json/examples/Success"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/400/content/application~1json/example":{"value":{"value":{"errorCode":"E0000001","errorSummary":"Api validation failed","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorId":"oaeWCGz73hpRCG75VHP6-RRXw","errorCauses":[{"errorSummary":"Value less than maximum value","location":"limit","locationType":"url","reason":"LESS_THAN_MAX_VALUE","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/400/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/404/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/get/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/400/content/application~1json/example":{"value":{"value":{"errorCode":"E0000001","errorSummary":"Api validation failed","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorId":"oaeWCGz73hpRCG75VHP6-RRXw","errorCauses":[{"errorSummary":"Field is required","location":"name","locationType":"body","reason":"PROPERTY_REQUIRED","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/400/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/404/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/post/responses/500/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/400/content/application~1json/examples/Error non-inactive org":{"value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"Deletion requests can only be made for inactive orgs.","reason":"UNMET_REQUIREMENTS","location":"orgId","locationType":"URL","domain":"Account"}]},"key":"Error non-inactive org","summary":"Error non-inactive org","id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/400/content/application~1json/examples/Error non-inactive org"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/400/content/application~1json/examples/Error Aerial org":{"value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"Deletion requests can't be made for Aerial orgs.","reason":"PROHIBITED","location":"orgId","locationType":"URL","domain":"Account"}]},"key":"Error Aerial org","summary":"Error Aerial org","id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/400/content/application~1json/examples/Error Aerial org"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/404/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/429/content/application~1json/example"},"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1api~1v1~1orgGroups~1{groupId}~1orgs/delete/responses/500/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/200/content/application~1json/examples/Templates":{"value":[{"id":"020qqli3iolphlqkmrutpt8271c","applyStatus":"APPLIED","requestCondition":{}}],"key":"Templates","summary":"Templates","id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/200/content/application~1json/examples/Templates"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/404/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/429/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/get/responses/500/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/requestBody/content/application~1json/examples/Valid":{"value":{"resources":[{"orn":"orn:okta:accounts:0227mkkf8ulgt48bkidcd8ekqft:orgs"}],"requestCondition":{"name":"testCondition","approvalSequenceId":"12ab2db568c7c300079fefd0","accessDurationSettings":{"type":"ADMIN_FIXED_DURATION","duration":"P30D"},"accessScopeSettings":{"type":"ENTITLEMENT_BUNDLES","entitlementBundles":[{"id":"enbkgkK0WNu2T9QHJ0g3"}]},"requesterSettings":{"type":"EVERYONE"}}},"key":"Valid","summary":"Valid","id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/requestBody/content/application~1json/examples/Valid"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/201/content/application~1json/examples/Success":{"value":{"id":"rcom02pucExS1C3t10g3","applyStatus":"NOT_APPLIED","resources":[{"orn":"orn:okta:accounts:0227mkkf8ulgt48bkidcd8ekqft:orgs"}],"requestCondition":{"id":"rcom02pucExS1C3t10g3","lastUpdated":"2025-12-22T19:15:53Z","accessDurationSettings":{"duration":"P30D","type":"ADMIN_FIXED_DURATION"},"lastUpdatedBy":"pca88daNl4vHU7C5z0g4","approvalSequenceId":"12ab2db568c7c300079fefd0","createdBy":"00u87v4EURdm7FO800g4","_links":{"self":{"href":"https://test-aerial-org-admin.okta1.com/governance/api/v2/resources/0oa1hlnm8dCWAImFb0g5/request-conditions/rcom02pucExS1C3t10g3","hints":{}}},"created":"2025-10-08T17:52:24Z","requesterSettings":{"type":"EVERYONE"},"name":"kkpjdtag","accessScopeSettings":{"type":"ENTITLEMENT_BUNDLES"},"priority":0,"status":"INACTIVE"}},"key":"Success","summary":"Success","id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/201/content/application~1json/examples/Success"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/429/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates/post/responses/500/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/200/content/application~1json/examples/Success":{"value":{"id":"020qqli3iolphlqkmrutpt8271c","applyStatus":"APPLIED","requestCondition":{}},"key":"Success","summary":"Success","id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/200/content/application~1json/examples/Success"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/404/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/429/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/get/responses/500/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/requestBody/content/application~1merge-patch+json/examples/Partial update":{"value":{"requestCondition":{"name":"updatedConditionName","accessDurationSettings":{"duration":"P60D"}}},"key":"Partial update","summary":"Partial update","id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/requestBody/content/application~1merge-patch+json/examples/Partial update"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/200/content/application~1json/examples/Success":{"value":{"id":"rcom02pucExS1C3t10g3","applyStatus":"NOT_APPLIED","resources":[{"orn":"orn:okta:accounts:0227mkkf8ulgt48bkidcd8ekqft:orgs"}],"requestCondition":{"id":"rcom02pucExS1C3t10g3","lastUpdated":"2025-12-22T19:15:53Z","accessDurationSettings":{"duration":"P30D","type":"ADMIN_FIXED_DURATION"},"lastUpdatedBy":"pca88daNl4vHU7C5z0g4","approvalSequenceId":"12ab2db568c7c300079fefd0","createdBy":"00u87v4EURdm7FO800g4","_links":{"self":{"href":"https://test-aerial-org-admin.okta1.com/governance/api/v2/resources/0oa1hlnm8dCWAImFb0g5/request-conditions/rcom02pucExS1C3t10g3","hints":{}}},"created":"2025-10-08T17:52:24Z","requesterSettings":{"type":"EVERYONE"},"name":"kkpjdtag","accessScopeSettings":{"type":"ENTITLEMENT_BUNDLES"},"priority":0,"status":"INACTIVE"}},"key":"Success","summary":"Success","id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/200/content/application~1json/examples/Success"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/404/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/429/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/patch/responses/500/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/404/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/429/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}/delete/responses/500/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/200/content/application~1json/example":{"value":{"Success":{}},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/200/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/400/content/application~1json/examples/Template already applying":{"value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"The template is already being applied.","reason":"UNIQUE_CONSTRAINT","location":"id","locationType":"URL","domain":"Account"}]},"key":"Template already applying","summary":"Template already applying","id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/400/content/application~1json/examples/Template already applying"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/400/content/application~1json/examples/Cannot apply while removing":{"value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"The template can't be applied while it is being removed.","reason":"CONFLICT","location":"id","locationType":"URL","domain":"Account"}]},"key":"Cannot apply while removing","summary":"Cannot apply while removing","id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/400/content/application~1json/examples/Cannot apply while removing"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/404/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/429/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1apply/post/responses/500/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/200/content/application~1json/example":{"value":{"Success":{}},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/200/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/400/content/application~1json/examples/Template not applied":{"value":{"errorCode":"E0000001","errorId":"ecc1ef00-7e05-4002-8c5a-307888de95ff","errorSummary":"API Validation Error","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000001","errorCauses":[{"errorSummary":"The template can't be removed while it is being applied.","reason":"CONFLICT","location":"id","locationType":"URL","domain":"Account"}]},"key":"Template not applied","summary":"Template not applied","id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/400/content/application~1json/examples/Template not applied"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/404/content/application~1json/example":{"value":{"value":{"errorCode":"E0000007","errorId":"4d663bb0-51c0-4db7-9ff6-194886b6da62","errorSummary":"Not found","errorCauses":[{"errorSummary":"Resource not found for the provided id.","reason":"NOT_FOUND","location":"orgId","locationType":"url","domain":"account"}]}},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/404/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/429/content/application~1json/example":{"value":{"errorCode":"E0000047","errorSummary":"API call exceeded rate limit due to too many requests.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000047","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/429/content/application~1json/example"},"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/500/content/application~1json/example":{"value":{"errorCode":"E0000009","errorSummary":"Internal Server Error.","errorLink":"https://developer.okta.com/docs/reference/error-codes/#E0000009","errorId":"oaeWCGz73hpRCG75VHP6-RRXw"},"id":"paths/~1{accountId}~1governance~1api~1v1~1request-condition-templates~1{templateId}~1remove/post/responses/500/content/application~1json/example"}},"securitySchemeStore":{"OAuth2":{"id":"OAuth2","type":"oauth2","description":[{"$$mdtype":"Node","type":"paragraph","attributes":{},"children":[{"$$mdtype":"Node","type":"inline","attributes":{},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Authentication via the MSP's Aerial org. See "},"children":[]},{"$$mdtype":"Node","type":"link","inline":true,"attributes":{"href":"https://developer.okta.com/docs/guides/implement-oauth-for-okta-serviceapp/-/main/#get-an-access-token"},"children":[{"$$mdtype":"Node","type":"text","inline":true,"attributes":{"content":"Implement OAuth for an Okta Service App"},"children":[]}]}]}]}],"flows":{"clientCredentials":{"tokenUrl":"https://${aerialOrgDomain}/oauth2/v1/token","scopes":{"okta.accounts.manage":"Grants full access to Aerial operations","okta.accounts.read":"Grants read access to Aerial operations"}}}},"Cookie":{"id":"Cookie","type":"apiKey","in":"cookie","paramName":"unspecified"}},"servers":[{"url":"https://{aerialDomain}","variables":{"aerialDomain":{"default":"aerial-apac.okta.com","description":"The domain for the Okta Aerial instance"}}}]},"options":{"hideInfoMetadata":true,"hideDownloadButtons":true,"hideReplay":true,"layout":"three-panel","sanitize":true,"codeSamples":{"languages":[{"lang":"curl"},{"lang":"C#"},{"lang":"Java"},{"lang":"JavaScript"},{"lang":"Node.js"},{"lang":"Python"},{"lang":"Go"},{"lang":"PHP"},{"lang":"Ruby"},{"lang":"Payload"}]},"feedback":{"hide":true,"settings":{"label":""}},"hideSidebar":true,"mockServer":{"off":true},"disableRouter":true,"downloadUrls":[{"url":"/docs/api/_bundle/openapi/aerial/aerial.json?download"},{"url":"/docs/api/_bundle/openapi/aerial/aerial.yaml?download"}],"excludeFromSearch":false,"specType":"openapi","markdocOptions":{"tags":{},"nodes":{},"components":{}},"metadata":{"title":"Okta Aerial","description":"Okta Aerial is an administration service that enables a suite of multi-org management capabilities.\n"}},"baseSlug":"/openapi/aerial/aerial","routesMapping":{}}