cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
141
Views
1
Helpful
2
Replies

SCIM API Failure - Org ID not found

Jon Snipes
Level 1
Level 1

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" } }

1 Accepted Solution

Jon Snipes
Level 1
Level 1

Opened a case and ended up the orgid needs to be the non-base64 id unlike all of the other apis

View solution in original post

2 Replies 2

Jon Snipes
Level 1
Level 1

Opened a case and ended up the orgid needs to be the non-base64 id unlike all of the other apis

Raffaele Lagana
Cisco Employee
Cisco Employee

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.