PATCH /api/interaction/profile
PATCH
/api/interaction/profile
curl \
--request PATCH https://[tenant_id].logto.app/api/interaction/profile \
--header "Content-Type: application/json" \
--data '{"username":"string","email":"string","phone":"string","connectorId":"string","password":"string"}'
Request examples
{
"username": "string",
"email": "string",
"phone": "string",
"connectorId": "string",
"password": "string"
}