Request Body

loginIdrequired
string

The unique identifier of a user in the database, usually email or phone.

ownIdDatarequired
string

The OwnID authentication data object

curl --location --request POST 'https://bazco.company/setOwnIDDataByLoginId/' \
--header 'Content-Type: application/json' \
--data-raw '{
  "loginId": "sol@testmail.com",
  "ownIdData":"<String>"
}'
{ }