401 Unauthorized error on Users web service

Posted by Community Admin on 04-Aug-2018 21:20

401 Unauthorized error on Users web service

All Replies

Posted by Community Admin on 02-Dec-2016 00:00

I'm trying to POST a login request via Postman like this:

POST www.myurl.com/.../

with a body of JSON:

    "MembershipProvider": "OpenAccessProvider",
    "Password": "my-password",
    "Persistent": true,
    "UserName": "my-username"

But that gives me a 401 unauthorized error with a message of "You do not have permission to view this directory or page."

The route and parameters appear to be right based on what I'm seeing in the documentation at /Sitefinity/Services/Security/Users.svc/help. Any idea why I can't POST to that method?

Posted by Community Admin on 08-Dec-2017 00:00

@Jacob - did you get this resolved? I've got the same issue.

This thread is closed