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