Bug Reporting Template
- Org name: sandbox@stitchflow.io
- Detailed description of the issue and where it occurs:
- Created a token under
**demo.letsdeel.com**
with all scopes. - Hitting the curl command says
Not Authorized
curl -X POST 'https://api.letsdeel.com/scim/v2/Users' -H 'Authorization: Bearer <TOKEN>
Returns
{"errors":[{"message":"Not Authorized"}]}