<?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 Re: Get 403 Error when calling SCIM User API in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5259052#M4107</link>
    <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1689587"&gt;@rachelro&lt;/a&gt;&amp;nbsp;if your token works from Postman, but not from your app, then it would mean that you are not using the same token in both places. Check for any hardcoded tokens in your code, it might be the cause of the issue. If the same token works from Postman, it should work from your app as well.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Feb 2025 10:27:14 GMT</pubDate>
    <dc:creator>Janos Benyovszki</dc:creator>
    <dc:date>2025-02-11T10:27:14Z</dc:date>
    <item>
      <title>Get 403 Error when calling SCIM User API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5160649#M3737</link>
      <description>&lt;P&gt;Hi I got 403 when calling SCIM Users API. below is my setting:&lt;/P&gt;&lt;P&gt;The granted user is a full_admin role.&lt;/P&gt;&lt;P&gt;The application(integration) granted all possible scopes.&lt;/P&gt;&lt;P&gt;The response is&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;&amp;gt; curl -v -H "Authorization: Bearer $token" "https://webexapis.com/identity/scim/2c995b9c-774e-4105-830c-1d3ef790cd/v2/Users" | jq .

{
  "message": "The server understood the request, but refused to fulfill it because the access token is missing required scopes or the user is missing required roles or licenses.",
  "errors": [
    {
      "description": "The server understood the request, but refused to fulfill it because the access token is missing required scopes or the user is missing required roles or licenses."
    }
  ],
  "trackingId": "ROUTERGW_78b53e80-b4db-44dc-b0a9-4f45f4b3c5fc"
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Is there any configuration or license I need to assign to make the SCIM enable? Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 06:44:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5160649#M3737</guid>
      <dc:creator>mikechiu1012</dc:creator>
      <dc:date>2024-08-14T06:44:30Z</dc:date>
    </item>
    <item>
      <title>Re: Get 403 Error when calling SCIM User API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5160859#M3740</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1765098"&gt;@mikechiu1012&lt;/a&gt;&amp;nbsp;the scopes needed for listing users with the SCIM API are mentioned here&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/scim2-user/search-users" target="_blank"&gt;https://developer.webex.com/docs/api/v1/scim2-user/search-users&lt;/A&gt;&amp;nbsp;. If you think your access token has all the right scopes and the user has all access rights, please open a support ticket here&amp;nbsp;&lt;A href="https://developer.webex.com/support" target="_blank"&gt;https://developer.webex.com/support&lt;/A&gt;&amp;nbsp;and we will look into it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 12:50:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5160859#M3740</guid>
      <dc:creator>Janos Benyovszki</dc:creator>
      <dc:date>2024-08-14T12:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Get 403 Error when calling SCIM User API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5161184#M3745</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/903055"&gt;@Janos Benyovszki&lt;/a&gt;&amp;nbsp;, thanks for your response. Ok I will open a support ticket. Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 02:02:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5161184#M3745</guid>
      <dc:creator>mikechiu1012</dc:creator>
      <dc:date>2024-08-15T02:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Get 403 Error when calling SCIM User API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5259012#M4106</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/903055"&gt;@Janos Benyovszki&lt;/a&gt;,&lt;BR /&gt;Is there a solution to the problem that &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1765098"&gt;@mikechiu1012&lt;/a&gt;&amp;nbsp; presented? &lt;BR /&gt;I am also encountering the same problem and my token has all the necessary roles and permissions and the licenses&lt;BR /&gt;and more than, that in the test in Postman the API works but does not work in the service I created with the same details one by one.&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 08:18:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5259012#M4106</guid>
      <dc:creator>rachelro</dc:creator>
      <dc:date>2025-02-11T08:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Get 403 Error when calling SCIM User API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5259052#M4107</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1689587"&gt;@rachelro&lt;/a&gt;&amp;nbsp;if your token works from Postman, but not from your app, then it would mean that you are not using the same token in both places. Check for any hardcoded tokens in your code, it might be the cause of the issue. If the same token works from Postman, it should work from your app as well.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 10:27:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5259052#M4107</guid>
      <dc:creator>Janos Benyovszki</dc:creator>
      <dc:date>2025-02-11T10:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Get 403 Error when calling SCIM User API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5259062#M4109</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/903055"&gt;@Janos Benyovszki&lt;/a&gt;,&lt;BR /&gt;I noticed that I used the same token in Postman and my app, and after I changed my user status from active to inactive and back to active, I created a new token and then the API did succeed.&lt;BR /&gt;could it be related? I made Inactive and then returned to Active?&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 10:48:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5259062#M4109</guid>
      <dc:creator>rachelro</dc:creator>
      <dc:date>2025-02-11T10:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Get 403 Error when calling SCIM User API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5259074#M4110</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1689587"&gt;@rachelro&lt;/a&gt;&amp;nbsp;deactivating your account might invalidate the access token. I can imagine that you had an old access token that was not working, but then with the reactivation and the generation of the new token, your access rights got applied to the token properly, so it started working.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 11:36:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5259074#M4110</guid>
      <dc:creator>Janos Benyovszki</dc:creator>
      <dc:date>2025-02-11T11:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: Get 403 Error when calling SCIM User API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5259078#M4111</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/903055"&gt;@Janos Benyovszki&lt;/a&gt;&amp;nbsp; My token was not old, yesterday I created a new one several times and every time I tried it still didn't work and I got a 403 error, only today it did work for me after I made it &lt;SPAN&gt;deactivating.&lt;/SPAN&gt;&lt;BR /&gt;so I wanted to understand if there is a connection? &lt;BR /&gt;Or if there is some special process in creating a token that will be used for the SCIM API ?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 11:44:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5259078#M4111</guid>
      <dc:creator>rachelro</dc:creator>
      <dc:date>2025-02-11T11:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: Get 403 Error when calling SCIM User API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5259084#M4112</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1689587"&gt;@rachelro&lt;/a&gt;&amp;nbsp;the SCIM API &lt;A href="https://developer.webex.com/docs/scim-2-overview" target="_blank"&gt;https://developer.webex.com/docs/scim-2-overview&lt;/A&gt; uses the same tokens as the rest of the REST APIs. Not sure why that 403 appeared to be honest, difficult to tell without logs. If you have the requests and tracking IDs you can open a support case&amp;nbsp;&lt;A href="https://developer.webex.com/support" target="_blank"&gt;https://developer.webex.com/support&lt;/A&gt;&amp;nbsp;and our team can look into it, or check with engineering.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 11:58:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5259084#M4112</guid>
      <dc:creator>Janos Benyovszki</dc:creator>
      <dc:date>2025-02-11T11:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get 403 Error when calling SCIM User API</title>
      <link>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5259085#M4113</link>
      <description>&lt;P&gt;OK,&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/903055"&gt;@Janos Benyovszki&lt;/a&gt;&amp;nbsp; Thank you very much!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 12:00:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/get-403-error-when-calling-scim-user-api/m-p/5259085#M4113</guid>
      <dc:creator>rachelro</dc:creator>
      <dc:date>2025-02-11T12:00:40Z</dc:date>
    </item>
  </channel>
</rss>

