v1
latestOpenAPI 3.0.02026-07-14225552.2 KBuser auth
Initialize authentication from HIP
This API is called by HIPs to initiate authentication of users. A transactionId is retuned by the corresponding callback API for confirmation of user auth.
post/v0.5/users/auth/init
Headers
Authorizationstring required
Access token which was issued after successful login with gateway auth server.
Request body
Example request
{
"query": {
"id": "hinapatel@ndhm"
},
"requestId": "5f7a535d-a3fd-416b-b069-c97d021fbacd"
}Response
Request accepted