05-02-2024 07:23 AM
I'm looking at the SCIM API and cant get a query to go. Tested with both search and get with same error that comes up saying that the orgID is not found. Tested with my Full Admin token and integration with the identity:people-read scope. Tested from developer site and in code. Org ID exists in URL.
{ "schemas": [ "urn:ietf:params:scim:api:messages:2.0:Error", "urn:scim:schemas:extension:cisco:webexidentity:api:messages:2.0:Error" ], "status": "400", "scimType": "invalidValue", "urn:scim:schemas:extension:cisco:webexidentity:api:messages:2.0:Error": { "trackingId": "WEBEX-DEV-PORTAL_9ec7297f-5cfb-48ed-9e75-9710914a34a0_26", "errorCode": "200009", "details": "Invalid or missing orgId" } }
Solved! Go to Solution.
05-04-2024 08:01 AM
Opened a case and ended up the orgid needs to be the non-base64 id unlike all of the other apis
05-04-2024 08:01 AM
Opened a case and ended up the orgid needs to be the non-base64 id unlike all of the other apis
05-03-2024 01:30 AM
What's the orgId you're using?
Ideally, if you can share the full API request, that would be helpful. Our logs don't store the request for privacy reasons.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide