<?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 userconfig/sessionTypes not getting assigned to user in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/userconfig-sessiontypes-not-getting-assigned-to-user/m-p/5205294#M3853</link>
    <description>&lt;P&gt;Hi Team,&lt;BR /&gt;&lt;BR /&gt;I have queried the sessionTypes using&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/session-types/list-site-session-types" target="_blank" rel="noopener"&gt;https://developer.webex.com/docs/api/v1/session-types/list-site-session-types&lt;/A&gt;&amp;nbsp;API and received below response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "items": [
    {
      "id": "3",
      "shortName": "PRO",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Pro Meeting",
      "type": "meeting"
    },
    {
      "id": "9",
      "shortName": "ONS",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Online Event",
      "type": "EventCenter"
    },
    {
      "id": "11",
      "shortName": "TRS",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Training session",
      "type": "TrainingCenter"
    },
    {
      "id": "13",
      "shortName": "SC3",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Remote Support Session",
      "type": "SupportCenter"
    },
    {
      "id": "16",
      "shortName": "AUO",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Webex Personal Conference",
      "type": "meeting"
    },
    {
      "id": "220",
      "shortName": "ONS",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Event 1000",
      "type": "EventCenter"
    },
    {
      "id": "522",
      "shortName": "TRS",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Training 1000",
      "type": "TrainingCenter"
    },
    {
      "id": "564",
      "shortName": "PRO",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Pro 1000",
      "type": "meeting"
    },
    {
      "id": "565",
      "shortName": "SC3",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Support 1000",
      "type": "SupportCenter"
    },
    {
      "id": "652",
      "shortName": "PRO",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Pro-End to End Encryption_VOIPonly",
      "type": "meeting"
    }
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After this I am using&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/session-types/update-user-session-types" target="_blank" rel="noopener"&gt;https://developer.webex.com/docs/api/v1/session-types/update-user-session-types&lt;/A&gt;&amp;nbsp;this API to&amp;nbsp;&lt;SPAN&gt;Assign session types to specific users.&lt;/SPAN&gt;&lt;BR /&gt;Below is the request:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "siteUrl": "sailpointsiteadmin.webex.com",
  "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS84MzI2ZjlmNC01MGFlLTQ0ODMtOTczZS04YzNkYmQyMTQxNjc",
  "email": "john.andersen1@gmail.com",
  "sessionTypeIds": [
    "3","16"
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And response received:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS84MzI2ZjlmNC01MGFlLTQ0ODMtOTczZS04YzNkYmQyMTQxNjc",
    "email": "john.andersen1@gmail.com",
    "siteUrl": "sailpointsiteadmin.webex.com",
    "sessionTypes": []
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;As I can see, sessionType is not got assigned to user. In response, sessionType doesn't got listed though request is successful.&lt;BR /&gt;&lt;BR /&gt;Could you please check and assist?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Prashant&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2024 16:46:43 GMT</pubDate>
    <dc:creator>prashant-chinchkar</dc:creator>
    <dc:date>2024-10-08T16:46:43Z</dc:date>
    <item>
      <title>userconfig/sessionTypes not getting assigned to user</title>
      <link>https://community.cisco.com/t5/webex-for-developers/userconfig-sessiontypes-not-getting-assigned-to-user/m-p/5205294#M3853</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;&lt;BR /&gt;I have queried the sessionTypes using&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/session-types/list-site-session-types" target="_blank" rel="noopener"&gt;https://developer.webex.com/docs/api/v1/session-types/list-site-session-types&lt;/A&gt;&amp;nbsp;API and received below response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "items": [
    {
      "id": "3",
      "shortName": "PRO",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Pro Meeting",
      "type": "meeting"
    },
    {
      "id": "9",
      "shortName": "ONS",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Online Event",
      "type": "EventCenter"
    },
    {
      "id": "11",
      "shortName": "TRS",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Training session",
      "type": "TrainingCenter"
    },
    {
      "id": "13",
      "shortName": "SC3",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Remote Support Session",
      "type": "SupportCenter"
    },
    {
      "id": "16",
      "shortName": "AUO",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Webex Personal Conference",
      "type": "meeting"
    },
    {
      "id": "220",
      "shortName": "ONS",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Event 1000",
      "type": "EventCenter"
    },
    {
      "id": "522",
      "shortName": "TRS",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Training 1000",
      "type": "TrainingCenter"
    },
    {
      "id": "564",
      "shortName": "PRO",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Pro 1000",
      "type": "meeting"
    },
    {
      "id": "565",
      "shortName": "SC3",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Support 1000",
      "type": "SupportCenter"
    },
    {
      "id": "652",
      "shortName": "PRO",
      "siteUrl": "sailpointsiteadmin.webex.com",
      "name": "Pro-End to End Encryption_VOIPonly",
      "type": "meeting"
    }
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After this I am using&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/session-types/update-user-session-types" target="_blank" rel="noopener"&gt;https://developer.webex.com/docs/api/v1/session-types/update-user-session-types&lt;/A&gt;&amp;nbsp;this API to&amp;nbsp;&lt;SPAN&gt;Assign session types to specific users.&lt;/SPAN&gt;&lt;BR /&gt;Below is the request:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "siteUrl": "sailpointsiteadmin.webex.com",
  "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS84MzI2ZjlmNC01MGFlLTQ0ODMtOTczZS04YzNkYmQyMTQxNjc",
  "email": "john.andersen1@gmail.com",
  "sessionTypeIds": [
    "3","16"
  ]
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;And response received:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "personId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS84MzI2ZjlmNC01MGFlLTQ0ODMtOTczZS04YzNkYmQyMTQxNjc",
    "email": "john.andersen1@gmail.com",
    "siteUrl": "sailpointsiteadmin.webex.com",
    "sessionTypes": []
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;As I can see, sessionType is not got assigned to user. In response, sessionType doesn't got listed though request is successful.&lt;BR /&gt;&lt;BR /&gt;Could you please check and assist?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Prashant&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 16:46:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/userconfig-sessiontypes-not-getting-assigned-to-user/m-p/5205294#M3853</guid>
      <dc:creator>prashant-chinchkar</dc:creator>
      <dc:date>2024-10-08T16:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: userconfig/sessionTypes not getting assigned to user</title>
      <link>https://community.cisco.com/t5/webex-for-developers/userconfig-sessiontypes-not-getting-assigned-to-user/m-p/5205549#M3856</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1755548"&gt;@prashant-chinchkar&lt;/a&gt;,&lt;BR /&gt;Thanks for your patience so far!&lt;BR /&gt;So, I checked the User Account: "&lt;A href="mailto:john.andersen1@gmail.com&amp;quot;" target="_blank"&gt;john.andersen1@gmail.com"&lt;/A&gt;&amp;nbsp;which belongs to the Org: "SAILPOINT" and currently I can find the User profile is not yet verified.&lt;BR /&gt;He should have received a email from Webex in that Gmail account with a authorization code and ask him to validate his profile first with that Code. Currently in Control Hub - it's showing as "Not verified" profile.&amp;nbsp;&lt;EM&gt;&amp;lt;shared screenshot from Control Hub&amp;gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-10-09 at 11.19.21 AM.png" style="width: 170px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/230893iD88F385960EEB2ED/image-size/small?v=v2&amp;amp;px=200" role="button" title="Screenshot 2024-10-09 at 11.19.21 AM.png" alt="Screenshot 2024-10-09 at 11.19.21 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now coming to the next step, from the API request - I can find you're trying to assign the SessionTypeID - 3 and 16 to this User, however the Webex siteUrl is used in the API Request is -&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;"sailpointsiteadmin.webex.com"&lt;/LI-CODE&gt;
&lt;P&gt;Currently this User: "&lt;A href="mailto:john.andersen1@gmail.com&amp;quot;" target="_blank"&gt;john.andersen1@gmail.com"&lt;/A&gt;&amp;nbsp;doesn't have access to this Webex Site, his default site is - "&lt;SPAN&gt;sailpoint.webex.com&lt;/SPAN&gt;"&amp;nbsp;&lt;EM&gt;&amp;lt;please check the below screenshot for reference&amp;gt;&lt;/EM&gt; -&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-10-09 at 11.22.19 AM.png" style="width: 200px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/230894iA078A2B95BABF04C/image-size/small?v=v2&amp;amp;px=200" role="button" title="Screenshot 2024-10-09 at 11.22.19 AM.png" alt="Screenshot 2024-10-09 at 11.22.19 AM.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If you want to assign the sessionID according to the Site -&amp;nbsp;"sailpointsiteadmin.webex.com", then kindly update his default Webex site to this Site URL using the API -&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/meeting-preferences/update-default-site" target="_blank"&gt;https://developer.webex.com/docs/api/v1/meeting-preferences/update-default-site&lt;/A&gt;&lt;BR /&gt;And then try to assign those SessionType IDs to that Webex Site URL, that should work fine then.&lt;/P&gt;
&lt;P&gt;Please let us know for any further assistance.&lt;/P&gt;
&lt;P&gt;Regards!&lt;BR /&gt;Sandip&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 05:55:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/userconfig-sessiontypes-not-getting-assigned-to-user/m-p/5205549#M3856</guid>
      <dc:creator>sandiban</dc:creator>
      <dc:date>2024-10-09T05:55:44Z</dc:date>
    </item>
  </channel>
</rss>

