PATCH /api/interaction/identifiers

PATCH /api/interaction/identifiers
application/json

Body object Required

One of:

Responses

PATCH /api/interaction/identifiers
curl \
 -X PATCH https://[tenant_id].logto.app/api/interaction/identifiers \
 -H "Content-Type: application/json" \
 -d '{"username":"string","password":"string"}'
{
  "username": "string",
  "password": "string"
}
{
  "email": "string",
  "password": "string"
}
{
  "phone": "string",
  "password": "string"
}
{
  "email": "string",
  "verificationCode": "string"
}
{
  "phone": "string",
  "verificationCode": "string"
}
{
  "connectorId": "string",
  "connectorData": {}
}
{
  "connectorId": "string",
  "email": "string"
}
{
  "connectorId": "string",
  "phone": "string"
}