Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

getting error "Entity or ComplexType Users not found" when scim api is hit with basic authentication

506
  • SAP Managed Tags:

Hello team,

Can someone please let me know does SuccessFactors scim APIs support basic authentication or not? Because when I try to call post or get a request with basic authentication, I get the error code 404 with the error message Entity or ComplexType Users is not found. If SuccessFactors supports OAuth, then also it doesn't support API key authentication.

"error": { "code": "NotFound", "message": "Entity or ComplexType Users is not found.", "details": [ { "code": "COE0007", "message": "Entity or ComplexType Users is not found." } ] }

Thanks in advance!

1 REPLY 1

pieterjanssens
Active Participant
377
  • SAP Managed Tags:

Set the 'Accept' header of your request explicitly to 'application/scim+json'.