<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Use InvitationManager to find out when an invitation was sent in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/use-invitationmanager-to-find-out-when-an/m-p/1514099#M10396</link>
    <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;I am looking to use python to access if a user has been sent an invitation to join a group and if so when this invitation was sent.&amp;nbsp; Has anyone done this?&lt;/P&gt;&lt;P&gt;I can use the UserInvitationManager to get the invitation object and in the api reference it says you can access the details of an invitation using the object properties but I'm not very experienced with python and am not sure how to do this.&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Dee&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Aug 2024 11:23:08 GMT</pubDate>
    <dc:creator>DeirdreSmyth</dc:creator>
    <dc:date>2024-08-02T11:23:08Z</dc:date>
    <item>
      <title>Use InvitationManager to find out when an invitation was sent</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/use-invitationmanager-to-find-out-when-an/m-p/1514099#M10396</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;&lt;P&gt;I am looking to use python to access if a user has been sent an invitation to join a group and if so when this invitation was sent.&amp;nbsp; Has anyone done this?&lt;/P&gt;&lt;P&gt;I can use the UserInvitationManager to get the invitation object and in the api reference it says you can access the details of an invitation using the object properties but I'm not very experienced with python and am not sure how to do this.&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Dee&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 11:23:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/use-invitationmanager-to-find-out-when-an/m-p/1514099#M10396</guid>
      <dc:creator>DeirdreSmyth</dc:creator>
      <dc:date>2024-08-02T11:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: Use InvitationManager to find out when an invitation was sent</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/use-invitationmanager-to-find-out-when-an/m-p/1514339#M10401</link>
      <description>&lt;P&gt;I'm not sure what kind of information is stored, but the way you would get a list of invitations is like so:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;from arcgis.gis import GIS
gis = GIS("https://www.arcgis.com", "user", "pass")

invitations = gis.users.invitations.list()&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Aug 2024 18:18:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/use-invitationmanager-to-find-out-when-an/m-p/1514339#M10401</guid>
      <dc:creator>EarlMedina</dc:creator>
      <dc:date>2024-08-02T18:18:06Z</dc:date>
    </item>
  </channel>
</rss>

