cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
609
Views
0
Helpful
2
Replies

Cisco Support APIs - Case API returns error "INVALID_USERID"

Shail
Level 1
Level 1

We recently (early sept 2021) requested access to Cisco Support APIs for onboarding an application. 

As part of this request, we have been granted access to below Cisco support APIs:

  1. Automated Software distribution
  2. Bug API service
  3. Case API service
  4. EoX service
  5. Product Information API
  6. Serial Number to Information API service
  7. Service Order Return (RMA) API service
  8. Software Suggestion API service

On registering our application and using the credentials generated all the APIs work just fine except Case API.

 

API/Operation: CASE API: GET https://developer.cisco.com/docs/support-apis/#!case/get-case-details

URL: https://api.cisco.com/case/v3 /cases/details/case_id/691537394

 

We receive the following error for any Case Id that we try to fetch details for

Response:

{

    "ErrorResponse": {

        "APIError": [

            {

                "ErrorCode": "INVALID_USERID",

                "ErrorDescription": "User ID Not Entitled.",

                "SuggestedAction": "Please check entitlement for provided CCO ID"

            }

        ]

    }

}

Could someone help what is the missing entitlement or permission why we are not able to get valid case details and how to resolve this issue? Appreciate any help...

2 Replies 2

nmudiam
Cisco Employee
Cisco Employee

HI, Please share the Client ID used to make this API call so that we can check further and get back to you. Thank you!

We use the client_id: p6yr929yefh4wyagqkzababc

Thanks for your response.