{"id":2443,"date":"2011-05-26T10:16:37","date_gmt":"2011-05-26T14:16:37","guid":{"rendered":"http:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/"},"modified":"2011-05-26T10:18:29","modified_gmt":"2011-05-26T14:18:29","slug":"how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit","status":"publish","type":"post","link":"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/","title":{"rendered":"How to Edit (create, delete, modify) Identity Store of OAM 11g from command line (WLST) &#8211; editUserIdentityStoreConfig"},"content":{"rendered":"<p><a href=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/05\/edit_ids_1.PNG\"><img decoding=\"async\" src=\"https:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/05\/edit_ids_1.PNG\" \/><\/a><\/p>\n<p>In today&#8217;s post I am going to\u00a0show command line tool\u00a0WLST (Weblogic Scripting Tool)\u00a0to manage configuration of Oracle Access Manager 11g .\u00a0<br \/>\n___<br \/>\n<font color=\"#ff0000\">OAM administrator and user identities are stored within an LDAP server for use during authentication and authorization. By default OAM 11g uses weblogic&#8217;s embedded LDAP server as its Identity Store.<br \/>\n<\/font>___<\/p>\n<p>In my\u00a0earlier post <a target=\"_blank\" href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/04\/27\/how-to-integrate-oam-11g-with-oid-11g-for-useridentity-store\/\">here<\/a>\u00a0I\u00a0explained\u00a0How to create Identity Store for OAM 11g pointing to enterprise LDAP server like OID or Active Directory using OAM Console (Graphical User Interface to manage configuration). In\u00a0below example, I will\u00a0explain how to change <strong>default identity store<\/strong> of OAM 11g back to Identity Store\u00a0&#8220;<strong>UserIdentityStore1<\/strong>&#8221; using WebLogic Scripting Commands for OAM 11g.<\/p>\n<p><strong>1.<\/strong> Set Environment variable<br \/>\n<font color=\"#ff0000\">$DOMAIN_HOME\/bin\/setDomainEnv.sh<br \/>\n<\/font><br \/>\n<strong>2.<\/strong> Start WLST<br \/>\n<font color=\"#ff0000\">$ORACLE_HOME\/common\/bin\/wlst.sh<\/font><\/p>\n<p>Now you should get prompt like<br \/>\n<strong>wls:\/offline&gt;<\/strong><\/p>\n<p><strong>3.<\/strong>Connect to WebLogic Admin Server<br \/>\nconnect([username, password], [url], [adminServerName])<br \/>\nLike<br \/>\nWLST&gt;<font color=\"#ff0000\">connect(&#8216;weblogic&#8217;, &#8216;welcome1&#8217;, &#8216;t3:\/\/myadmin:7001&#8217;)<\/font><\/p>\n<p>Now you should be\u00a0 conencted and get prompt like <strong>wls:\/base_domain\/serverConfig&gt;<\/strong><\/p>\n<p><strong>4. To take help on any command<\/strong><br \/>\nhelp(&#8216;command_name&#8217;)\u00a0 like<\/p>\n<p><font color=\"#ff0000\">help(&#8216;displayUserIdentityStoreConfig&#8217;)<br \/>\n<\/font>or<br \/>\n<font color=\"#ff0000\">help(&#8216;oam&#8217;)<\/font><\/p>\n<p><strong>5. To check current identity store<br \/>\n<\/strong>displayUserIdentityStore(name=&#8221;ID_store&#8221;, domainHome=&#8221;domainHome1&#8243;)<\/p>\n<p>example<br \/>\n<font color=\"#ff0000\">displayUserIdentityStore(name=&#8221;UserIdentityStore1&#8243;, domainHome=&#8221;\/oracle\/apsp\/OAM\/user_projects\/domains\/base_domain&#8221;)<\/font><\/p>\n<p>You should see output like<br \/>\n________________<br \/>\nName : UserIdentityStore1, Type : LDAP, LDAP_URL : <a href=\"ldap:\/\/ldap-host:7001\/\">ldap:\/\/ldap-host:7001<\/a>, SECURITY_PRINCIPAL : cn=Admin, SECURITY_CREDENTIAL : {AES}F8E3A9FAD9D662F753D842979423ED3D, USER_SEARCH_BASE : ou=people,ou=myrealm,dc=base_domain, GROUP_SEARCH_BASE : ou=groups,ou=myrealm,dc=base_domain, USER_NAME_ATTRIBUTE : uid, LDAP_PROVIDER : EMBEDDED_LDAP, UserIdentityProviderType : OracleUserRoleAPI, Role Security Admin : Administrators, Role System Monitor : Monitors, Role Application Administrator : Operators, Role System Manager : Deployers,<br \/>\n_______________<\/p>\n<p><strong>5. To\u00a0 set UserIdentityStore1\u00a0as primary identity store<\/strong><\/p>\n<p><font color=\"#ff0000\">editUserIdentityStore(name=&#8221;UserIdentityStore1&#8243;, isPrimary=&#8221;true&#8221;)<\/font><\/p>\n<p><font color=\"#ff0000\">.<\/font><\/p>\n<p><strong><u>References<\/u><\/strong><\/p>\n<ul>\n<li><a target=\"_blank\" href=\"http:\/\/download.oracle.com\/docs\/cd\/E17904_01\/doc.1111\/e15478\/wlst.htm#AIAAG5091\">WLST commands in OAM dmin Guide<\/a><\/li>\n<li><a target=\"_blank\" href=\"http:\/\/download.oracle.com\/docs\/cd\/E17904_01\/web.1111\/e13813\/custom_infra_security.htm#CHDCHJFD\">List of all OAM Commands<\/a>\u00a0<\/li>\n<li><a target=\"_blank\" href=\"http:\/\/download.oracle.com\/docs\/cd\/E17904_01\/web.1111\/e13715\/using_wlst.htm#i1063337\">Using WebLogic Scripting Tool<\/a><\/li>\n<li><a target=\"_blank\" href=\"http:\/\/download.oracle.com\/docs\/cd\/E13222_01\/wls\/docs92\/config_scripting\/reference.html\">WLST Command and Reference<\/a>\u00a0<br \/>\n\u00a0<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>In today&#8217;s post I am going to\u00a0show command line tool\u00a0WLST (Weblogic Scripting Tool)\u00a0to manage configuration of Oracle Access Manager 11g [&hellip;]<\/p>\n","protected":false},"author":115,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[278],"tags":[],"class_list":["post-2443","post","type-post","status-publish","format-standard","hentry","category-wlst"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Edit (create, delete, modify) Identity Store of OAM 11g from command line (WLST) - editUserIdentityStoreConfig -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Edit (create, delete, modify) Identity Store of OAM 11g from command line (WLST) - editUserIdentityStoreConfig -\" \/>\n<meta property=\"og:description\" content=\"In today&#8217;s post I am going to\u00a0show command line tool\u00a0WLST (Weblogic Scripting Tool)\u00a0to manage configuration of Oracle Access Manager 11g [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/\" \/>\n<meta property=\"article:published_time\" content=\"2011-05-26T14:16:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2011-05-26T14:18:29+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/05\/edit_ids_1.PNG\" \/>\n<meta name=\"author\" content=\"Masroof Ahmad\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Masroof Ahmad\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/\",\"url\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/\",\"name\":\"How to Edit (create, delete, modify) Identity Store of OAM 11g from command line (WLST) - editUserIdentityStoreConfig -\",\"isPartOf\":{\"@id\":\"https:\/\/onlineappsdba.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/05\/edit_ids_1.PNG\",\"datePublished\":\"2011-05-26T14:16:37+00:00\",\"dateModified\":\"2011-05-26T14:18:29+00:00\",\"author\":{\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\"},\"breadcrumb\":{\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/#primaryimage\",\"url\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/05\/edit_ids_1.PNG\",\"contentUrl\":\"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/05\/edit_ids_1.PNG\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/onlineappsdba.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Edit (create, delete, modify) Identity Store of OAM 11g from command line (WLST) &#8211; editUserIdentityStoreConfig\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/onlineappsdba.com\/#website\",\"url\":\"https:\/\/onlineappsdba.com\/\",\"name\":\"\",\"description\":\"Oracle Implementation &amp; Training Experts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/onlineappsdba.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb\",\"name\":\"Masroof Ahmad\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g\",\"caption\":\"Masroof Ahmad\"},\"url\":\"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Edit (create, delete, modify) Identity Store of OAM 11g from command line (WLST) - editUserIdentityStoreConfig -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/","og_locale":"en_US","og_type":"article","og_title":"How to Edit (create, delete, modify) Identity Store of OAM 11g from command line (WLST) - editUserIdentityStoreConfig -","og_description":"In today&#8217;s post I am going to\u00a0show command line tool\u00a0WLST (Weblogic Scripting Tool)\u00a0to manage configuration of Oracle Access Manager 11g [&hellip;]","og_url":"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/","article_published_time":"2011-05-26T14:16:37+00:00","article_modified_time":"2011-05-26T14:18:29+00:00","og_image":[{"url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/05\/edit_ids_1.PNG","type":"","width":"","height":""}],"author":"Masroof Ahmad","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Masroof Ahmad","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/","url":"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/","name":"How to Edit (create, delete, modify) Identity Store of OAM 11g from command line (WLST) - editUserIdentityStoreConfig -","isPartOf":{"@id":"https:\/\/onlineappsdba.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/#primaryimage"},"image":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/#primaryimage"},"thumbnailUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/05\/edit_ids_1.PNG","datePublished":"2011-05-26T14:16:37+00:00","dateModified":"2011-05-26T14:18:29+00:00","author":{"@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb"},"breadcrumb":{"@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/#primaryimage","url":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/05\/edit_ids_1.PNG","contentUrl":"http:\/\/onlineappsdba.com\/wp-content\/uploads\/2011\/05\/edit_ids_1.PNG"},{"@type":"BreadcrumbList","@id":"https:\/\/onlineappsdba.com\/index.php\/2011\/05\/26\/how-to-edit-create-delete-modify-identity-store-of-oam-11g-from-command-line-wlst-displayuseridentitystoreconfig-edituseridentitystoreconfig-createuseridentitystoreconfig-deleteuseridentit\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/onlineappsdba.com\/"},{"@type":"ListItem","position":2,"name":"How to Edit (create, delete, modify) Identity Store of OAM 11g from command line (WLST) &#8211; editUserIdentityStoreConfig"}]},{"@type":"WebSite","@id":"https:\/\/onlineappsdba.com\/#website","url":"https:\/\/onlineappsdba.com\/","name":"","description":"Oracle Implementation &amp; Training Experts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/onlineappsdba.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/909a876ed58d400faf82caf81d61bfdb","name":"Masroof Ahmad","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/onlineappsdba.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/10f9db7bdbbd7f9ccfbe9b2d208e5978fc28315e9c704383e639a926ea0fce5f?s=96&d=mm&r=g","caption":"Masroof Ahmad"},"url":"https:\/\/onlineappsdba.com\/index.php\/author\/masroof\/"}]}},"_links":{"self":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2443","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/users\/115"}],"replies":[{"embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/comments?post=2443"}],"version-history":[{"count":0,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/posts\/2443\/revisions"}],"wp:attachment":[{"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/media?parent=2443"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/categories?post=2443"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/onlineappsdba.com\/index.php\/wp-json\/wp\/v2\/tags?post=2443"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}