PATCH /api/interaction/identifiers
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"}'
Request examples
Object-1 (generated)
{
"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"
}