Single Sign On
Overview
- Purpose
Validate login credentials and get the user profile for a mobile worker or a web user.
Endpoint Specifications
Base URL
https://www.commcarehq.org/a/[domain]/api/sso/v1/
- Authentication
Post a URL-encoded username and password, such as:
username=MY_USERNAME&password=MY_PASSWORD
If your credentials are correct, the output will be identical to the List User API or List Web User API , as appropriate.