<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Thu Feb 08 08:08:35 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[DOCS-13735] [Atlas] Atlas API - Delete user Syntax</title>
                <link>https://jira.mongodb.org/browse/DOCS-13735</link>
                <project id="10380" key="DOCS">Documentation</project>
                    <description>&lt;h2&gt;&lt;a name=&quot;Description&quot;&gt;&lt;/a&gt;Description&lt;/h2&gt;
&lt;p&gt;Using API as per&#160;&lt;a href=&quot;https://docs.atlas.mongodb.com/reference/api/database-users-delete-a-user/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://docs.atlas.mongodb.com/reference/api/database-users-delete-a-user/&lt;/a&gt;&#160;to delete x.509 user. Doc syntax didn&apos;t work. Had to escape the $external with &quot;\&quot;:&lt;/p&gt;

&lt;p&gt;&#160;&lt;/p&gt;

&lt;p&gt;curl -i -u &quot;{PUBLIC-KEY}:{PRIVATE-KEY}&quot; --digest -X DELETE &quot;[https://cloud.mongodb.com/api/atlas/v1.0/groups/&lt;/p&gt;
{GROUP|https://cloud.mongodb.com/api/atlas/v1.0/groups/%7BGROUP]&#160;ID}
&lt;p&gt;/databaseUsers/&lt;b&gt;\$external&lt;/b&gt;/{User}&quot;&lt;/p&gt;

&lt;h2&gt;&lt;a name=&quot;Scopeofchanges&quot;&gt;&lt;/a&gt;Scope of changes&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;ImpacttoOtherDocs&quot;&gt;&lt;/a&gt;Impact to Other Docs&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;MVP%28WorkandDate%29&quot;&gt;&lt;/a&gt;MVP (Work and Date)&lt;/h2&gt;

&lt;h2&gt;&lt;a name=&quot;Resources%28ScopeorDesignDocs%2CInvision%2Cetc.%29&quot;&gt;&lt;/a&gt;Resources (Scope or Design Docs, Invision, etc.)&lt;/h2&gt;
</description>
                <environment></environment>
        <key id="1392968">DOCS-13735</key>
            <summary>[Atlas] Atlas API - Delete user Syntax</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="zach.carr@mongodb.com">Zachary Carr</assignee>
                                    <reporter username="greg.cox@mongodb.com">Greg Cox</reporter>
                        <labels>
                    </labels>
                <created>Fri, 26 Jun 2020 11:09:34 +0000</created>
                <updated>Sun, 29 Oct 2023 13:55:01 +0000</updated>
                            <resolved>Mon, 29 Jun 2020 20:39:53 +0000</resolved>
                                                                    <component>Atlas</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>2</watches>
                                                                                                                <comments>
                            <comment id="3228999" author="zach.carr" created="Mon, 29 Jun 2020 20:39:53 +0000"  >&lt;p&gt;Merged to master &amp;amp; published.&lt;/p&gt;</comment>
                            <comment id="3228736" author="zach.carr" created="Mon, 29 Jun 2020 18:52:30 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=greg.cox&quot; class=&quot;user-hover&quot; rel=&quot;greg.cox&quot;&gt;greg.cox&lt;/a&gt;, sorry about the delay - yes, I&apos;ve tested the other endpoints and you always have to escape $external or it won&apos;t actually be part of the query.&lt;/p&gt;

&lt;p&gt;Thanks for taking a look! I&apos;ll merge this shortly. &lt;/p&gt;</comment>
                            <comment id="3228185" author="greg.cox" created="Mon, 29 Jun 2020 14:57:13 +0000"  >&lt;p&gt;Hi&#160;&lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=zach.carr&quot; class=&quot;user-hover&quot; rel=&quot;zach.carr&quot;&gt;zach.carr&lt;/a&gt;. I checked the link and looks good to me. I didn&apos;t test the other apis other than delete but assume you guys have and that referencing $external will work the same ?&lt;/p&gt;

&lt;p&gt;Cheers&lt;/p&gt;

&lt;p&gt;Greg&lt;/p&gt;</comment>
                            <comment id="3228107" author="zach.carr" created="Mon, 29 Jun 2020 14:33:33 +0000"  >&lt;p&gt;Thanks &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=greg.cox&quot; class=&quot;user-hover&quot; rel=&quot;greg.cox&quot;&gt;greg.cox&lt;/a&gt;, that sounds good!&lt;/p&gt;

&lt;p&gt;If it&apos;s easier for you, here is the &lt;a href=&quot;https://docs-atlas-staging.mongodb.com/cloud-docs/docsworker-xlarge/DOCS-13735/reference/api/database-users-delete-a-user.html#request&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;Delete a DB User staging link&lt;/a&gt; where I&apos;ve added the escape \. The exact same change is on Get One and Update Users. If that looks good to you, feel free to approve the change here on the ticket instead. Up to you.&lt;/p&gt;</comment>
                            <comment id="3227689" author="greg.cox" created="Mon, 29 Jun 2020 09:18:38 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=zach.carr&quot; class=&quot;user-hover&quot; rel=&quot;zach.carr&quot;&gt;zach.carr&lt;/a&gt;. I don&apos;t have access to this guthub repo. Have requested and will review once approved. Cheers&lt;/p&gt;</comment>
                            <comment id="3226337" author="zach.carr" created="Fri, 26 Jun 2020 19:33:39 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=greg.cox&quot; class=&quot;user-hover&quot; rel=&quot;greg.cox&quot;&gt;greg.cox&lt;/a&gt;, if you have a moment could you take a look at this PR and confirm these changes are what you had in mind? I&apos;ve updated the get, update and delete pages with the &quot;\&quot;. &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;https://github.com/10gen/cloud-docs/pull/1701&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/10gen/cloud-docs/pull/1701&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks for filing this!&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                <customfield id="customfield_10050" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname># Replies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10055" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of 1st Reply</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Fri, 26 Jun 2020 19:33:39 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10052" key="com.atlassian.jira.toolkit:dayslastcommented">
                        <customfieldname>Days since reply</customfieldname>
                        <customfieldvalues>
                                        3 years, 32 weeks, 2 days ago
    
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_18254" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Dependencies</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[]]></customfieldvalue>


                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10857" key="com.pyxis.greenhopper.jira:gh-epic-link">
                        <customfieldname>Epic Link</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>DOCSP-8838</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10057" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comment by Customer</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>true</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10056" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last commenter</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>luke.bonanomi@mongodb.com</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_11151" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            3 years, 32 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10051" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>greg.cox@mongodb.com</customfieldvalue>
            <customfieldvalue>zach.carr@mongodb.com</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                        <customfield id="customfield_14254" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Product Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hxs19b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hxezxr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10557" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="4059">CET: Udon</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                        <customfield id="customfield_10555" key="com.atlassian.jira.plugin.system.customfieldtypes:float">
                        <customfieldname>Story Points</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10053" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time In Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14350" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>serverRank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>1|hxrnin:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                </customfields>
    </item>
</channel>
</rss>