Authorization: ********************
{
"user_id": "string",
"org_id": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/users/getuserlogininfo' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "string",
"org_id": "string"
}'
{
"blocked": true,
"last_ip": "string",
"last_login": "1s",
"last_password_reset": "1s",
"logins_count": 0,
"created_at": "1s",
"updated_at": "1s",
"has_blocked_ips": true
}