function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
eyeSeaeyeSea 

Self Service User Logon in API? How?

Hello, I'm trying to develope my own Self Service User Portal using the API. My first problem is how do I login using a self service account?
SuperfellSuperfell
There's no API right now for doing self service user logins. (this is in the pipeline) for now you need to fakeout the self service portal UI login page.
sbasba

I had the same question, Could you briefly explain how? All I need to is verify the username and password and get a vaid or invaid answer.

Tran ManTran Man
Check out the Self-Service Portal Toolkit.  It is for PHP but the same concept should apply to .NET.