Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
3 years agoWill a request to /Users or /Groups return 404 if it doesn't have the right token ?
Hi, we're developing an integration that leverages 1password SCIM bridge.
Our integration gets the OAuth token from our customer, and then makes a request to https://{domain}/Groups and https://{d...
Former Member
3 years agoI believe the service does return a 404 when the bearer token is invalid. My own experiments today seem to prove that out.
If you put "Bearer :" in your authorization header, you'll also be sad.
As well, the server does not use the /v2
prefix in the url from the SCIM standard. That is to say
curl -v -H "authorization: ${API_KEY}" https://example.scim.service/Users%5C?startIndex%5C=1%5C&count%5C=2
Is a working command that returns output.