This interface is used to query local account ID corresponding to given credentials.
Endpoint URL: SP_API_BASE_URL/users
Note: The SP_API_BASE_URL prefix is specified by an SP on the first step of registration the SP in IdP. For details, see the Registering SP in IdP section.
The following schema is used to query local account ID corresponding to given credentials:
POST parameters are user_name and password. Credentials are sent in plain text.
account_id parameter.For details on the output format, refer to the Appendix.
The parameter value is a local account login name or other identifier depending on the url_mapping parameter (that was specified on registration of SP in IdP).
If credentials are not valid, the SP returns empty web resource.