Application Development and Automation 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: 
Read only

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

1,324
  • 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!

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
Read only

pieterjanssens
Active Participant
1,195
  • SAP Managed Tags

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